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