Suwei Chen eecf271764 Heap overflow in Array.prototype.reverse 9 years ago
..
ASMJSParser 801556d3e5 Add UTF8 BOM to test xml files and make line endings consistent for test js and baseline files 10 years ago
Array eecf271764 Heap overflow in Array.prototype.reverse 9 years ago
AsmJSFloat 801556d3e5 Add UTF8 BOM to test xml files and make line endings consistent for test js and baseline files 10 years ago
AsmJs 898582f13b Merge remaining code changes from internal RS1 branch 9 years ago
Basics 2b765347f6 Fix various spelling errors. 10 years ago
Boolean 801556d3e5 Add UTF8 BOM to test xml files and make line endings consistent for test js and baseline files 10 years ago
Bugs 0c0d2c4f55 adding missing attirbutes 9 years ago
Closures 801556d3e5 Add UTF8 BOM to test xml files and make line endings consistent for test js and baseline files 10 years ago
ControlFlow 2b765347f6 Fix various spelling errors. 10 years ago
Conversions 801556d3e5 Add UTF8 BOM to test xml files and make line endings consistent for test js and baseline files 10 years ago
Date 801556d3e5 Add UTF8 BOM to test xml files and make line endings consistent for test js and baseline files 10 years ago
DynamicCode 801556d3e5 Add UTF8 BOM to test xml files and make line endings consistent for test js and baseline files 10 years ago
EH 801556d3e5 Add UTF8 BOM to test xml files and make line endings consistent for test js and baseline files 10 years ago
Error cdfc1ee3e3 Incorrect line and column number on error stack. 10 years ago
FixedFields 801556d3e5 Add UTF8 BOM to test xml files and make line endings consistent for test js and baseline files 10 years ago
Function 23a3d5b23f Correct the construction of scope chain structures in corner cases involving named function expressions. 9 years ago
Generated f6adc7f97e Added missing copyright headers. 10 years ago
GlobalFunctions 801556d3e5 Add UTF8 BOM to test xml files and make line endings consistent for test js and baseline files 10 years ago
InlineCaches 2b765347f6 Fix various spelling errors. 10 years ago
JSON 2b765347f6 Fix various spelling errors. 10 years ago
LetConst 008cc686fc Address PR feedback 9 years ago
Lib 801556d3e5 Add UTF8 BOM to test xml files and make line endings consistent for test js and baseline files 10 years ago
Math abfe3655bf remove special handling for atan2 from Js::Math::atan2 10 years ago
Miscellaneous 801556d3e5 Add UTF8 BOM to test xml files and make line endings consistent for test js and baseline files 10 years ago
Number 801556d3e5 Add UTF8 BOM to test xml files and make line endings consistent for test js and baseline files 10 years ago
Object efc0772266 Add tests to cover regressions in reduced repros for VSO 7399962. 9 years ago
Operators 2b765347f6 Fix various spelling errors. 10 years ago
Optimizer 8170b34c00 [MERGE #893] Fixing bug with hoisting a type check bailout 9 years ago
PerfHint 801556d3e5 Add UTF8 BOM to test xml files and make line endings consistent for test js and baseline files 10 years ago
Prototypes 801556d3e5 Add UTF8 BOM to test xml files and make line endings consistent for test js and baseline files 10 years ago
RWC 801556d3e5 Add UTF8 BOM to test xml files and make line endings consistent for test js and baseline files 10 years ago
Regex 801556d3e5 Add UTF8 BOM to test xml files and make line endings consistent for test js and baseline files 10 years ago
SIMD.TypeSpec 9b8e058afd SimdJsType spec initial commit 10 years ago
SIMD.bool16x8.asmjs 07574183e2 Allow Asm.js type coercions on simd builtin ret values 9 years ago
SIMD.bool32x4.asmjs 07574183e2 Allow Asm.js type coercions on simd builtin ret values 9 years ago
SIMD.bool8x16.asmjs 07574183e2 Allow Asm.js type coercions on simd builtin ret values 9 years ago
SIMD.float32x4 56c422a6a4 unit test changes 9 years ago
SIMD.float32x4.asmjs 56c422a6a4 unit test changes 9 years ago
SIMD.int16x8.asmjs 56c422a6a4 unit test changes 9 years ago
SIMD.int32x4 56f9bb8439 Simd.js: Masking shift amounts of simd shift operations 10 years ago
SIMD.int32x4.asmjs 56c422a6a4 unit test changes 9 years ago
SIMD.int8x16 0af32b13e0 Simd.js library support 10 years ago
SIMD.int8x16.asmjs 56c422a6a4 unit test changes 9 years ago
SIMD.uint16x8.asmjs 56c422a6a4 unit test changes 9 years ago
SIMD.uint32x4.asmjs 56c422a6a4 unit test changes 9 years ago
SIMD.uint8x16.asmjs 56c422a6a4 unit test changes 9 years ago
SIMD.workloads.asmjs 56c422a6a4 unit test changes 9 years ago
SIMD.wrappers 70faee3978 @@toPrimitive should be ignored if its value is null 10 years ago
StackTrace f928841ec1 Function.name on the getter/setter on defineProperty. 9 years ago
Strings 3c0387641d Fixed unittest to trigger more predictably. 10 years ago
TaggedFloats 801556d3e5 Add UTF8 BOM to test xml files and make line endings consistent for test js and baseline files 10 years ago
TaggedIntegers 2b765347f6 Fix various spelling errors. 10 years ago
UnifiedRegex 9511ebcaf4 Have RegExp.prototype.test work correctly when lastIndex > MaxCharCount 10 years ago
UnitTestFramework d917afa76c Object.prototype should be an immutable prototype exotic object. 10 years ago
VT_DATE 801556d3e5 Add UTF8 BOM to test xml files and make line endings consistent for test js and baseline files 10 years ago
bailout 2b765347f6 Fix various spelling errors. 10 years ago
benchmarks e5ad983584 Update cached version of Octane 9 years ago
es5 21f3f9b00d Fixes `get` and `set` not parsing in object literal shorthand syntax 10 years ago
es6 c2787ef8fd Change to address CVE-2016-7200,CVE-2016-7201,CVE-2016-7202,CVE-2016-7203,CVE-2016-7208,CVE-2016-7240,CVE-2016-7241,CVE-2016-7242,CVE-2016-7243 9 years ago
es7 614057f49f address review comments, make the unittest code more readable 9 years ago
fieldopts 8567a69a3c Types that are used in equivalent objtypespec guards must be locked to protect against, e.g., adding a property to a dictionary type handler, which will only change the type if it's locked. 10 years ago
inlining ccd707665f Update arguments count for an inlinee at InlineeStart instead of 10 years ago
loop 801556d3e5 Add UTF8 BOM to test xml files and make line endings consistent for test js and baseline files 10 years ago
rltimeout f6adc7f97e Added missing copyright headers. 10 years ago
stackfunc cb554395f5 In jitted loop bodies, we may have stack-allocated closures but not create stack-allocated functions inside block scopes. Let BoxScopeSlots call BoxStackFunction for functions not on stack to make sure that any stack closures get boxed. 10 years ago
strict dcdb8d014f [MERGE #227] Fix various spelling errors. 10 years ago
switchStatement 801556d3e5 Add UTF8 BOM to test xml files and make line endings consistent for test js and baseline files 10 years ago
typedarray bcd950efee TypedArrayCreate for TypedArray built-in methods 9 years ago
utf8 2b765347f6 Fix various spelling errors. 10 years ago
jenkins.build.cmd 5d8406741f Initial commit 10 years ago
jenkins.build.init.cmd 507a0e7f4d MicroBuild v2: Enable CodeCoverage. 9 years ago
jenkins.buildall.cmd 1bbcea465f Make jenkins.buildall.cmd accept extra parameters. Fixes #442. 10 years ago
jenkins.buildone.cmd 9129028718 Added daily build configurations to run on Windows 7 + VS 2013. 10 years ago
jenkins.parsetestargs.cmd d7f19a3298 Fix 'jenkins.testone.cmd ... -disablejit' path to use the correct _BinDir. Unblocks ref #114. 10 years ago
jenkins.testall.cmd 5d8406741f Initial commit 10 years ago
jenkins.testone.cmd d7f19a3298 Fix 'jenkins.testone.cmd ... -disablejit' path to use the correct _BinDir. Unblocks ref #114. 10 years ago
rlexedirs.xml 8245503daa - Added needed types, opcodes, layouts for Int32x4/Float32x4 remaining ops. 10 years ago
runcitests.cmd 5d8406741f Initial commit 10 years ago
runtests.cmd 6e90b4adb9 runtests.cmd: support extra command line flags 10 years ago