Doug Ilijev d0f8e194a8 Make some tweaks to RegExp debug switches. 7 年 前
..
Alloc.cpp f87c1fd32b xplat: fix some clang undefined sanitizer issues 9 年 前
Alloc.h ea02779aab Fix __declspec(guard(overflow)) for linux build 9 年 前
BGParseManager.cpp 2ee13d2cf7 Newline at file ends 7 年 前
BGParseManager.h 2ee13d2cf7 Newline at file ends 7 年 前
BackgroundParser.cpp 39ee407eda Parser refactor: First pass to use stronger type instead of casting from ParseNode 8 年 前
BackgroundParser.h 39ee407eda Parser refactor: First pass to use stronger type instead of casting from ParseNode 8 年 前
CMakeLists.txt 6079d58e7e Initial commit for BGParseManager. 7 年 前
CaseInsensitive.cpp 363d7c36ad Remove defunct gawk scripts that generated a very old version of this table. 8 年 前
CaseInsensitive.h cec0e9a84f replace wchar_t/L"..." with char16/_u("...") 10 年 前
Chakra.Parser.vcxproj c0723f4985 Moving RS4 changes to master 7 年 前
CharClassifier.cpp bab866ac0f Revert overzealous failfast logic which tried to improve detection of i18n initialization issues 7 年 前
CharClassifier.h f2b06bb2e6 Clean up some unnecessary usage of ScriptContext 8 年 前
CharMap.h b0523efa20 Merge branch 'master' into swb 9 年 前
CharSet.cpp d1b867bce9 xplat: do not inline class function in source file 9 年 前
CharSet.h 9e68676188 Add missing braces and formatting. 8 年 前
CharTrie.cpp fcbfb3dc6c Fix dev12 build 9 年 前
CharTrie.h 7453224eec Clean up inline usage 10 年 前
Chars.h 9e68676188 Add missing braces and formatting. 8 年 前
DebugWriter.cpp eb33f9a451 Fixing RegExp parsing for character classes interacting with ranges. 7 年 前
DebugWriter.h cec0e9a84f replace wchar_t/L"..." with char16/_u("...") 10 年 前
FormalsUtil.h 2f37655c3f Parser refactor: Even more use stronger type instead of casting from ParseNode 8 年 前
Hash.cpp ad53e643d7 Parser Refactor: Use different ParseNode kind for knopStr and knopName and enforce child node type for some operations 8 年 前
Hash.h a4058ce9b6 Parser refactor: More use stronger type instead of casting from ParseNode 8 年 前
HashFunc.cpp 08992648e5 Remove cch parameters for CharsAreEqual and CaseSensitiveComputeHashCch 9 年 前
JsScan.js 18d4f24ada Fix Issue #3376: Escaped yield cannot be an identifier in strict mode 8 年 前
OctoquadIdentifier.cpp 7453224eec Clean up inline usage 10 年 前
OctoquadIdentifier.h d7f2c06a62 swb: write barrier annotations 3 9 年 前
Parse.cpp 7a4826fa2c Use correct deferred stubs for functions declared in parameter scope of function expression 7 年 前
Parse.h 2ee13d2cf7 Newline at file ends 7 年 前
ParseFlags.h 058118b8bb Changing Function.prototype.toString to report original source string 7 年 前
ParseTreeComparer.h ad53e643d7 Parser Refactor: Use different ParseNode kind for knopStr and knopName and enforce child node type for some operations 8 年 前
Parser.h 6079d58e7e Initial commit for BGParseManager. 7 年 前
ParserCommon.h 450c1d1d30 Add simple set of captured names to nested ParseNodeFnc 8 年 前
ParserPch.cpp 47eab483b9 change top-level dir Lib back to lib 10 年 前
ParserPch.h fc08efb038 Special cases of new.target 9 年 前
RegCodes.h 47eab483b9 change top-level dir Lib back to lib 10 年 前
RegexCommon.h 8567cfe6c1 update all references to use correct CamelCase file names 10 年 前
RegexCompileTime.cpp d0f8e194a8 Make some tweaks to RegExp debug switches. 7 年 前
RegexCompileTime.h 89fdd0173e [1.8>master] [1.7>1.8] [MERGE #4411 @MikeHolman] 17-12 Security Update 8 年 前
RegexContcodes.h 6b4151a44b Regex backtracking improvements 9 年 前
RegexFlags.h 4a7231abaf Implement RegExp dotAll flag 7 年 前
RegexOpCodes.h 4f935e2576 Optimize memory for Switch instructions. 8 年 前
RegexParser.cpp 4a7231abaf Implement RegExp dotAll flag 7 年 前
RegexParser.h 4a7231abaf Implement RegExp dotAll flag 7 年 前
RegexPattern.cpp d0f8e194a8 Make some tweaks to RegExp debug switches. 7 年 前
RegexPattern.h 4a7231abaf Implement RegExp dotAll flag 7 年 前
RegexRuntime.cpp d0f8e194a8 Make some tweaks to RegExp debug switches. 7 年 前
RegexRuntime.h 64707dc90c Change number of capturing groups from int to uint16 where possible 8 年 前
RegexStats.cpp cec0e9a84f replace wchar_t/L"..." with char16/_u("...") 10 年 前
RegexStats.h cec0e9a84f replace wchar_t/L"..." with char16/_u("...") 10 年 前
Scan.cpp ed1e5e25ce Respond to PR feedback 7 年 前
Scan.h ed1e5e25ce Respond to PR feedback 7 年 前
StandardChars.cpp 4a7231abaf Implement RegExp dotAll flag 7 年 前
StandardChars.h 4a7231abaf Implement RegExp dotAll flag 7 年 前
TextbookBoyerMoore.cpp c6bf63b2d6 swb: annotate nested field type, union 9 年 前
TextbookBoyerMoore.h c91129d377 swb: avoid write barrier for global static data 9 年 前
cmperr.cpp bc33f65b20 Avoid calling CompileScriptException::ProcessError in the catch handler, where the stack is not unwounded. 9 年 前
cmperr.h bc33f65b20 Avoid calling CompileScriptException::ProcessError in the catch handler, where the stack is not unwounded. 9 年 前
errstr.cpp 3e2f6868f7 Cleanup old assert macros that maps to only null check nowadays 8 年 前
errstr.h bcdd9ddf2b cross platform: replace long to int32 9 年 前
globals.cpp 42fa6d671b replace wchar16/CH_WSTR with char16/_u 10 年 前
globals.h 6688079026 linux: builds more lib/Parser files 10 年 前
idiom.h 47eab483b9 change top-level dir Lib back to lib 10 年 前
jserr.gen 47eab483b9 change top-level dir Lib back to lib 10 年 前
keywords.h 47eab483b9 change top-level dir Lib back to lib 10 年 前
kwd-lsc.h 47eab483b9 change top-level dir Lib back to lib 10 年 前
kwd-swtch.h 18d4f24ada Fix Issue #3376: Escaped yield cannot be an identifier in strict mode 8 年 前
kwds_sw-nocolor.h 47eab483b9 change top-level dir Lib back to lib 10 年 前
kwds_sw.h 47eab483b9 change top-level dir Lib back to lib 10 年 前
objnames.h 47eab483b9 change top-level dir Lib back to lib 10 年 前
perrors.h 76275c2117 Update JsBuiltIns to use similar functions enum approach as Intl 7 年 前
pnodechange.h 47eab483b9 change top-level dir Lib back to lib 10 年 前
pnodediff.h 99c6eee4df swb: misc fixes to build chakra full 9 年 前
pnodevisit.h 47eab483b9 change top-level dir Lib back to lib 10 年 前
pnodewalk.h ad53e643d7 Parser Refactor: Use different ParseNode kind for knopStr and knopName and enforce child node type for some operations 8 年 前
popcode.h 47eab483b9 change top-level dir Lib back to lib 10 年 前
ptlist.h c2d084d70f implement Object Rest 7 年 前
ptree.cpp c2d084d70f implement Object Rest 7 年 前
ptree.h 2ee13d2cf7 Newline at file ends 7 年 前
rterror.cpp 2dc73f83e8 rework JIT process memory errors 9 年 前
rterror.h 47eab483b9 change top-level dir Lib back to lib 10 年 前
rterrors.h 3d930362c2 Implement object.fromEntries 7 年 前
rterrors_limits.h 47eab483b9 change top-level dir Lib back to lib 10 年 前
screrror.cpp 6079d58e7e Initial commit for BGParseManager. 7 年 前
screrror.h 6079d58e7e Initial commit for BGParseManager. 7 年 前
tokens.h 47eab483b9 change top-level dir Lib back to lib 10 年 前