| .. |
|
Accessors.baseline
|
5d8406741f
Initial commit
|
10 yıl önce |
|
Accessors.js
|
5d8406741f
Initial commit
|
10 yıl önce |
|
Array.baseline
|
5d8406741f
Initial commit
|
10 yıl önce |
|
Array.js
|
5d8406741f
Initial commit
|
10 yıl önce |
|
ArrayConcat.baseline
|
5d8406741f
Initial commit
|
10 yıl önce |
|
ArrayConcat.js
|
5d8406741f
Initial commit
|
10 yıl önce |
|
ArrayResize.baseline
|
5d8406741f
Initial commit
|
10 yıl önce |
|
ArrayResize.js
|
5d8406741f
Initial commit
|
10 yıl önce |
|
Branching.baseline
|
5d8406741f
Initial commit
|
10 yıl önce |
|
Branching.js
|
5d8406741f
Initial commit
|
10 yıl önce |
|
DefProp.baseline
|
5d8406741f
Initial commit
|
10 yıl önce |
|
DefProp.js
|
5d8406741f
Initial commit
|
10 yıl önce |
|
DeleteAndReAddNonExtensible.js
|
2500e1cdc1
17-08 ChakraCore servicing release
|
8 yıl önce |
|
DeleteProperty1.baseline
|
5d8406741f
Initial commit
|
10 yıl önce |
|
DeleteProperty1.js
|
5d8406741f
Initial commit
|
10 yıl önce |
|
DirectCall.baseline
|
5d8406741f
Initial commit
|
10 yıl önce |
|
DirectCall.js
|
0faea3dc89
Update comments that referenced Eze and remove related unused code.
|
9 yıl önce |
|
DomProperties.js
|
5d8406741f
Initial commit
|
10 yıl önce |
|
FloatComparison.js
|
3c0a6a1520
Bail out when either operand is not number for float type specialization
|
7 yıl önce |
|
IdsWithEscapes.baseline
|
1f18f53acf
Improve parsing error messages
|
7 yıl önce |
|
IdsWithEscapes.js
|
5d8406741f
Initial commit
|
10 yıl önce |
|
Labels.js
|
1f18f53acf
Improve parsing error messages
|
7 yıl önce |
|
Length.baseline
|
5d8406741f
Initial commit
|
10 yıl önce |
|
Length.js
|
5d8406741f
Initial commit
|
10 yıl önce |
|
Logical.baseline
|
5d8406741f
Initial commit
|
10 yıl önce |
|
Logical.js
|
5d8406741f
Initial commit
|
10 yıl önce |
|
ParameterOrder.baseline
|
5d8406741f
Initial commit
|
10 yıl önce |
|
ParameterOrder.js
|
5d8406741f
Initial commit
|
10 yıl önce |
|
Parameters.baseline
|
5d8406741f
Initial commit
|
10 yıl önce |
|
Parameters.js
|
5d8406741f
Initial commit
|
10 yıl önce |
|
ScriptFunctionToStrings.js
|
05e8b9c882
Updating tests and baselines to work with new function toString
|
7 yıl önce |
|
SpecialSymbolCapture.js
|
f2aad9f838
Error improvements
|
6 yıl önce |
|
StringCharCodeAt.baseline
|
5d8406741f
Initial commit
|
10 yıl önce |
|
StringCharCodeAt.js
|
5d8406741f
Initial commit
|
10 yıl önce |
|
StringField.baseline
|
5d8406741f
Initial commit
|
10 yıl önce |
|
StringField.js
|
5d8406741f
Initial commit
|
10 yıl önce |
|
StringFromCharCode.baseline
|
5d8406741f
Initial commit
|
10 yıl önce |
|
StringFromCharCode.js
|
5d8406741f
Initial commit
|
10 yıl önce |
|
StringSubstring.baseline
|
2b765347f6
Fix various spelling errors.
|
10 yıl önce |
|
StringSubstring.js
|
2b765347f6
Fix various spelling errors.
|
10 yıl önce |
|
Switch2.js
|
5d8406741f
Initial commit
|
10 yıl önce |
|
TernaryOperator.baseline
|
5d8406741f
Initial commit
|
10 yıl önce |
|
TernaryOperator.js
|
5e952e31ce
Allow "in" in the middle operand of ternaries
|
6 yıl önce |
|
TypePromotion.baseline
|
5d8406741f
Initial commit
|
10 yıl önce |
|
TypePromotion.js
|
5d8406741f
Initial commit
|
10 yıl önce |
|
UndefinedVsNull.baseline
|
5d8406741f
Initial commit
|
10 yıl önce |
|
UndefinedVsNull.js
|
5d8406741f
Initial commit
|
10 yıl önce |
|
VerifyParserState.baseline
|
9195b94de5
OS#17530048 - AssertMsg(i < this->Length(), "index out of bound") -- Chakra!BVFixed::AssertRange
|
7 yıl önce |
|
VerifyParserState.js
|
2f060350b6
Fix VerifyParserState unit test
|
7 yıl önce |
|
VerifySkipNestedDeferred.baseline
|
05e8b9c882
Updating tests and baselines to work with new function toString
|
7 yıl önce |
|
VerifySkipNestedDeferred.js
|
6b20bc1cb8
Add a unit test and cleanup a little bit
|
7 yıl önce |
|
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 yıl önce |
|
With.baseline
|
af28cefb86
[2.0>master] [MERGE #2903 @dilijev] Improve error message for not defined identifier; update baselines. Fixes #2901.
|
8 yıl önce |
|
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 yıl önce |
|
With2.baseline
|
5d8406741f
Initial commit
|
10 yıl önce |
|
With2.js
|
5d8406741f
Initial commit
|
10 yıl önce |
|
arrayinit.baseline
|
5d8406741f
Initial commit
|
10 yıl önce |
|
arrayinit.js
|
5d8406741f
Initial commit
|
10 yıl önce |
|
bug650104.baseline
|
5d8406741f
Initial commit
|
10 yıl önce |
|
bug650104.js
|
5d8406741f
Initial commit
|
10 yıl önce |
|
bug_os16855035.js
|
1d0f7c4a9e
OS#16855035 - Properly support redeferral for serialized defer-parsed functions
|
7 yıl önce |
|
bug_os17542375.js
|
aae4cd9208
Add unit test
|
7 yıl önce |
|
cross_site_accessor_child.js
|
5d8406741f
Initial commit
|
10 yıl önce |
|
cross_site_accessor_main.js
|
5d8406741f
Initial commit
|
10 yıl önce |
|
enum.baseline
|
5d8406741f
Initial commit
|
10 yıl önce |
|
enum.js
|
5d8406741f
Initial commit
|
10 yıl önce |
|
equal.baseline
|
5d8406741f
Initial commit
|
10 yıl önce |
|
equal.js
|
5d8406741f
Initial commit
|
10 yıl önce |
|
equal_object.baseline
|
5d8406741f
Initial commit
|
10 yıl önce |
|
equal_object.js
|
5d8406741f
Initial commit
|
10 yıl önce |
|
flags.js
|
5d8406741f
Initial commit
|
10 yıl önce |
|
flagsES5.baseline
|
5d8406741f
Initial commit
|
10 yıl önce |
|
hello.js
|
eb50a9ca59
Misc linux cleanup
|
9 yıl önce |
|
inlinecache.baseline
|
5d8406741f
Initial commit
|
10 yıl önce |
|
inlinecache.js
|
5d8406741f
Initial commit
|
10 yıl önce |
|
keyword.baseline
|
5d8406741f
Initial commit
|
10 yıl önce |
|
keyword.js
|
5d8406741f
Initial commit
|
10 yıl önce |
|
rlexe.xml
|
1ad2969357
Linux/macOS CI: (#6559)
|
5 yıl önce |
|
scan.baseline
|
5d8406741f
Initial commit
|
10 yıl önce |
|
scan.js
|
5d8406741f
Initial commit
|
10 yıl önce |
|
scopedaccessors.baseline
|
e9066519c4
fixes #5513 recreate baseline files
|
7 yıl önce |
|
scopedaccessors.js
|
5d8406741f
Initial commit
|
10 yıl önce |
|
switch.baseline
|
5d8406741f
Initial commit
|
10 yıl önce |
|
switch.js
|
5d8406741f
Initial commit
|
10 yıl önce |
|
switch2.baseline
|
5d8406741f
Initial commit
|
10 yıl önce |
|
typeof.js
|
dacef92adc
Make exception handling in typeof spec-complient. Move re-throw out of catch to avoid OS stack overflow.
|
7 yıl önce |
|
typeofcombi.baseline
|
5d8406741f
Initial commit
|
10 yıl önce |
|
typeofcombi.js
|
5d8406741f
Initial commit
|
10 yıl önce |
|
typeofdata.js
|
5d8406741f
Initial commit
|
10 yıl önce |
|
with3.baseline
|
5d8406741f
Initial commit
|
10 yıl önce |
|
with3.js
|
5d8406741f
Initial commit
|
10 yıl önce |
|
withBug940841.js
|
5d8406741f
Initial commit
|
10 yıl önce |
|
withBug940841_2.js
|
5d8406741f
Initial commit
|
10 yıl önce |
|
witheval.baseline
|
5d8406741f
Initial commit
|
10 yıl önce |
|
witheval.js
|
5d8406741f
Initial commit
|
10 yıl önce |