| .. |
|
Accessors.baseline
|
5d8406741f
Initial commit
|
10 жил өмнө |
|
Accessors.js
|
5d8406741f
Initial commit
|
10 жил өмнө |
|
Array.baseline
|
5d8406741f
Initial commit
|
10 жил өмнө |
|
Array.js
|
5d8406741f
Initial commit
|
10 жил өмнө |
|
ArrayConcat.baseline
|
5d8406741f
Initial commit
|
10 жил өмнө |
|
ArrayConcat.js
|
5d8406741f
Initial commit
|
10 жил өмнө |
|
ArrayResize.baseline
|
5d8406741f
Initial commit
|
10 жил өмнө |
|
ArrayResize.js
|
5d8406741f
Initial commit
|
10 жил өмнө |
|
Branching.baseline
|
5d8406741f
Initial commit
|
10 жил өмнө |
|
Branching.js
|
5d8406741f
Initial commit
|
10 жил өмнө |
|
DefProp.baseline
|
5d8406741f
Initial commit
|
10 жил өмнө |
|
DefProp.js
|
5d8406741f
Initial commit
|
10 жил өмнө |
|
DeleteAndReAddNonExtensible.js
|
2500e1cdc1
17-08 ChakraCore servicing release
|
8 жил өмнө |
|
DeleteProperty1.baseline
|
5d8406741f
Initial commit
|
10 жил өмнө |
|
DeleteProperty1.js
|
5d8406741f
Initial commit
|
10 жил өмнө |
|
DirectCall.baseline
|
5d8406741f
Initial commit
|
10 жил өмнө |
|
DirectCall.js
|
0faea3dc89
Update comments that referenced Eze and remove related unused code.
|
9 жил өмнө |
|
DomProperties.js
|
5d8406741f
Initial commit
|
10 жил өмнө |
|
IdsWithEscapes.baseline
|
64c9c20ed7
Improve error message for not defined identifier; update baselines. Fixes #2901.
|
8 жил өмнө |
|
IdsWithEscapes.js
|
5d8406741f
Initial commit
|
10 жил өмнө |
|
Labels.js
|
7270ee54dc
Fixing broken build for ChakraFull
|
7 жил өмнө |
|
Length.baseline
|
5d8406741f
Initial commit
|
10 жил өмнө |
|
Length.js
|
5d8406741f
Initial commit
|
10 жил өмнө |
|
Logical.baseline
|
5d8406741f
Initial commit
|
10 жил өмнө |
|
Logical.js
|
5d8406741f
Initial commit
|
10 жил өмнө |
|
ParameterOrder.baseline
|
5d8406741f
Initial commit
|
10 жил өмнө |
|
ParameterOrder.js
|
5d8406741f
Initial commit
|
10 жил өмнө |
|
Parameters.baseline
|
5d8406741f
Initial commit
|
10 жил өмнө |
|
Parameters.js
|
5d8406741f
Initial commit
|
10 жил өмнө |
|
ScriptFunctionToStrings.js
|
036fe50c38
Merge unreleased/rs3 to release/1.7
|
8 жил өмнө |
|
SpecialSymbolCapture.js
|
f1d62d7fd9
[MERGE #4618 @boingoing] OS#14568840: Remove 'this' binding for indirect eval
|
8 жил өмнө |
|
StringCharCodeAt.baseline
|
5d8406741f
Initial commit
|
10 жил өмнө |
|
StringCharCodeAt.js
|
5d8406741f
Initial commit
|
10 жил өмнө |
|
StringField.baseline
|
5d8406741f
Initial commit
|
10 жил өмнө |
|
StringField.js
|
5d8406741f
Initial commit
|
10 жил өмнө |
|
StringFromCharCode.baseline
|
5d8406741f
Initial commit
|
10 жил өмнө |
|
StringFromCharCode.js
|
5d8406741f
Initial commit
|
10 жил өмнө |
|
StringSubstring.baseline
|
2b765347f6
Fix various spelling errors.
|
10 жил өмнө |
|
StringSubstring.js
|
2b765347f6
Fix various spelling errors.
|
10 жил өмнө |
|
Switch2.js
|
5d8406741f
Initial commit
|
10 жил өмнө |
|
TernaryOperator.baseline
|
5d8406741f
Initial commit
|
10 жил өмнө |
|
TernaryOperator.js
|
5d8406741f
Initial commit
|
10 жил өмнө |
|
TypePromotion.baseline
|
5d8406741f
Initial commit
|
10 жил өмнө |
|
TypePromotion.js
|
5d8406741f
Initial commit
|
10 жил өмнө |
|
UndefinedVsNull.baseline
|
5d8406741f
Initial commit
|
10 жил өмнө |
|
UndefinedVsNull.js
|
5d8406741f
Initial commit
|
10 жил өмнө |
|
VerifyParserState.baseline
|
9195b94de5
OS#17530048 - AssertMsg(i < this->Length(), "index out of bound") -- Chakra!BVFixed::AssertRange
|
7 жил өмнө |
|
VerifyParserState.js
|
2f060350b6
Fix VerifyParserState unit test
|
7 жил өмнө |
|
VerifySkipNestedDeferred.baseline
|
fdadb93553
Fix test baselines
|
7 жил өмнө |
|
VerifySkipNestedDeferred.js
|
6b20bc1cb8
Add a unit test and cleanup a little bit
|
7 жил өмнө |
|
With-defer-block-scope.js
|
ec180eb879
[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.
|
8 жил өмнө |
|
With.baseline
|
af28cefb86
[2.0>master] [MERGE #2903 @dilijev] Improve error message for not defined identifier; update baselines. Fixes #2901.
|
8 жил өмнө |
|
With.js
|
050ab56aed
Fix bad byte code when block-scoped function is called from with. Yesterday's fix was incomplete, because it failed to address the case in which the nested function called from a with statement is declared in a lexical scope. The concept we're conservatively using, of a scope containing a with statement as well as closure-captured data, has to be tracked on individual scopes rather than functions.
|
9 жил өмнө |
|
With2.baseline
|
5d8406741f
Initial commit
|
10 жил өмнө |
|
With2.js
|
5d8406741f
Initial commit
|
10 жил өмнө |
|
arrayinit.baseline
|
5d8406741f
Initial commit
|
10 жил өмнө |
|
arrayinit.js
|
5d8406741f
Initial commit
|
10 жил өмнө |
|
bug650104.baseline
|
5d8406741f
Initial commit
|
10 жил өмнө |
|
bug650104.js
|
5d8406741f
Initial commit
|
10 жил өмнө |
|
bug_os16855035.js
|
1d0f7c4a9e
OS#16855035 - Properly support redeferral for serialized defer-parsed functions
|
7 жил өмнө |
|
bug_os17542375.js
|
aae4cd9208
Add unit test
|
7 жил өмнө |
|
cross_site_accessor_child.js
|
5d8406741f
Initial commit
|
10 жил өмнө |
|
cross_site_accessor_main.js
|
5d8406741f
Initial commit
|
10 жил өмнө |
|
enum.baseline
|
5d8406741f
Initial commit
|
10 жил өмнө |
|
enum.js
|
5d8406741f
Initial commit
|
10 жил өмнө |
|
equal.baseline
|
5d8406741f
Initial commit
|
10 жил өмнө |
|
equal.js
|
5d8406741f
Initial commit
|
10 жил өмнө |
|
equal_object.baseline
|
5d8406741f
Initial commit
|
10 жил өмнө |
|
equal_object.js
|
5d8406741f
Initial commit
|
10 жил өмнө |
|
flags.js
|
5d8406741f
Initial commit
|
10 жил өмнө |
|
flagsES5.baseline
|
5d8406741f
Initial commit
|
10 жил өмнө |
|
hello.js
|
eb50a9ca59
Misc linux cleanup
|
9 жил өмнө |
|
inlinecache.baseline
|
5d8406741f
Initial commit
|
10 жил өмнө |
|
inlinecache.js
|
5d8406741f
Initial commit
|
10 жил өмнө |
|
keyword.baseline
|
5d8406741f
Initial commit
|
10 жил өмнө |
|
keyword.js
|
5d8406741f
Initial commit
|
10 жил өмнө |
|
rlexe.xml
|
dacef92adc
Make exception handling in typeof spec-complient. Move re-throw out of catch to avoid OS stack overflow.
|
7 жил өмнө |
|
scan.baseline
|
5d8406741f
Initial commit
|
10 жил өмнө |
|
scan.js
|
5d8406741f
Initial commit
|
10 жил өмнө |
|
scopedaccessors.baseline
|
5d8406741f
Initial commit
|
10 жил өмнө |
|
scopedaccessors.js
|
5d8406741f
Initial commit
|
10 жил өмнө |
|
switch.baseline
|
5d8406741f
Initial commit
|
10 жил өмнө |
|
switch.js
|
5d8406741f
Initial commit
|
10 жил өмнө |
|
switch2.baseline
|
5d8406741f
Initial commit
|
10 жил өмнө |
|
typeof.js
|
dacef92adc
Make exception handling in typeof spec-complient. Move re-throw out of catch to avoid OS stack overflow.
|
7 жил өмнө |
|
typeofcombi.baseline
|
5d8406741f
Initial commit
|
10 жил өмнө |
|
typeofcombi.js
|
5d8406741f
Initial commit
|
10 жил өмнө |
|
typeofdata.js
|
5d8406741f
Initial commit
|
10 жил өмнө |
|
with3.baseline
|
5d8406741f
Initial commit
|
10 жил өмнө |
|
with3.js
|
5d8406741f
Initial commit
|
10 жил өмнө |
|
withBug940841.js
|
5d8406741f
Initial commit
|
10 жил өмнө |
|
withBug940841_2.js
|
5d8406741f
Initial commit
|
10 жил өмнө |
|
witheval.baseline
|
5d8406741f
Initial commit
|
10 жил өмнө |
|
witheval.js
|
5d8406741f
Initial commit
|
10 жил өмнө |