| .. |
|
Alloc.cpp
|
f87c1fd32b
xplat: fix some clang undefined sanitizer issues
|
há 9 anos atrás |
|
Alloc.h
|
ea02779aab
Fix __declspec(guard(overflow)) for linux build
|
há 9 anos atrás |
|
BackgroundParser.cpp
|
bc33f65b20
Avoid calling CompileScriptException::ProcessError in the catch handler, where the stack is not unwounded.
|
há 9 anos atrás |
|
BackgroundParser.h
|
47eab483b9
change top-level dir Lib back to lib
|
há 10 anos atrás |
|
CMakeLists.txt
|
800c5c6116
linux build pass (built with bash on windows)
|
há 9 anos atrás |
|
CaseInsensitive.cpp
|
d96eed5154
Handle all other cases where case-insensitive matching should only be done with /u. Add generated tests.
|
há 9 anos atrás |
|
CaseInsensitive.h
|
cec0e9a84f
replace wchar_t/L"..." with char16/_u("...")
|
há 10 anos atrás |
|
Chakra.Parser.vcxproj
|
02a02c3a59
Merge from unreleased/rs2 to release/1.4
|
há 9 anos atrás |
|
CharClassifier.cpp
|
a1b0812544
cross-platform: --no-icu support
|
há 9 anos atrás |
|
CharClassifier.h
|
a1b0812544
cross-platform: --no-icu support
|
há 9 anos atrás |
|
CharMap.h
|
b0523efa20
Merge branch 'master' into swb
|
há 9 anos atrás |
|
CharSet.cpp
|
d1b867bce9
xplat: do not inline class function in source file
|
há 9 anos atrás |
|
CharSet.h
|
1b2f176add
Remove unused methods
|
há 9 anos atrás |
|
CharTrie.cpp
|
fcbfb3dc6c
Fix dev12 build
|
há 9 anos atrás |
|
CharTrie.h
|
7453224eec
Clean up inline usage
|
há 10 anos atrás |
|
Chars.h
|
cec0e9a84f
replace wchar_t/L"..." with char16/_u("...")
|
há 10 anos atrás |
|
DebugWriter.cpp
|
5396bd7282
cross-platform: va_end may not be no-op
|
há 9 anos atrás |
|
DebugWriter.h
|
cec0e9a84f
replace wchar_t/L"..." with char16/_u("...")
|
há 10 anos atrás |
|
FormalsUtil.h
|
47eab483b9
change top-level dir Lib back to lib
|
há 10 anos atrás |
|
Hash.cpp
|
ee01d90c28
[CVE-2017-8740] Fix bad byte code gen for 'with'. The original (conservative) fix for this issue relied on marking scopes as containing 'with'. But because block scopes are created lazily, we can miss the opportunity to mark a scope. Instead, implementing a more accurate fix that marks symbols that are referenced from within 'with' statements as needing scope objects if they are closure-captured.
|
há 8 anos atrás |
|
Hash.h
|
ee01d90c28
[CVE-2017-8740] Fix bad byte code gen for 'with'. The original (conservative) fix for this issue relied on marking scopes as containing 'with'. But because block scopes are created lazily, we can miss the opportunity to mark a scope. Instead, implementing a more accurate fix that marks symbols that are referenced from within 'with' statements as needing scope objects if they are closure-captured.
|
há 8 anos atrás |
|
HashFunc.cpp
|
08992648e5
Remove cch parameters for CharsAreEqual and CaseSensitiveComputeHashCch
|
há 9 anos atrás |
|
JsScan.js
|
18d4f24ada
Fix Issue #3376: Escaped yield cannot be an identifier in strict mode
|
há 8 anos atrás |
|
OctoquadIdentifier.cpp
|
7453224eec
Clean up inline usage
|
há 10 anos atrás |
|
OctoquadIdentifier.h
|
d7f2c06a62
swb: write barrier annotations 3
|
há 9 anos atrás |
|
Parse.cpp
|
bdf3216cce
Merge unreleased/rs3 to release/1.6
|
há 8 anos atrás |
|
Parse.h
|
bdf3216cce
Merge unreleased/rs3 to release/1.6
|
há 8 anos atrás |
|
ParseFlags.h
|
ff9b95976a
Remove unused and probably broken syntax coloring support in scanner
|
há 9 anos atrás |
|
ParseTreeComparer.h
|
47eab483b9
change top-level dir Lib back to lib
|
há 10 anos atrás |
|
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:
|
há 10 anos atrás |
|
ParserCommon.h
|
2dc73f83e8
rework JIT process memory errors
|
há 9 anos atrás |
|
ParserPch.cpp
|
47eab483b9
change top-level dir Lib back to lib
|
há 10 anos atrás |
|
ParserPch.h
|
fc08efb038
Special cases of new.target
|
há 9 anos atrás |
|
RegCodes.h
|
47eab483b9
change top-level dir Lib back to lib
|
há 10 anos atrás |
|
RegexCommon.h
|
8567cfe6c1
update all references to use correct CamelCase file names
|
há 10 anos atrás |
|
RegexCompileTime.cpp
|
6e39312394
Initialize locals
|
há 8 anos atrás |
|
RegexCompileTime.h
|
47005692af
C++ conformance. (building with /permissive-)
|
há 9 anos atrás |
|
RegexContcodes.h
|
6b4151a44b
Regex backtracking improvements
|
há 9 anos atrás |
|
RegexFlags.h
|
47eab483b9
change top-level dir Lib back to lib
|
há 10 anos atrás |
|
RegexOpCodes.h
|
6b4151a44b
Regex backtracking improvements
|
há 9 anos atrás |
|
RegexParser.cpp
|
2899c93d02
Add AnalysisAsserts in regexparser
|
há 8 anos atrás |
|
RegexParser.h
|
de4659a4a6
Some string APIs operating on UTF-8 buffers do not property compute the length of the UTF-8 buffer in bytes
|
há 9 anos atrás |
|
RegexPattern.cpp
|
c6bf63b2d6
swb: annotate nested field type, union
|
há 9 anos atrás |
|
RegexPattern.h
|
c6bf63b2d6
swb: annotate nested field type, union
|
há 9 anos atrás |
|
RegexRuntime.cpp
|
bdf3216cce
Merge unreleased/rs3 to release/1.6
|
há 8 anos atrás |
|
RegexRuntime.h
|
c6bf63b2d6
swb: annotate nested field type, union
|
há 9 anos atrás |
|
RegexStats.cpp
|
cec0e9a84f
replace wchar_t/L"..." with char16/_u("...")
|
há 10 anos atrás |
|
RegexStats.h
|
cec0e9a84f
replace wchar_t/L"..." with char16/_u("...")
|
há 10 anos atrás |
|
Scan.cpp
|
6e39312394
Initialize locals
|
há 8 anos atrás |
|
Scan.h
|
18d4f24ada
Fix Issue #3376: Escaped yield cannot be an identifier in strict mode
|
há 8 anos atrás |
|
StandardChars.cpp
|
5104ab2b42
Add Sharp S and Kelvin K to word-chars. Fixes #1181.
|
há 9 anos atrás |
|
StandardChars.h
|
5104ab2b42
Add Sharp S and Kelvin K to word-chars. Fixes #1181.
|
há 9 anos atrás |
|
TextbookBoyerMoore.cpp
|
c6bf63b2d6
swb: annotate nested field type, union
|
há 9 anos atrás |
|
TextbookBoyerMoore.h
|
c91129d377
swb: avoid write barrier for global static data
|
há 9 anos atrás |
|
cmperr.cpp
|
bc33f65b20
Avoid calling CompileScriptException::ProcessError in the catch handler, where the stack is not unwounded.
|
há 9 anos atrás |
|
cmperr.h
|
bc33f65b20
Avoid calling CompileScriptException::ProcessError in the catch handler, where the stack is not unwounded.
|
há 9 anos atrás |
|
errstr.cpp
|
9c5fb7149d
cross-platform: Improve O1+ stack probing for test builds
|
há 9 anos atrás |
|
errstr.h
|
bcdd9ddf2b
cross platform: replace long to int32
|
há 9 anos atrás |
|
globals.cpp
|
42fa6d671b
replace wchar16/CH_WSTR with char16/_u
|
há 10 anos atrás |
|
globals.h
|
6688079026
linux: builds more lib/Parser files
|
há 10 anos atrás |
|
idiom.h
|
47eab483b9
change top-level dir Lib back to lib
|
há 10 anos atrás |
|
jserr.gen
|
47eab483b9
change top-level dir Lib back to lib
|
há 10 anos atrás |
|
keywords.h
|
47eab483b9
change top-level dir Lib back to lib
|
há 10 anos atrás |
|
kwd-lsc.h
|
47eab483b9
change top-level dir Lib back to lib
|
há 10 anos atrás |
|
kwd-swtch.h
|
18d4f24ada
Fix Issue #3376: Escaped yield cannot be an identifier in strict mode
|
há 8 anos atrás |
|
kwds_sw-nocolor.h
|
47eab483b9
change top-level dir Lib back to lib
|
há 10 anos atrás |
|
kwds_sw.h
|
47eab483b9
change top-level dir Lib back to lib
|
há 10 anos atrás |
|
objnames.h
|
47eab483b9
change top-level dir Lib back to lib
|
há 10 anos atrás |
|
perrors.h
|
08dc260232
Enabling eval in param scope
|
há 9 anos atrás |
|
pnodechange.h
|
47eab483b9
change top-level dir Lib back to lib
|
há 10 anos atrás |
|
pnodediff.h
|
99c6eee4df
swb: misc fixes to build chakra full
|
há 9 anos atrás |
|
pnodevisit.h
|
47eab483b9
change top-level dir Lib back to lib
|
há 10 anos atrás |
|
pnodewalk.h
|
bc813f0773
Implement interpreter support for module import/exports
|
há 10 anos atrás |
|
popcode.h
|
47eab483b9
change top-level dir Lib back to lib
|
há 10 anos atrás |
|
ptlist.h
|
2277186a9e
Dynamic Module Import
|
há 8 anos atrás |
|
ptree.h
|
bdf3216cce
Merge unreleased/rs3 to release/1.6
|
há 8 anos atrás |
|
rterror.cpp
|
2dc73f83e8
rework JIT process memory errors
|
há 9 anos atrás |
|
rterror.h
|
47eab483b9
change top-level dir Lib back to lib
|
há 10 anos atrás |
|
rterrors.h
|
84993726a7
Fixes #167 Show proper error message when promise continuation callback may not be set by the host.
|
há 8 anos atrás |
|
rterrors_limits.h
|
47eab483b9
change top-level dir Lib back to lib
|
há 10 anos atrás |
|
screrror.cpp
|
b64e91bbdb
Remove incorrect ScriptException::Clear function
|
há 9 anos atrás |
|
screrror.h
|
b64e91bbdb
Remove incorrect ScriptException::Clear function
|
há 9 anos atrás |
|
tokens.h
|
47eab483b9
change top-level dir Lib back to lib
|
há 10 anos atrás |