Michael Ferris 6999714882 [CVE-2017-8604] Fix for stack allocation for asm.js/wasm 8 years ago
..
InJavascript 84d61ad819 Exposing a new JSRT method to get additional information about exceptions 8 years ago
amd64 6999714882 [CVE-2017-8604] Fix for stack allocation for asm.js/wasm 8 years ago
arm 6811584cd0 android: ChakraCore compiles to Android ARMv7 9 years ago
arm64 47eab483b9 change top-level dir Lib back to lib 10 years ago
ArgumentsObject.cpp e5d41078cb [1.4>2.0] [MERGE #2697 @MikeHolman] 17-03 ChakraCore servicing release 9 years ago
ArgumentsObject.h d7f2c06a62 swb: write barrier annotations 3 9 years ago
ArgumentsObjectEnumerator.cpp 6d36a6f737 swb: write barrier annotations 2 9 years ago
ArgumentsObjectEnumerator.h 6d36a6f737 swb: write barrier annotations 2 9 years ago
ArrayBuffer.cpp 73d6109a24 [1.4>2.0] [MERGE #2959 @rajatd] 17-05 ChakraCore servicing release 8 years ago
ArrayBuffer.h 73d6109a24 [1.4>2.0] [MERGE #2959 @rajatd] 17-05 ChakraCore servicing release 8 years ago
AtomicsObject.cpp ba4808101b SharedArrayBuffer - Initial work. 9 years ago
AtomicsObject.h ba4808101b SharedArrayBuffer - Initial work. 9 years ago
BoundFunction.cpp 578f5b959f fix for the special constructor for functionBody (which enforced write barrier) 9 years ago
BoundFunction.h 0d830938d7 a few fixes for T** 9 years ago
BufferStringBuilder.cpp 13f6e3b54a xplat: build lib/Runtime/Library 10 years ago
BufferStringBuilder.h 13f6e3b54a xplat: build lib/Runtime/Library 10 years ago
BuiltInFlags.h 47eab483b9 change top-level dir Lib back to lib 10 years ago
CMakeLists.txt 84d61ad819 Exposing a new JSRT method to get additional information about exceptions 8 years ago
Chakra.Runtime.Library.vcxproj 84d61ad819 Exposing a new JSRT method to get additional information about exceptions 8 years ago
Chakra.Runtime.Library.vcxproj.filters 84d61ad819 Exposing a new JSRT method to get additional information about exceptions 8 years ago
CommonExternalApiImpl.cpp 8567cfe6c1 update all references to use correct CamelCase file names 10 years ago
CompoundString.cpp e2e684f23e fix the order on setting write barrier bits 9 years ago
CompoundString.h c3c3db5086 [1.4>2.0] [MERGE #2826 @leirocks] Merge from unreleased/rs2 to release/1.4 8 years ago
ConcatString.cpp c91129d377 swb: avoid write barrier for global static data 9 years ago
ConcatString.h c3c3db5086 [1.4>2.0] [MERGE #2826 @leirocks] Merge from unreleased/rs2 to release/1.4 8 years ago
ConcatString.inl 4e73253011 swb: misc fixes from unit test verification 9 years ago
DataView.cpp 73d6109a24 [1.4>2.0] [MERGE #2959 @rajatd] 17-05 ChakraCore servicing release 8 years ago
DataView.h 73d6109a24 [1.4>2.0] [MERGE #2959 @rajatd] 17-05 ChakraCore servicing release 8 years ago
DateImplementation.cpp ef8206a2c6 Date missing cross-site marshalling 9 years ago
DateImplementation.h ef8206a2c6 Date missing cross-site marshalling 9 years ago
DateImplementationData.h 47eab483b9 change top-level dir Lib back to lib 10 years ago
ES5Array.cpp e817def1bc Optimizing ForInObjectEnumerator overhead 9 years ago
ES5Array.h 50b4d1a56a try to enable recycler track on Linux 9 years ago
ES5ArrayIndexEnumerator.cpp 5815ac7400 swb: slotArray, AsmJs write barrier fixes 9 years ago
ES5ArrayIndexEnumerator.h 5815ac7400 swb: slotArray, AsmJs write barrier fixes 9 years ago
ES5ArrayIndexStaticEnumerator.h 58ab8fa9f8 Refactor Enumerators 9 years ago
EngineInterfaceObject.cpp 578f5b959f fix for the special constructor for functionBody (which enforced write barrier) 9 years ago
EngineInterfaceObject.h 3deaff1331 fix missing write barrier issues found by extended verify mark for write barrier 9 years ago
EngineInterfaceObjectBuiltIns.h 47eab483b9 change top-level dir Lib back to lib 10 years ago
ExternalLibraryBase.cpp 47eab483b9 change top-level dir Lib back to lib 10 years ago
ExternalLibraryBase.h 47eab483b9 change top-level dir Lib back to lib 10 years ago
ForInObjectEnumerator.cpp f8a44322c2 AND canUseJitFastPath with previous value so that if it is already false we don’t call CanUseJITFastPath function 9 years ago
ForInObjectEnumerator.h 7ebed1441e Merge branch 'master' into swb 9 years ago
GlobalObject.cpp 1945e02ef9 TTD -- Updates to debug integration and log optimization. 8 years ago
GlobalObject.h c3c3db5086 [1.4>2.0] [MERGE #2826 @leirocks] Merge from unreleased/rs2 to release/1.4 8 years ago
HostObjectBase.h 47eab483b9 change top-level dir Lib back to lib 10 years ago
IntlEngineInterfaceExtensionObject.cpp 578f5b959f fix for the special constructor for functionBody (which enforced write barrier) 9 years ago
IntlEngineInterfaceExtensionObject.h 3deaff1331 fix missing write barrier issues found by extended verify mark for write barrier 9 years ago
IteratorObjectEnumerator.cpp f63759b145 Merge branch 'master' into users/leish/wb3merge 9 years ago
IteratorObjectEnumerator.h f63759b145 Merge branch 'master' into users/leish/wb3merge 9 years ago
JSON.cpp 44546146c0 Fix for assertion fired in JSON.stringify. 9 years ago
JSON.h 47005692af C++ conformance. (building with /permissive-) 9 years ago
JSONParser.cpp 02a02c3a59 Merge from unreleased/rs2 to release/1.4 9 years ago
JSONParser.h 47005692af C++ conformance. (building with /permissive-) 9 years ago
JSONScanner.cpp 2f634ae0c1 Fixes #804 Json parsing errors mention JSON.parse in errors 9 years ago
JSONScanner.h 2f634ae0c1 Fixes #804 Json parsing errors mention JSON.parse in errors 9 years ago
JSONStack.cpp 47eab483b9 change top-level dir Lib back to lib 10 years ago
JSONStack.h 47eab483b9 change top-level dir Lib back to lib 10 years ago
JSONString.cpp e47a072a00 replace remaining L'...' literal with _u('...') 10 years ago
JSONString.h 6d36a6f737 swb: write barrier annotations 2 9 years ago
JavascriptArray.cpp f780a1157f [CVE-2017-8619] Put failfast error on the OOM exception on certain places in the array APIs 8 years ago
JavascriptArray.h f780a1157f [CVE-2017-8619] Put failfast error on the OOM exception on certain places in the array APIs 8 years ago
JavascriptArray.inl 86b66eefa6 fix some 17-06 build breaks and CI copyright check failure 8 years ago
JavascriptArrayIndexEnumerator.cpp 58ab8fa9f8 Refactor Enumerators 9 years ago
JavascriptArrayIndexEnumerator.h 58ab8fa9f8 Refactor Enumerators 9 years ago
JavascriptArrayIndexEnumeratorBase.cpp 58ab8fa9f8 Refactor Enumerators 9 years ago
JavascriptArrayIndexEnumeratorBase.h 10c6be4c1b swb: check base classes, annotations 4 9 years ago
JavascriptArrayIndexSnapshotEnumerator.cpp 58ab8fa9f8 Refactor Enumerators 9 years ago
JavascriptArrayIndexSnapshotEnumerator.h 6d36a6f737 swb: write barrier annotations 2 9 years ago
JavascriptArrayIndexStaticEnumerator.h 58ab8fa9f8 Refactor Enumerators 9 years ago
JavascriptArrayIterator.cpp 55ed2e4e11 Fix for ArrayIterator object. 9 years ago
JavascriptArrayIterator.h d7f2c06a62 swb: write barrier annotations 3 9 years ago
JavascriptBoolean.cpp bcdd9ddf2b cross platform: replace long to int32 9 years ago
JavascriptBoolean.h c3c3db5086 [1.4>2.0] [MERGE #2826 @leirocks] Merge from unreleased/rs2 to release/1.4 8 years ago
JavascriptBoolean.inl 47eab483b9 change top-level dir Lib back to lib 10 years ago
JavascriptBooleanObject.cpp cad31b87da TTD -- Enable record w/o debug mode, fixes for reverse continue, updates to assertions, enable OSX, and misc. fixes. 9 years ago
JavascriptBooleanObject.h d7f2c06a62 swb: write barrier annotations 3 9 years ago
JavascriptBuiltInFunctionList.h 8fc58a6b4a Updates for programatic log emit, logging optimizations, and bug fixes. 9 years ago
JavascriptBuiltInFunctions.cpp 578f5b959f fix for the special constructor for functionBody (which enforced write barrier) 9 years ago
JavascriptBuiltInFunctions.h 47eab483b9 change top-level dir Lib back to lib 10 years ago
JavascriptDate.cpp c3c3db5086 [1.4>2.0] [MERGE #2826 @leirocks] Merge from unreleased/rs2 to release/1.4 8 years ago
JavascriptDate.h ef8206a2c6 Date missing cross-site marshalling 9 years ago
JavascriptError.cpp 84d61ad819 Exposing a new JSRT method to get additional information about exceptions 8 years ago
JavascriptError.h 84d61ad819 Exposing a new JSRT method to get additional information about exceptions 8 years ago
JavascriptExceptionMetadata.cpp 84d61ad819 Exposing a new JSRT method to get additional information about exceptions 8 years ago
JavascriptExceptionMetadata.h 84d61ad819 Exposing a new JSRT method to get additional information about exceptions 8 years ago
JavascriptExternalFunction.cpp c67270994a TTD -- misc fixes and enhancements. 9 years ago
JavascriptExternalFunction.h c6bf63b2d6 swb: annotate nested field type, union 9 years ago
JavascriptFunction.cpp 1945e02ef9 TTD -- Updates to debug integration and log optimization. 8 years ago
JavascriptFunction.h 2a34df54ce Merge branch 'master' into swb 9 years ago
JavascriptGenerator.cpp 8dfa18ac46 swb: trivial cleanup 9 years ago
JavascriptGenerator.h 622abd79db a few fixes for review comment in last PR 9 years ago
JavascriptGeneratorFunction.cpp c3c3db5086 [1.4>2.0] [MERGE #2826 @leirocks] Merge from unreleased/rs2 to release/1.4 8 years ago
JavascriptGeneratorFunction.h c3c3db5086 [1.4>2.0] [MERGE #2826 @leirocks] Merge from unreleased/rs2 to release/1.4 8 years ago
JavascriptIterator.cpp 47eab483b9 change top-level dir Lib back to lib 10 years ago
JavascriptIterator.h 47eab483b9 change top-level dir Lib back to lib 10 years ago
JavascriptLibrary.cpp 73d6109a24 [1.4>2.0] [MERGE #2959 @rajatd] 17-05 ChakraCore servicing release 8 years ago
JavascriptLibrary.h 73d6109a24 [1.4>2.0] [MERGE #2959 @rajatd] 17-05 ChakraCore servicing release 8 years ago
JavascriptLibrary.inl a03aa520f4 Enable ES6IsConcatSpreadable under experimental 9 years ago
JavascriptLibraryBase.h 2454f00158 fix line ending after merge 8 years ago
JavascriptListIterator.cpp a7881327ac code review update; merge and enable new test 9 years ago
JavascriptListIterator.h d7f2c06a62 swb: write barrier annotations 3 9 years ago
JavascriptMap.cpp 02a02c3a59 Merge from unreleased/rs2 to release/1.4 9 years ago
JavascriptMap.h 4e73253011 swb: misc fixes from unit test verification 9 years ago
JavascriptMapIterator.cpp cec0e9a84f replace wchar_t/L"..." with char16/_u("...") 10 years ago
JavascriptMapIterator.h d7f2c06a62 swb: write barrier annotations 3 9 years ago
JavascriptNumber.cpp 33f3ad2693 Don't throw RangeError for toExponential(undefined) 9 years ago
JavascriptNumber.h 02a02c3a59 Merge from unreleased/rs2 to release/1.4 9 years ago
JavascriptNumber.inl ecfe189c7d cleanup the number allocator for FLOATVAR code path 9 years ago
JavascriptNumberObject.cpp cad31b87da TTD -- Enable record w/o debug mode, fixes for reverse continue, updates to assertions, enable OSX, and misc. fixes. 9 years ago
JavascriptNumberObject.h d7f2c06a62 swb: write barrier annotations 3 9 years ago
JavascriptObject.cpp c3c3db5086 [1.4>2.0] [MERGE #2826 @leirocks] Merge from unreleased/rs2 to release/1.4 8 years ago
JavascriptObject.h 6c450f2683 Remove legacy toString helpers from JavascriptObject 9 years ago
JavascriptPromise.cpp 73d6109a24 [1.4>2.0] [MERGE #2959 @rajatd] 17-05 ChakraCore servicing release 8 years ago
JavascriptPromise.h 73d6109a24 [1.4>2.0] [MERGE #2959 @rajatd] 17-05 ChakraCore servicing release 8 years ago
JavascriptProxy.cpp c3c3db5086 [1.4>2.0] [MERGE #2826 @leirocks] Merge from unreleased/rs2 to release/1.4 8 years ago
JavascriptProxy.h 4c9b2e23ea Merge branch 'master' into swb 9 years ago
JavascriptReflect.cpp ac44cffb6b VSO 8207235: Reflect.apply and Reflect.construct require `argumentsList` params (and the value must be an array or array-like object). 9 years ago
JavascriptReflect.h 0052c5c585 #274 Remove [[Enumerate]] and associated reflective capabilities 9 years ago
JavascriptRegExpConstructor.cpp d7f2c06a62 swb: write barrier annotations 3 9 years ago
JavascriptRegExpConstructor.h d7f2c06a62 swb: write barrier annotations 3 9 years ago
JavascriptRegExpEnumerator.cpp 58ab8fa9f8 Refactor Enumerators 9 years ago
JavascriptRegExpEnumerator.h d7f2c06a62 swb: write barrier annotations 3 9 years ago
JavascriptRegularExpression.cpp 02a02c3a59 Merge from unreleased/rs2 to release/1.4 9 years ago
JavascriptRegularExpression.h c3c3db5086 [1.4>2.0] [MERGE #2826 @leirocks] Merge from unreleased/rs2 to release/1.4 8 years ago
JavascriptRegularExpressionResult.cpp 1552054536 Fix ChakraCore retail build 10 years ago
JavascriptRegularExpressionResult.h 47eab483b9 change top-level dir Lib back to lib 10 years ago
JavascriptSet.cpp 02a02c3a59 Merge from unreleased/rs2 to release/1.4 9 years ago
JavascriptSet.h d7f2c06a62 swb: write barrier annotations 3 9 years ago
JavascriptSetIterator.cpp cec0e9a84f replace wchar_t/L"..." with char16/_u("...") 10 years ago
JavascriptSetIterator.h d7f2c06a62 swb: write barrier annotations 3 9 years ago
JavascriptSimdBool16x8.cpp a9eb6e1b64 Simd.js fixes for Tvs Bugs/Warnings 10 years ago
JavascriptSimdBool16x8.h 33a6f43792 Merge branch 'master' into linux_m2 9 years ago
JavascriptSimdBool32x4.cpp a9eb6e1b64 Simd.js fixes for Tvs Bugs/Warnings 10 years ago
JavascriptSimdBool32x4.h 33a6f43792 Merge branch 'master' into linux_m2 9 years ago
JavascriptSimdBool8x16.cpp a9eb6e1b64 Simd.js fixes for Tvs Bugs/Warnings 10 years ago
JavascriptSimdBool8x16.h 33a6f43792 Merge branch 'master' into linux_m2 9 years ago
JavascriptSimdFloat32x4.cpp 33a6f43792 Merge branch 'master' into linux_m2 9 years ago
JavascriptSimdFloat32x4.h 02a02c3a59 Merge from unreleased/rs2 to release/1.4 9 years ago
JavascriptSimdFloat64x2.cpp f47b4917fb Change GetItem impls to set *value to undefined on false ret paths 9 years ago
JavascriptSimdFloat64x2.h d7f2c06a62 swb: write barrier annotations 3 9 years ago
JavascriptSimdInt16x8.cpp 33a6f43792 Merge branch 'master' into linux_m2 9 years ago
JavascriptSimdInt16x8.h 33a6f43792 Merge branch 'master' into linux_m2 9 years ago
JavascriptSimdInt32x4.cpp 33a6f43792 Merge branch 'master' into linux_m2 9 years ago
JavascriptSimdInt32x4.h 02a02c3a59 Merge from unreleased/rs2 to release/1.4 9 years ago
JavascriptSimdInt8x16.cpp 33a6f43792 Merge branch 'master' into linux_m2 9 years ago
JavascriptSimdInt8x16.h 33a6f43792 Merge branch 'master' into linux_m2 9 years ago
JavascriptSimdObject.cpp 02a02c3a59 Merge from unreleased/rs2 to release/1.4 9 years ago
JavascriptSimdObject.h 1c7dc3a7c2 some write barrier fixes 9 years ago
JavascriptSimdType.cpp f47b4917fb Change GetItem impls to set *value to undefined on false ret paths 9 years ago
JavascriptSimdType.h 10c6be4c1b swb: check base classes, annotations 4 9 years ago
JavascriptSimdUint16x8.cpp 33a6f43792 Merge branch 'master' into linux_m2 9 years ago
JavascriptSimdUint16x8.h 33a6f43792 Merge branch 'master' into linux_m2 9 years ago
JavascriptSimdUint32x4.cpp 33a6f43792 Merge branch 'master' into linux_m2 9 years ago
JavascriptSimdUint32x4.h 33a6f43792 Merge branch 'master' into linux_m2 9 years ago
JavascriptSimdUint8x16.cpp 33a6f43792 Merge branch 'master' into linux_m2 9 years ago
JavascriptSimdUint8x16.h 33a6f43792 Merge branch 'master' into linux_m2 9 years ago
JavascriptString.cpp c3c3db5086 [1.4>2.0] [MERGE #2826 @leirocks] Merge from unreleased/rs2 to release/1.4 8 years ago
JavascriptString.h c3c3db5086 [1.4>2.0] [MERGE #2826 @leirocks] Merge from unreleased/rs2 to release/1.4 8 years ago
JavascriptString.inl cec0e9a84f replace wchar_t/L"..." with char16/_u("...") 10 years ago
JavascriptStringEnumerator.cpp 58ab8fa9f8 Refactor Enumerators 9 years ago
JavascriptStringEnumerator.h d7f2c06a62 swb: write barrier annotations 3 9 years ago
JavascriptStringIterator.cpp cec0e9a84f replace wchar_t/L"..." with char16/_u("...") 10 years ago
JavascriptStringIterator.h d7f2c06a62 swb: write barrier annotations 3 9 years ago
JavascriptStringObject.cpp e817def1bc Optimizing ForInObjectEnumerator overhead 9 years ago
JavascriptStringObject.h d7f2c06a62 swb: write barrier annotations 3 9 years ago
JavascriptStringTagEntries.h cec0e9a84f replace wchar_t/L"..." with char16/_u("...") 10 years ago
JavascriptSymbol.cpp bce5dab2b2 Symbol : Equal leads to recursive call 9 years ago
JavascriptSymbol.h d7f2c06a62 swb: write barrier annotations 3 9 years ago
JavascriptSymbolObject.cpp 7fbd37a71f Enable debugging with VSCode, bugfixes for Node, bugfixes for ReactNative. 9 years ago
JavascriptSymbolObject.h d7f2c06a62 swb: write barrier annotations 3 9 years ago
JavascriptTypedNumber.cpp cec0e9a84f replace wchar_t/L"..." with char16/_u("...") 10 years ago
JavascriptTypedNumber.h d7f2c06a62 swb: write barrier annotations 3 9 years ago
JavascriptTypedObjectSlotAccessorFunction.cpp cec0e9a84f replace wchar_t/L"..." with char16/_u("...") 10 years ago
JavascriptVariantDate.cpp 8acb0e1810 Typeof fast path 9 years ago
JavascriptVariantDate.h d7f2c06a62 swb: write barrier annotations 3 9 years ago
JavascriptWeakMap.cpp 1945e02ef9 TTD -- Updates to debug integration and log optimization. 8 years ago
JavascriptWeakMap.h d7f2c06a62 swb: write barrier annotations 3 9 years ago
JavascriptWeakSet.cpp 1945e02ef9 TTD -- Updates to debug integration and log optimization. 8 years ago
JavascriptWeakSet.h d7f2c06a62 swb: write barrier annotations 3 9 years ago
LiteralString.cpp 13f6e3b54a xplat: build lib/Runtime/Library 10 years ago
LiteralString.h cec0e9a84f replace wchar_t/L"..." with char16/_u("...") 10 years ago
MapOrSetDataList.h 4e73253011 swb: misc fixes from unit test verification 9 years ago
MathLibrary.cpp c7c6a06d9b Change naming scheme for builtin usage macros. 9 years ago
MathLibrary.h 6b651ad64f [1.4>master] fix break for OOP JIT when UCRT is not available 9 years ago
ModuleRoot.cpp af97f3e4d4 Delete property opts 9 years ago
ModuleRoot.h af97f3e4d4 Delete property opts 9 years ago
ObjectPrototypeObject.cpp af97f3e4d4 Delete property opts 9 years ago
ObjectPrototypeObject.h af97f3e4d4 Delete property opts 9 years ago
ProfileString.cpp fcbfb3dc6c Fix dev12 build 9 years ago
ProfileString.h cec0e9a84f replace wchar_t/L"..." with char16/_u("...") 10 years ago
PropertyString.cpp af97f3e4d4 Delete property opts 9 years ago
PropertyString.h c3c3db5086 [1.4>2.0] [MERGE #2826 @leirocks] Merge from unreleased/rs2 to release/1.4 8 years ago
RegexHelper.cpp c3c3db5086 [1.4>2.0] [MERGE #2826 @leirocks] Merge from unreleased/rs2 to release/1.4 8 years ago
RegexHelper.h 47005692af C++ conformance. (building with /permissive-) 9 years ago
RootObjectBase.cpp dc43338898 fixed memory leak in inline cache 9 years ago
RootObjectBase.h 10c6be4c1b swb: check base classes, annotations 4 9 years ago
RuntimeFunction.cpp c67270994a TTD -- misc fixes and enhancements. 9 years ago
RuntimeFunction.h 6d36a6f737 swb: write barrier annotations 2 9 years ago
RuntimeLibraryPch.cpp 45284fc840 Fix Legacy-Link and NDK-Compile errors 9 years ago
RuntimeLibraryPch.h 0323c5796d get WebAssembly.Table working in JIT 9 years ago
SameValueComparer.h 22762f9a88 Fixes mismatched hashing of ints versus doubles 10 years ago
ScriptFunction.cpp 73d6109a24 [1.4>2.0] [MERGE #2959 @rajatd] 17-05 ChakraCore servicing release 8 years ago
ScriptFunction.h c3c3db5086 [1.4>2.0] [MERGE #2826 @leirocks] Merge from unreleased/rs2 to release/1.4 8 years ago
SharedArrayBuffer.cpp 2d3bb58142 Implement fast array support for WebAssembly heap access 9 years ago
SharedArrayBuffer.h 2d3bb58142 Implement fast array support for WebAssembly heap access 9 years ago
SimdBool16x8Lib.cpp caa196bf17 SIMDutils code refactoring 9 years ago
SimdBool16x8Lib.h 47eab483b9 change top-level dir Lib back to lib 10 years ago
SimdBool32x4Lib.cpp caa196bf17 SIMDutils code refactoring 9 years ago
SimdBool32x4Lib.h 47eab483b9 change top-level dir Lib back to lib 10 years ago
SimdBool8x16Lib.cpp caa196bf17 SIMDutils code refactoring 9 years ago
SimdBool8x16Lib.h 47eab483b9 change top-level dir Lib back to lib 10 years ago
SimdFloat32x4Lib.cpp cb0b058ff1 [1.2>1.3] [MERGE #2230 @boingoing] Change to address CVE-2016-7287,CVE-2016-7286,CVE-2016-7288,CVE-2016-7296 9 years ago
SimdFloat32x4Lib.h ed8fc0185a Simd.js: Removing Float32x4 MinNum and MaxNum builtins. 9 years ago
SimdFloat64x2Lib.cpp cb0b058ff1 [1.2>1.3] [MERGE #2230 @boingoing] Change to address CVE-2016-7287,CVE-2016-7286,CVE-2016-7288,CVE-2016-7296 9 years ago
SimdFloat64x2Lib.h 8245503daa - Added needed types, opcodes, layouts for Int32x4/Float32x4 remaining ops. 10 years ago
SimdInt16x8Lib.cpp cb0b058ff1 [1.2>1.3] [MERGE #2230 @boingoing] Change to address CVE-2016-7287,CVE-2016-7286,CVE-2016-7288,CVE-2016-7296 9 years ago
SimdInt16x8Lib.h 47eab483b9 change top-level dir Lib back to lib 10 years ago
SimdInt32x4Lib.cpp cb0b058ff1 [1.2>1.3] [MERGE #2230 @boingoing] Change to address CVE-2016-7287,CVE-2016-7286,CVE-2016-7288,CVE-2016-7296 9 years ago
SimdInt32x4Lib.h 8245503daa - Added needed types, opcodes, layouts for Int32x4/Float32x4 remaining ops. 10 years ago
SimdInt8x16Lib.cpp cb0b058ff1 [1.2>1.3] [MERGE #2230 @boingoing] Change to address CVE-2016-7287,CVE-2016-7286,CVE-2016-7288,CVE-2016-7296 9 years ago
SimdInt8x16Lib.h 47eab483b9 change top-level dir Lib back to lib 10 years ago
SimdLib.h 32561b63d9 Adding object wrappers for SIMD types. 10 years ago
SimdUint16x8Lib.cpp cb0b058ff1 [1.2>1.3] [MERGE #2230 @boingoing] Change to address CVE-2016-7287,CVE-2016-7286,CVE-2016-7288,CVE-2016-7296 9 years ago
SimdUint16x8Lib.h 8245503daa - Added needed types, opcodes, layouts for Int32x4/Float32x4 remaining ops. 10 years ago
SimdUint32x4Lib.cpp cb0b058ff1 [1.2>1.3] [MERGE #2230 @boingoing] Change to address CVE-2016-7287,CVE-2016-7286,CVE-2016-7288,CVE-2016-7296 9 years ago
SimdUint32x4Lib.h 8245503daa - Added needed types, opcodes, layouts for Int32x4/Float32x4 remaining ops. 10 years ago
SimdUint8x16Lib.cpp cb0b058ff1 [1.2>1.3] [MERGE #2230 @boingoing] Change to address CVE-2016-7287,CVE-2016-7286,CVE-2016-7288,CVE-2016-7296 9 years ago
SimdUint8x16Lib.h 8245503daa - Added needed types, opcodes, layouts for Int32x4/Float32x4 remaining ops. 10 years ago
SingleCharString.cpp e47a072a00 replace remaining L'...' literal with _u('...') 10 years ago
SingleCharString.h d7f2c06a62 swb: write barrier annotations 3 9 years ago
SparseArraySegment.cpp 0440807190 [CVE-2017-0238] OOM in Array.unshift can leave array in an inconsistent state 8 years ago
SparseArraySegment.h 73d6109a24 [1.4>2.0] [MERGE #2959 @rajatd] 17-05 ChakraCore servicing release 8 years ago
SparseArraySegment.inl 73d6109a24 [1.4>2.0] [MERGE #2959 @rajatd] 17-05 ChakraCore servicing release 8 years ago
StackScriptFunction.cpp ad40625c48 Merge branch 'master' into users/leish/wb3merge 9 years ago
StackScriptFunction.h 02a02c3a59 Merge from unreleased/rs2 to release/1.4 9 years ago
StringCopyInfo.cpp fc502a416e Make fixes in ChakraCore 9 years ago
StringCopyInfo.h cec0e9a84f replace wchar_t/L"..." with char16/_u("...") 10 years ago
SubString.cpp 7453224eec Clean up inline usage 10 years ago
SubString.h d7f2c06a62 swb: write barrier annotations 3 9 years ago
ThrowErrorObject.cpp bcdd9ddf2b cross platform: replace long to int32 9 years ago
ThrowErrorObject.h d7f2c06a62 swb: write barrier annotations 3 9 years ago
TypedArray.cpp 73d6109a24 [1.4>2.0] [MERGE #2959 @rajatd] 17-05 ChakraCore servicing release 8 years ago
TypedArray.h 73d6109a24 [1.4>2.0] [MERGE #2959 @rajatd] 17-05 ChakraCore servicing release 8 years ago
TypedArrayIndexEnumerator.cpp 58ab8fa9f8 Refactor Enumerators 9 years ago
TypedArrayIndexEnumerator.h d7f2c06a62 swb: write barrier annotations 3 9 years ago
UriHelper.cpp bcdd9ddf2b cross platform: replace long to int32 9 years ago
UriHelper.h bcdd9ddf2b cross platform: replace long to int32 9 years ago
WasmLibrary.cpp 3293ada557 Fixes entrypoints when 2 functions not sharing the same type are being deferred parsed 9 years ago
WasmLibrary.h b4549ab006 Do not crash when debugging with WebAssembly functions present 9 years ago
WebAssembly.cpp 649f3d2c37 xplat: Debugger Support 9 years ago
WebAssembly.h c6bd701e47 Drop WasmNativeTypeCallTest in favor of -WasmI64 which is way more simpler and doesn't affect the normal execution. 9 years ago
WebAssemblyEnvironment.cpp 9c19754b68 [MERGE #2408 @Cellule] WASM: precalculate segment offset 9 years ago
WebAssemblyEnvironment.h 9c19754b68 [MERGE #2408 @Cellule] WASM: precalculate segment offset 9 years ago
WebAssemblyInstance.cpp 9c19754b68 [MERGE #2408 @Cellule] WASM: precalculate segment offset 9 years ago
WebAssemblyInstance.h 9c19754b68 [MERGE #2408 @Cellule] WASM: precalculate segment offset 9 years ago
WebAssemblyMemory.cpp 2c70ea6ce7 Handle case when growing memory of 0 bytes 9 years ago
WebAssemblyMemory.h b48bb48086 Rebase + self code review 9 years ago
WebAssemblyModule.cpp b4b5287c29 Fix leak in JSRT 9 years ago
WebAssemblyModule.h d3a7297cf4 [MERGE #2391 @Cellule] WASM: memory import validation message 9 years ago
WebAssemblyTable.cpp 1c7dc3a7c2 some write barrier fixes 9 years ago
WebAssemblyTable.h 1c7dc3a7c2 some write barrier fixes 9 years ago