Paul Leathers c663ea8183 Port fix for bad binding of async arrow function parameters пре 9 година
..
ASMJSParser 801556d3e5 Add UTF8 BOM to test xml files and make line endings consistent for test js and baseline files пре 10 година
Array 7fd0244152 [1.2>1.3] [MERGE #2196 @suwc] Change to address CVE-2016-7202 пре 9 година
AsmJSFloat 801556d3e5 Add UTF8 BOM to test xml files and make line endings consistent for test js and baseline files пре 10 година
AsmJs 898582f13b Merge remaining code changes from internal RS1 branch пре 9 година
Basics 50bb88eebf xplat: fix rlexe.xml filename case пре 9 година
Boolean 801556d3e5 Add UTF8 BOM to test xml files and make line endings consistent for test js and baseline files пре 10 година
Bugs 50bb88eebf xplat: fix rlexe.xml filename case пре 9 година
Closures d4223160de Correct the binding of references that are part of ES6-style object literal shorthand syntax, e.g., {a}, when parsing is deferred. We were not adding a reference to the identifier when !buildAST, with the result that the reference was never bound, and if the declaration was in an enclosing function, we failed to detect the non-local reference. No scope info was saved, so when we finally compiled the inner function we saw no local declaration and treated the identifier as an undeclared global variable. пре 9 година
ControlFlow 724767c9d1 Make `for (var x = 0 in ...` a syntax error in strict mode пре 9 година
Conversions 50bb88eebf xplat: fix rlexe.xml filename case пре 9 година
Date 4f6aa2081c Fix #1318. Date.UTC should return NaN with <= 2 arguments. пре 9 година
Debugger 8ab9b4d34a Added console.log to ch.exe as a convenient alias for WScript.Echo пре 9 година
DynamicCode 801556d3e5 Add UTF8 BOM to test xml files and make line endings consistent for test js and baseline files пре 10 година
EH 7b6965da90 Enable binding logic for catch variables under !buildAST. Fixes cases where catch variables in deferred nested functions were mistakenly bound to same-named variables in enclosing functions. пре 9 година
Error 059fed2c87 Enable OS X builds on Jenkins пре 9 година
FixedFields 801556d3e5 Add UTF8 BOM to test xml files and make line endings consistent for test js and baseline files пре 10 година
Function 412b9983ce add missing serialization layouts; disable forceserialized from some UTs пре 9 година
Generated f6adc7f97e Added missing copyright headers. пре 10 година
GlobalFunctions 655edb8d14 [MERGE #1078] cross-plaform: update tests for xplat пре 9 година
InlineCaches 1cde1e6faa Merge branch 'master' into linux_mtest4 пре 9 година
JSON 52c55cd83f Merge remote-tracking branch 'origin/master' into linux пре 9 година
LetConst 8ab9b4d34a Added console.log to ch.exe as a convenient alias for WScript.Echo пре 9 година
Lib 50bb88eebf xplat: fix rlexe.xml filename case пре 9 година
Math 6f197425c9 cross platform: fix Math.pow -Infinity case пре 9 година
Miscellaneous 801556d3e5 Add UTF8 BOM to test xml files and make line endings consistent for test js and baseline files пре 10 година
Number 801556d3e5 Add UTF8 BOM to test xml files and make line endings consistent for test js and baseline files пре 10 година
Object 761bcd2955 Only add defined properties to the result of getOwnPropertyDescriptors пре 9 година
Operators 52c55cd83f Merge remote-tracking branch 'origin/master' into linux пре 9 година
Optimizer 412b9983ce add missing serialization layouts; disable forceserialized from some UTs пре 9 година
PerfHint 91e0e91288 Stack Arguments Optimization with presence of Formals. пре 9 година
Prototypes 50bb88eebf xplat: fix rlexe.xml filename case пре 9 година
RWC 801556d3e5 Add UTF8 BOM to test xml files and make line endings consistent for test js and baseline files пре 10 година
Regex f1696fd4ae apply -BaselineMode for -regexDebug dump пре 9 година
SIMD.TypeSpec 9b8e058afd SimdJsType spec initial commit пре 10 година
SIMD.bool16x8.asmjs 07574183e2 Allow Asm.js type coercions on simd builtin ret values пре 9 година
SIMD.bool32x4.asmjs 07574183e2 Allow Asm.js type coercions on simd builtin ret values пре 9 година
SIMD.bool8x16.asmjs 07574183e2 Allow Asm.js type coercions on simd builtin ret values пре 9 година
SIMD.float32x4 56c422a6a4 unit test changes пре 9 година
SIMD.float32x4.asmjs ed8fc0185a Simd.js: Removing Float32x4 MinNum and MaxNum builtins. пре 9 година
SIMD.int16x8.asmjs 56c422a6a4 unit test changes пре 9 година
SIMD.int32x4 56f9bb8439 Simd.js: Masking shift amounts of simd shift operations пре 10 година
SIMD.int32x4.asmjs 56c422a6a4 unit test changes пре 9 година
SIMD.int8x16 0af32b13e0 Simd.js library support пре 10 година
SIMD.int8x16.asmjs 56c422a6a4 unit test changes пре 9 година
SIMD.uint16x8.asmjs 56c422a6a4 unit test changes пре 9 година
SIMD.uint32x4.asmjs 56c422a6a4 unit test changes пре 9 година
SIMD.uint8x16.asmjs 56c422a6a4 unit test changes пре 9 година
SIMD.workloads.asmjs 56c422a6a4 unit test changes пре 9 година
SIMD.wrappers 70faee3978 @@toPrimitive should be ignored if its value is null пре 10 година
StackTrace 50bb88eebf xplat: fix rlexe.xml filename case пре 9 година
Strings 79b9447ba0 cross-plaform: update tests for xplat пре 9 година
TTBasic 62a19a260e TTD - Support for DebuggerScope snap/restore. пре 9 година
TTExecuteBasic 7fbd37a71f Enable debugging with VSCode, bugfixes for Node, bugfixes for ReactNative. пре 9 година
TaggedFloats 801556d3e5 Add UTF8 BOM to test xml files and make line endings consistent for test js and baseline files пре 10 година
TaggedIntegers 2b765347f6 Fix various spelling errors. пре 10 година
UnifiedRegex 412b9983ce add missing serialization layouts; disable forceserialized from some UTs пре 9 година
UnitTestFramework 81df64c255 xplat: implement wmemcmp пре 9 година
VT_DATE 1108bd104d test: fix applying DST abbr. normalization to non-string пре 9 година
bailout 91e0e91288 Stack Arguments Optimization with presence of Formals. пре 9 година
benchmarks e5ad983584 Update cached version of Octane пре 9 година
es5 412b9983ce add missing serialization layouts; disable forceserialized from some UTs пре 9 година
es6 c663ea8183 Port fix for bad binding of async arrow function parameters пре 9 година
es7 8b988ba071 [1.3<master @ a99327b] Updating async function implementation to fix the symbol capturing issues пре 9 година
fieldopts 412b9983ce add missing serialization layouts; disable forceserialized from some UTs пре 9 година
inlining 97b2764d55 Insert StatementBoundary at the right position for polymorphic inlining пре 9 година
loop 91e0e91288 Stack Arguments Optimization with presence of Formals. пре 9 година
rltimeout f6adc7f97e Added missing copyright headers. пре 10 година
stackfunc ad14d286b3 Enhance parse-time escape detection to handle function expression passed as out param and to detect names of functions in escaping patterns as well as function expressions. пре 9 година
strict 412b9983ce add missing serialization layouts; disable forceserialized from some UTs пре 9 година
switchStatement 801556d3e5 Add UTF8 BOM to test xml files and make line endings consistent for test js and baseline files пре 10 година
typedarray 8ab9b4d34a Added console.log to ch.exe as a convenient alias for WScript.Echo пре 9 година
utf8 2b765347f6 Fix various spelling errors. пре 10 година
jenkins.build.cmd 5d8406741f Initial commit пре 10 година
jenkins.build.init.cmd 507a0e7f4d MicroBuild v2: Enable CodeCoverage. пре 9 година
jenkins.buildall.cmd 1bbcea465f Make jenkins.buildall.cmd accept extra parameters. Fixes #442. пре 10 година
jenkins.buildone.cmd 9129028718 Added daily build configurations to run on Windows 7 + VS 2013. пре 10 година
jenkins.parsetestargs.cmd d7f19a3298 Fix 'jenkins.testone.cmd ... -disablejit' path to use the correct _BinDir. Unblocks ref #114. пре 10 година
jenkins.testall.cmd 82b5933143 Passing binary location to native test script. пре 9 година
jenkins.testone.cmd 82b5933143 Passing binary location to native test script. пре 9 година
rlexedirs.xml 7fbd37a71f Enable debugging with VSCode, bugfixes for Node, bugfixes for ReactNative. пре 9 година
runcitests.cmd 013dc6732f A native application for running native unittests пре 9 година
runnativetests.cmd 013dc6732f A native application for running native unittests пре 9 година
runtests.cmd 412b9983ce add missing serialization layouts; disable forceserialized from some UTs пре 9 година
runtests.py 7fbd37a71f Enable debugging with VSCode, bugfixes for Node, bugfixes for ReactNative. пре 9 година
runtests.sh d4b1efa7d7 cross platform: enable release binary basic testing пре 9 година