Michael Holman 1a7790f873 [CVE-2019-0648] Edge - ChakraCore OOB read - Individual vor 7 Jahren
..
Alloc.cpp f87c1fd32b xplat: fix some clang undefined sanitizer issues vor 9 Jahren
Alloc.h ea02779aab Fix __declspec(guard(overflow)) for linux build vor 9 Jahren
BGParseManager.cpp a5fd26ce4a Indicate how bytecode serializer allocates return buffer vor 7 Jahren
BGParseManager.h 5af7feb652 Enable Deferred Parsing for Background Parse vor 7 Jahren
BackgroundParser.cpp 39ee407eda Parser refactor: First pass to use stronger type instead of casting from ParseNode vor 8 Jahren
BackgroundParser.h 39ee407eda Parser refactor: First pass to use stronger type instead of casting from ParseNode vor 8 Jahren
CMakeLists.txt 6079d58e7e Initial commit for BGParseManager. vor 7 Jahren
CaseInsensitive.cpp 363d7c36ad Remove defunct gawk scripts that generated a very old version of this table. vor 8 Jahren
CaseInsensitive.h cec0e9a84f replace wchar_t/L"..." with char16/_u("...") vor 10 Jahren
Chakra.Parser.vcxproj c0723f4985 Moving RS4 changes to master vor 7 Jahren
CharClassifier.cpp bab866ac0f Revert overzealous failfast logic which tried to improve detection of i18n initialization issues vor 7 Jahren
CharClassifier.h f2b06bb2e6 Clean up some unnecessary usage of ScriptContext vor 8 Jahren
CharMap.h b0523efa20 Merge branch 'master' into swb vor 9 Jahren
CharSet.cpp d1b867bce9 xplat: do not inline class function in source file vor 9 Jahren
CharSet.h 9e68676188 Add missing braces and formatting. vor 8 Jahren
CharTrie.cpp fcbfb3dc6c Fix dev12 build vor 9 Jahren
CharTrie.h 7453224eec Clean up inline usage vor 10 Jahren
Chars.h 9e68676188 Add missing braces and formatting. vor 8 Jahren
DebugWriter.cpp eb33f9a451 Fixing RegExp parsing for character classes interacting with ranges. vor 7 Jahren
DebugWriter.h cec0e9a84f replace wchar_t/L"..." with char16/_u("...") vor 10 Jahren
FormalsUtil.h 2f37655c3f Parser refactor: Even more use stronger type instead of casting from ParseNode vor 8 Jahren
Hash.cpp ad53e643d7 Parser Refactor: Use different ParseNode kind for knopStr and knopName and enforce child node type for some operations vor 8 Jahren
Hash.h a4058ce9b6 Parser refactor: More use stronger type instead of casting from ParseNode vor 8 Jahren
HashFunc.cpp 08992648e5 Remove cch parameters for CharsAreEqual and CaseSensitiveComputeHashCch vor 9 Jahren
JsScan.js 18d4f24ada Fix Issue #3376: Escaped yield cannot be an identifier in strict mode vor 8 Jahren
OctoquadIdentifier.cpp 7453224eec Clean up inline usage vor 10 Jahren
OctoquadIdentifier.h d7f2c06a62 swb: write barrier annotations 3 vor 9 Jahren
Parse.cpp 5d1a0ee578 OS:18468078:Adding a check for the case where lambda method accessing super in global scope vor 7 Jahren
Parse.h cf71a962c1 Merge 1809 October Update changes vor 7 Jahren
ParseFlags.h c31bd13fe7 Move capturedNameSerializedIds and capturedNamePointers into a union since they cannot be used at the same time vor 7 Jahren
ParseTreeComparer.h ad53e643d7 Parser Refactor: Use different ParseNode kind for knopStr and knopName and enforce child node type for some operations vor 8 Jahren
Parser.h 6079d58e7e Initial commit for BGParseManager. vor 7 Jahren
ParserCommon.h 450c1d1d30 Add simple set of captured names to nested ParseNodeFnc vor 8 Jahren
ParserPch.cpp 47eab483b9 change top-level dir Lib back to lib vor 10 Jahren
ParserPch.h fc08efb038 Special cases of new.target vor 9 Jahren
RegCodes.h 47eab483b9 change top-level dir Lib back to lib vor 10 Jahren
RegexCommon.h 8567cfe6c1 update all references to use correct CamelCase file names vor 10 Jahren
RegexCompileTime.cpp f7f2ca366f [1.8>master] [MERGE #4416 @Penguinwizzard] Remove now extraneous assert vor 8 Jahren
RegexCompileTime.h 89fdd0173e [1.8>master] [1.7>1.8] [MERGE #4411 @MikeHolman] 17-12 Security Update vor 8 Jahren
RegexContcodes.h 6b4151a44b Regex backtracking improvements vor 9 Jahren
RegexFlags.h 47eab483b9 change top-level dir Lib back to lib vor 10 Jahren
RegexOpCodes.h 4f935e2576 Optimize memory for Switch instructions. vor 8 Jahren
RegexParser.cpp 1a7790f873 [CVE-2019-0648] Edge - ChakraCore OOB read - Individual vor 7 Jahren
RegexParser.h 72b330960b Make HashTbl and Scanner an inline instance of the Parser or a stack instance instead of allocating it in the heap vor 8 Jahren
RegexPattern.cpp f565a839d6 Add ChakraEngine for GlobalObject lifetime management vor 7 Jahren
RegexPattern.h 64707dc90c Change number of capturing groups from int to uint16 where possible vor 8 Jahren
RegexRuntime.cpp 675ce01066 regexBytecodeDebug: Fix printing of set negations; don't print sizeof and alignof vor 7 Jahren
RegexRuntime.h 64707dc90c Change number of capturing groups from int to uint16 where possible vor 8 Jahren
RegexStats.cpp cec0e9a84f replace wchar_t/L"..." with char16/_u("...") vor 10 Jahren
RegexStats.h cec0e9a84f replace wchar_t/L"..." with char16/_u("...") vor 10 Jahren
Scan.cpp 6199b5e19a CVE-2018-8551 vor 7 Jahren
Scan.h 6199b5e19a CVE-2018-8551 vor 7 Jahren
StandardChars.cpp 5104ab2b42 Add Sharp S and Kelvin K to word-chars. Fixes #1181. vor 9 Jahren
StandardChars.h 5104ab2b42 Add Sharp S and Kelvin K to word-chars. Fixes #1181. vor 9 Jahren
TextbookBoyerMoore.cpp c6bf63b2d6 swb: annotate nested field type, union vor 9 Jahren
TextbookBoyerMoore.h c91129d377 swb: avoid write barrier for global static data vor 9 Jahren
cmperr.cpp bc33f65b20 Avoid calling CompileScriptException::ProcessError in the catch handler, where the stack is not unwounded. vor 9 Jahren
cmperr.h bc33f65b20 Avoid calling CompileScriptException::ProcessError in the catch handler, where the stack is not unwounded. vor 9 Jahren
errstr.cpp 3e2f6868f7 Cleanup old assert macros that maps to only null check nowadays vor 8 Jahren
errstr.h bcdd9ddf2b cross platform: replace long to int32 vor 9 Jahren
globals.cpp 42fa6d671b replace wchar16/CH_WSTR with char16/_u vor 10 Jahren
globals.h 6688079026 linux: builds more lib/Parser files vor 10 Jahren
idiom.h 47eab483b9 change top-level dir Lib back to lib vor 10 Jahren
jserr.gen 47eab483b9 change top-level dir Lib back to lib vor 10 Jahren
keywords.h 47eab483b9 change top-level dir Lib back to lib vor 10 Jahren
kwd-lsc.h 47eab483b9 change top-level dir Lib back to lib vor 10 Jahren
kwd-swtch.h 18d4f24ada Fix Issue #3376: Escaped yield cannot be an identifier in strict mode vor 8 Jahren
kwds_sw-nocolor.h 47eab483b9 change top-level dir Lib back to lib vor 10 Jahren
kwds_sw.h 47eab483b9 change top-level dir Lib back to lib vor 10 Jahren
objnames.h 47eab483b9 change top-level dir Lib back to lib vor 10 Jahren
perrors.h 824024417c Modifying UnitTestFramework to give more useful messages and in an easier to understand way. vor 7 Jahren
pnodechange.h 47eab483b9 change top-level dir Lib back to lib vor 10 Jahren
pnodediff.h 99c6eee4df swb: misc fixes to build chakra full vor 9 Jahren
pnodevisit.h 47eab483b9 change top-level dir Lib back to lib vor 10 Jahren
pnodewalk.h ad53e643d7 Parser Refactor: Use different ParseNode kind for knopStr and knopName and enforce child node type for some operations vor 8 Jahren
popcode.h 47eab483b9 change top-level dir Lib back to lib vor 10 Jahren
ptlist.h ad53e643d7 Parser Refactor: Use different ParseNode kind for knopStr and knopName and enforce child node type for some operations vor 8 Jahren
ptree.cpp cdbc95a543 Fixing an issue with super restriction state in undodefer case vor 7 Jahren
ptree.h cdbc95a543 Fixing an issue with super restriction state in undodefer case vor 7 Jahren
rterror.cpp 2dc73f83e8 rework JIT process memory errors vor 9 Jahren
rterror.h 47eab483b9 change top-level dir Lib back to lib vor 10 Jahren
rterrors.h 5f90640537 Refactoring RegExp parsing and modifying SyntaxError message vor 7 Jahren
rterrors_limits.h 47eab483b9 change top-level dir Lib back to lib vor 10 Jahren
screrror.cpp 6079d58e7e Initial commit for BGParseManager. vor 7 Jahren
screrror.h 6079d58e7e Initial commit for BGParseManager. vor 7 Jahren
tokens.h 47eab483b9 change top-level dir Lib back to lib vor 10 Jahren