Etienne BAUDOUX 394d777e50 Merge remote-tracking branch 'remotes/origin/master' into builtins před 8 roky
..
Alloc.cpp f87c1fd32b xplat: fix some clang undefined sanitizer issues před 9 roky
Alloc.h ea02779aab Fix __declspec(guard(overflow)) for linux build před 9 roky
BackgroundParser.cpp bc33f65b20 Avoid calling CompileScriptException::ProcessError in the catch handler, where the stack is not unwounded. před 9 roky
BackgroundParser.h 47eab483b9 change top-level dir Lib back to lib před 10 roky
CMakeLists.txt 800c5c6116 linux build pass (built with bash on windows) před 9 roky
CaseInsensitive.cpp d96eed5154 Handle all other cases where case-insensitive matching should only be done with /u. Add generated tests. před 9 roky
CaseInsensitive.h cec0e9a84f replace wchar_t/L"..." with char16/_u("...") před 10 roky
Chakra.Parser.vcxproj 02a02c3a59 Merge from unreleased/rs2 to release/1.4 před 9 roky
CharClassifier.cpp a1b0812544 cross-platform: --no-icu support před 9 roky
CharClassifier.h a1b0812544 cross-platform: --no-icu support před 9 roky
CharMap.h b0523efa20 Merge branch 'master' into swb před 9 roky
CharSet.cpp d1b867bce9 xplat: do not inline class function in source file před 9 roky
CharSet.h 1b2f176add Remove unused methods před 9 roky
CharTrie.cpp fcbfb3dc6c Fix dev12 build před 9 roky
CharTrie.h 7453224eec Clean up inline usage před 10 roky
Chars.h cec0e9a84f replace wchar_t/L"..." with char16/_u("...") před 10 roky
DebugWriter.cpp 5396bd7282 cross-platform: va_end may not be no-op před 9 roky
DebugWriter.h cec0e9a84f replace wchar_t/L"..." with char16/_u("...") před 10 roky
FormalsUtil.h 47eab483b9 change top-level dir Lib back to lib před 10 roky
Hash.cpp 0a24b0a1cd let parser detect constant strs used in LdElem and make them PropertyString před 9 roky
Hash.h dedc544392 refactor; add support for assignments of constant string před 9 roky
HashFunc.cpp 08992648e5 Remove cch parameters for CharsAreEqual and CaseSensitiveComputeHashCch před 9 roky
JsScan.js 786249b868 Makes `await` a FutureReservedWord in Modules only před 10 roky
OctoquadIdentifier.cpp 7453224eec Clean up inline usage před 10 roky
OctoquadIdentifier.h d7f2c06a62 swb: write barrier annotations 3 před 9 roky
Parse.cpp 78b7d57e83 OS12095746: Missed ModuleReady callback před 8 roky
Parse.h 2277186a9e Dynamic Module Import před 8 roky
ParseFlags.h 26525b5b99 Making the JS Built-in inlining. před 8 roky
ParseTreeComparer.h 47eab483b9 change top-level dir Lib back to lib před 10 roky
Parser.h 4c1e7e2e59 This commit introduces a framework for dealing with platform specific operations in a platform agnostic way. This change introduces the UnicodeText API in the platform agnostic interface layer. The API replaces the following: před 10 roky
ParserCommon.h 2dc73f83e8 rework JIT process memory errors před 9 roky
ParserPch.cpp 47eab483b9 change top-level dir Lib back to lib před 10 roky
ParserPch.h fc08efb038 Special cases of new.target před 9 roky
RegCodes.h 47eab483b9 change top-level dir Lib back to lib před 10 roky
RegexCommon.h 8567cfe6c1 update all references to use correct CamelCase file names před 10 roky
RegexCompileTime.cpp c3c3db5086 [1.4>2.0] [MERGE #2826 @leirocks] Merge from unreleased/rs2 to release/1.4 před 8 roky
RegexCompileTime.h 47005692af C++ conformance. (building with /permissive-) před 9 roky
RegexContcodes.h 6b4151a44b Regex backtracking improvements před 9 roky
RegexFlags.h 47eab483b9 change top-level dir Lib back to lib před 10 roky
RegexOpCodes.h 6b4151a44b Regex backtracking improvements před 9 roky
RegexParser.cpp dc4130f074 [2.0>master] [1.4>2.0] [MERGE #2826 @leirocks] Merge from unreleased/rs2 to release/1.4 před 8 roky
RegexParser.h de4659a4a6 Some string APIs operating on UTF-8 buffers do not property compute the length of the UTF-8 buffer in bytes před 9 roky
RegexPattern.cpp c6bf63b2d6 swb: annotate nested field type, union před 9 roky
RegexPattern.h c6bf63b2d6 swb: annotate nested field type, union před 9 roky
RegexRuntime.cpp c91129d377 swb: avoid write barrier for global static data před 9 roky
RegexRuntime.h c6bf63b2d6 swb: annotate nested field type, union před 9 roky
RegexStats.cpp cec0e9a84f replace wchar_t/L"..." with char16/_u("...") před 10 roky
RegexStats.h cec0e9a84f replace wchar_t/L"..." with char16/_u("...") před 10 roky
Scan.cpp 455412f344 Fix #1176 MultiLineComment spec deviation před 8 roky
Scan.h ff9b95976a Remove unused and probably broken syntax coloring support in scanner před 9 roky
StandardChars.cpp 5104ab2b42 Add Sharp S and Kelvin K to word-chars. Fixes #1181. před 9 roky
StandardChars.h 5104ab2b42 Add Sharp S and Kelvin K to word-chars. Fixes #1181. před 9 roky
TextbookBoyerMoore.cpp c6bf63b2d6 swb: annotate nested field type, union před 9 roky
TextbookBoyerMoore.h c91129d377 swb: avoid write barrier for global static data před 9 roky
cmperr.cpp bc33f65b20 Avoid calling CompileScriptException::ProcessError in the catch handler, where the stack is not unwounded. před 9 roky
cmperr.h bc33f65b20 Avoid calling CompileScriptException::ProcessError in the catch handler, where the stack is not unwounded. před 9 roky
errstr.cpp 9c5fb7149d cross-platform: Improve O1+ stack probing for test builds před 9 roky
errstr.h bcdd9ddf2b cross platform: replace long to int32 před 9 roky
globals.cpp 42fa6d671b replace wchar16/CH_WSTR with char16/_u před 10 roky
globals.h 6688079026 linux: builds more lib/Parser files před 10 roky
idiom.h 47eab483b9 change top-level dir Lib back to lib před 10 roky
jserr.gen 47eab483b9 change top-level dir Lib back to lib před 10 roky
keywords.h 47eab483b9 change top-level dir Lib back to lib před 10 roky
kwd-lsc.h 47eab483b9 change top-level dir Lib back to lib před 10 roky
kwd-swtch.h 786249b868 Makes `await` a FutureReservedWord in Modules only před 10 roky
kwds_sw-nocolor.h 47eab483b9 change top-level dir Lib back to lib před 10 roky
kwds_sw.h 47eab483b9 change top-level dir Lib back to lib před 10 roky
objnames.h 47eab483b9 change top-level dir Lib back to lib před 10 roky
perrors.h 08dc260232 Enabling eval in param scope před 9 roky
pnodechange.h 47eab483b9 change top-level dir Lib back to lib před 10 roky
pnodediff.h 99c6eee4df swb: misc fixes to build chakra full před 9 roky
pnodevisit.h 47eab483b9 change top-level dir Lib back to lib před 10 roky
pnodewalk.h bc813f0773 Implement interpreter support for module import/exports před 10 roky
popcode.h 47eab483b9 change top-level dir Lib back to lib před 10 roky
ptlist.h 2277186a9e Dynamic Module Import před 8 roky
ptree.h dc4130f074 [2.0>master] [1.4>2.0] [MERGE #2826 @leirocks] Merge from unreleased/rs2 to release/1.4 před 8 roky
rterror.cpp 2dc73f83e8 rework JIT process memory errors před 9 roky
rterror.h 47eab483b9 change top-level dir Lib back to lib před 10 roky
rterrors.h 394d777e50 Merge remote-tracking branch 'remotes/origin/master' into builtins před 8 roky
rterrors_limits.h 47eab483b9 change top-level dir Lib back to lib před 10 roky
screrror.cpp b64e91bbdb Remove incorrect ScriptException::Clear function před 9 roky
screrror.h b64e91bbdb Remove incorrect ScriptException::Clear function před 9 roky
tokens.h 47eab483b9 change top-level dir Lib back to lib před 10 roky