Rajat Dua d73c5f12d9 CVE-2019-0568 Edge - Chakra: JIT: JsBuiltInEngineInterfaceExtensionObject::InjectJsBuiltInLibraryCode just clears DisableImplicitFlags - Google, Inc. 7 лет назад
..
InJavascript dec209b9b1 Update bytecode 7 лет назад
JsBuiltIn ac703f6e4f Fix #5428: Remove non-ASCII characters from JsBuiltIn.js and generated .bc.*.h 7 лет назад
amd64 e03b3e3016 [CVE-2018-8315] Add guards for speculation on non-jit operations 7 лет назад
arm 6e828b83a5 Updating ARM CallFunction scenarios according to the CallInfo.Count update 8 лет назад
arm64 e03b3e3016 [CVE-2018-8315] Add guards for speculation on non-jit operations 7 лет назад
ArgumentsObject.cpp 781fd6701c change GetSz to GetString where it's easy to 7 лет назад
ArgumentsObject.h f37cd54364 Remove _ABSTRACT, most classes were already pure virtual and I deleted the constructor of the others 7 лет назад
ArgumentsObjectEnumerator.cpp 5cf1a9555f rename ForInCache now that it has other uses 8 лет назад
ArgumentsObjectEnumerator.h 5cf1a9555f rename ForInCache now that it has other uses 8 лет назад
ArrayBuffer.cpp cf71a962c1 Merge 1809 October Update changes 7 лет назад
ArrayBuffer.h cf71a962c1 Merge 1809 October Update changes 7 лет назад
AtomicsObject.cpp 7368d59b1c [MERGE #5272 @Penguinwizzard] Address issues picked up by Dev15 code analysis 7 лет назад
AtomicsObject.h e2bb2530ac Fix #5349: Rename Atomics.wake to Atomics.notify, per ES spec change. 7 лет назад
AtomicsOperations.cpp e2a13ce01a Implement jit for atomic load/store 8 лет назад
AtomicsOperations.h e2a13ce01a Implement jit for atomic load/store 8 лет назад
BoundFunction.cpp cf71a962c1 Merge 1809 October Update changes 7 лет назад
BoundFunction.h 34b70131fd standardize GetAccessor calls 7 лет назад
BufferStringBuilder.cpp 13f6e3b54a xplat: build lib/Runtime/Library 10 лет назад
BufferStringBuilder.h 5e70a8f3f5 remove unused DECLARE_CONCRETE_STRING_CLASS 8 лет назад
BuiltInFlags.h 47eab483b9 change top-level dir Lib back to lib 10 лет назад
CMakeLists.txt cf71a962c1 Merge 1809 October Update changes 7 лет назад
Chakra.Runtime.Library.vcxproj cf71a962c1 Merge 1809 October Update changes 7 лет назад
Chakra.Runtime.Library.vcxproj.filters cf71a962c1 Merge 1809 October Update changes 7 лет назад
CommonExternalApiImpl.cpp 8567cfe6c1 update all references to use correct CamelCase file names 10 лет назад
CompoundString.cpp c0723f4985 Moving RS4 changes to master 7 лет назад
CompoundString.h f8acf7f377 FromVar hardening 8 лет назад
ConcatString.cpp 5b6611d70b SubString crash 7 лет назад
ConcatString.h f37cd54364 Remove _ABSTRACT, most classes were already pure virtual and I deleted the constructor of the others 7 лет назад
ConcatString.inl aa185ce0ca fix link error in ChakraFull due to concatstring.inl in runtime.h 8 лет назад
CustomExternalIterator.cpp f8acf7f377 FromVar hardening 8 лет назад
CustomExternalIterator.h 31d17fb042 Adds TTD support for generator functions, plus some tests. 8 лет назад
DataView.cpp cf71a962c1 Merge 1809 October Update changes 7 лет назад
DataView.h 3ad284acd3 [CVE-2018-8280] Edge - Js::DataView SetValue and GetValue to a detached buffer allows for semi arbitrary memory read write. 7 лет назад
DateImplementation.cpp 5173d5f8c2 Date.UTC should return NaN if out-of-range 8 лет назад
DateImplementation.h 3db89831b7 Make Date.to(UTC)String() outputs match web reality and spec language 8 лет назад
DateImplementationData.h 47eab483b9 change top-level dir Lib back to lib 10 лет назад
DelayFreeArrayBufferHelper.cpp cf71a962c1 Merge 1809 October Update changes 7 лет назад
DelayFreeArrayBufferHelper.h cf71a962c1 Merge 1809 October Update changes 7 лет назад
ES5Array.cpp 7d96c0cb25 Resubmit #4834. Original message follows. 8 лет назад
ES5Array.h 7d96c0cb25 Resubmit #4834. Original message follows. 8 лет назад
ES5ArrayIndexEnumerator.cpp 553a0db80b fix proxy enumerator 9 лет назад
ES5ArrayIndexEnumerator.h 553a0db80b fix proxy enumerator 9 лет назад
ES5ArrayIndexStaticEnumerator.h 58ab8fa9f8 Refactor Enumerators 9 лет назад
EngineInterfaceObject.cpp c0723f4985 Moving RS4 changes to master 7 лет назад
EngineInterfaceObject.h cd94d7bb4b Refactor common functions to EngineInterfaceObject 8 лет назад
EngineInterfaceObjectBuiltIns.h c648792ad8 implement Array.prototype.filter in javascript 7 лет назад
ExternalLibraryBase.cpp 47eab483b9 change top-level dir Lib back to lib 10 лет назад
ExternalLibraryBase.h 47eab483b9 change top-level dir Lib back to lib 10 лет назад
ForInObjectEnumerator.cpp 89f80cb3dd Address review comments 7 лет назад
ForInObjectEnumerator.h 5cf1a9555f rename ForInCache now that it has other uses 8 лет назад
GlobalObject.cpp cf71a962c1 Merge 1809 October Update changes 7 лет назад
GlobalObject.h 34b70131fd standardize GetAccessor calls 7 лет назад
HostObjectBase.h 47eab483b9 change top-level dir Lib back to lib 10 лет назад
IntlEngineInterfaceExtensionObject.cpp cb9957e276 [CVE-2018-8298] Edge - Chakra: Bugs in InitializeNumberFormat and InitializeDateTimeFormat - Google, Inc. 7 лет назад
IntlEngineInterfaceExtensionObject.h f8b6d8a5e8 Centralize repetitive Intl platform method declarations 8 лет назад
IntlExtensionObjectBuiltIns.h 06140a6835 Implement Intl.PluralRules 7 лет назад
JSON.cpp 8006165010 Address CR comments 8 лет назад
JSON.h 93aac7ed12 Optimize JSON 8 лет назад
JSONParser.cpp c0723f4985 Moving RS4 changes to master 7 лет назад
JSONParser.h 93aac7ed12 Optimize JSON 8 лет назад
JSONScanner.cpp 6e39312394 Initialize locals 8 лет назад
JSONScanner.h 2f634ae0c1 Fixes #804 Json parsing errors mention JSON.parse in errors 9 лет назад
JSONStack.cpp bec9475f6f JSONStack: Improve performance 8 лет назад
JSONStack.h bec9475f6f JSONStack: Improve performance 8 лет назад
JSONString.cpp e47a072a00 replace remaining L'...' literal with _u('...') 10 лет назад
JSONString.h 93aac7ed12 Optimize JSON 8 лет назад
JSONStringBuilder.cpp bc1d349641 make security checks when flattening buffer, always discard metadata after flattening 8 лет назад
JSONStringBuilder.h bc1d349641 make security checks when flattening buffer, always discard metadata after flattening 8 лет назад
JSONStringifier.cpp c0723f4985 Moving RS4 changes to master 7 лет назад
JSONStringifier.h 45caec134f lookup properties by numeric index for typed arrays during stringify 8 лет назад
JavascriptArray.cpp c76da44c27 CVE-2018-8588 7 лет назад
JavascriptArray.h cf71a962c1 Merge 1809 October Update changes 7 лет назад
JavascriptArray.inl c76da44c27 CVE-2018-8588 7 лет назад
JavascriptArrayIndexEnumerator.cpp 553a0db80b fix proxy enumerator 9 лет назад
JavascriptArrayIndexEnumerator.h 553a0db80b fix proxy enumerator 9 лет назад
JavascriptArrayIndexEnumeratorBase.cpp 58ab8fa9f8 Refactor Enumerators 9 лет назад
JavascriptArrayIndexEnumeratorBase.h f37cd54364 Remove _ABSTRACT, most classes were already pure virtual and I deleted the constructor of the others 7 лет назад
JavascriptArrayIndexSnapshotEnumerator.cpp 553a0db80b fix proxy enumerator 9 лет назад
JavascriptArrayIndexSnapshotEnumerator.h 553a0db80b fix proxy enumerator 9 лет назад
JavascriptArrayIndexStaticEnumerator.h 58ab8fa9f8 Refactor Enumerators 9 лет назад
JavascriptArrayIterator.cpp 32196f0dad JS implementation for array iterator 8 лет назад
JavascriptArrayIterator.h f8acf7f377 FromVar hardening 8 лет назад
JavascriptBoolean.cpp 3d9f9c9aa6 Updating the CallInfo count handling logic 8 лет назад
JavascriptBoolean.h f8acf7f377 FromVar hardening 8 лет назад
JavascriptBoolean.inl f8acf7f377 FromVar hardening 8 лет назад
JavascriptBooleanObject.cpp f8acf7f377 FromVar hardening 8 лет назад
JavascriptBooleanObject.h f8acf7f377 FromVar hardening 8 лет назад
JavascriptBuiltInFunctionList.h e2bb2530ac Fix #5349: Rename Atomics.wake to Atomics.notify, per ES spec change. 7 лет назад
JavascriptBuiltInFunctions.cpp 578f5b959f fix for the special constructor for functionBody (which enforced write barrier) 9 лет назад
JavascriptBuiltInFunctions.h 47eab483b9 change top-level dir Lib back to lib 10 лет назад
JavascriptDate.cpp c0723f4985 Moving RS4 changes to master 7 лет назад
JavascriptDate.h f8acf7f377 FromVar hardening 8 лет назад
JavascriptError.cpp cf71a962c1 Merge 1809 October Update changes 7 лет назад
JavascriptError.h cf71a962c1 Merge 1809 October Update changes 7 лет назад
JavascriptExceptionMetadata.cpp 57b024ea77 Fix a possible null dereference in PopulateMetadataFromException 8 лет назад
JavascriptExceptionMetadata.h 84d61ad819 Exposing a new JSRT method to get additional information about exceptions 8 лет назад
JavascriptExternalFunction.cpp c0723f4985 Moving RS4 changes to master 7 лет назад
JavascriptExternalFunction.h bfbfbaaf0e Add JSRT support for native callbacks with `new.target` 8 лет назад
JavascriptFunction.cpp e03b3e3016 [CVE-2018-8315] Add guards for speculation on non-jit operations 7 лет назад
JavascriptFunction.h e03b3e3016 [CVE-2018-8315] Add guards for speculation on non-jit operations 7 лет назад
JavascriptGenerator.cpp cc098c42d8 OS 18333466 : Recursion in the generator next call. 7 лет назад
JavascriptGenerator.h 31d17fb042 Adds TTD support for generator functions, plus some tests. 8 лет назад
JavascriptGeneratorFunction.cpp 34b70131fd standardize GetAccessor calls 7 лет назад
JavascriptGeneratorFunction.h 34b70131fd standardize GetAccessor calls 7 лет назад
JavascriptIterator.cpp 47eab483b9 change top-level dir Lib back to lib 10 лет назад
JavascriptIterator.h 47eab483b9 change top-level dir Lib back to lib 10 лет назад
JavascriptLibrary.cpp cf71a962c1 Merge 1809 October Update changes 7 лет назад
JavascriptLibrary.h cf71a962c1 Merge 1809 October Update changes 7 лет назад
JavascriptLibrary.inl f8acf7f377 FromVar hardening 8 лет назад
JavascriptLibraryBase.h c0723f4985 Moving RS4 changes to master 7 лет назад
JavascriptListIterator.cpp f8acf7f377 FromVar hardening 8 лет назад
JavascriptListIterator.h f8acf7f377 FromVar hardening 8 лет назад
JavascriptMap.cpp 3cf6f94113 add marshalling for getters 7 лет назад
JavascriptMap.h 71ee85e233 symbol assert 8 лет назад
JavascriptMapIterator.cpp f8acf7f377 FromVar hardening 8 лет назад
JavascriptMapIterator.h f8acf7f377 FromVar hardening 8 лет назад
JavascriptNumber.cpp 3e4c983b94 MSFT:18327064 OpHelpers returning ints as floats leading to infinite bailouts 7 лет назад
JavascriptNumber.h f8acf7f377 FromVar hardening 8 лет назад
JavascriptNumber.inl f8acf7f377 FromVar hardening 8 лет назад
JavascriptNumberObject.cpp f8acf7f377 FromVar hardening 8 лет назад
JavascriptNumberObject.h f8acf7f377 FromVar hardening 8 лет назад
JavascriptObject.cpp 1dcea24e52 OS#18076647: Invalidate prototype inline caches for properties of objects added to the prototype chain 7 лет назад
JavascriptObject.h abab90ee02 Don't allow function objects that are prototypes to use the shared type for that FunctionProxy if properties/attributes are changed. Doing so can result in a cycle in the prototype chain. 8 лет назад
JavascriptPromise.cpp cf71a962c1 Merge 1809 October Update changes 7 лет назад
JavascriptPromise.h dbd57b33cc Adding memory optimizations to promises 7 лет назад
JavascriptProxy.cpp 0999f29320 fix construction of proxied class 7 лет назад
JavascriptProxy.h 230070b478 Removing assert/special casing of javascript proxy queryObjectInterface 7 лет назад
JavascriptReflect.cpp 93aac7ed12 Optimize JSON 8 лет назад
JavascriptReflect.h 0052c5c585 #274 Remove [[Enumerate]] and associated reflective capabilities 9 лет назад
JavascriptRegExpConstructor.cpp cf71a962c1 Merge 1809 October Update changes 7 лет назад
JavascriptRegExpConstructor.h 7d96c0cb25 Resubmit #4834. Original message follows. 8 лет назад
JavascriptRegExpEnumerator.cpp 6e39312394 Initialize locals 8 лет назад
JavascriptRegExpEnumerator.h 553a0db80b fix proxy enumerator 9 лет назад
JavascriptRegularExpression.cpp c0723f4985 Moving RS4 changes to master 7 лет назад
JavascriptRegularExpression.h c0723f4985 Moving RS4 changes to master 7 лет назад
JavascriptRegularExpressionResult.cpp 1552054536 Fix ChakraCore retail build 10 лет назад
JavascriptRegularExpressionResult.h 47eab483b9 change top-level dir Lib back to lib 10 лет назад
JavascriptSet.cpp c0723f4985 Moving RS4 changes to master 7 лет назад
JavascriptSet.h 71ee85e233 symbol assert 8 лет назад
JavascriptSetIterator.cpp f8acf7f377 FromVar hardening 8 лет назад
JavascriptSetIterator.h f8acf7f377 FromVar hardening 8 лет назад
JavascriptString.cpp e03b3e3016 [CVE-2018-8315] Add guards for speculation on non-jit operations 7 лет назад
JavascriptString.h f37cd54364 Remove _ABSTRACT, most classes were already pure virtual and I deleted the constructor of the others 7 лет назад
JavascriptString.inl cec0e9a84f replace wchar_t/L"..." with char16/_u("...") 10 лет назад
JavascriptStringEnumerator.cpp 553a0db80b fix proxy enumerator 9 лет назад
JavascriptStringEnumerator.h 45caec134f lookup properties by numeric index for typed arrays during stringify 8 лет назад
JavascriptStringIterator.cpp f8acf7f377 FromVar hardening 8 лет назад
JavascriptStringIterator.h f8acf7f377 FromVar hardening 8 лет назад
JavascriptStringObject.cpp a4a80968be cache if objects have no special accessor properties 8 лет назад
JavascriptStringObject.h 7d96c0cb25 Resubmit #4834. Original message follows. 8 лет назад
JavascriptStringTagEntries.h cec0e9a84f replace wchar_t/L"..." with char16/_u("...") 10 лет назад
JavascriptSymbol.cpp b798423f90 Update implicit Symbol to String conversion error message; tests do not pass yet 7 лет назад
JavascriptSymbol.h 4b03b4ae0f Speed up property accesses using Symbols. 8 лет назад
JavascriptSymbolObject.cpp 4b03b4ae0f Speed up property accesses using Symbols. 8 лет назад
JavascriptSymbolObject.h 4b03b4ae0f Speed up property accesses using Symbols. 8 лет назад
JavascriptTypedNumber.cpp 8d9f8c0050 numberToString: Use faster implementation 8 лет назад
JavascriptTypedNumber.h f8acf7f377 FromVar hardening 8 лет назад
JavascriptTypedObjectSlotAccessorFunction.cpp cec0e9a84f replace wchar_t/L"..." with char16/_u("...") 10 лет назад
JavascriptVariantDate.cpp f8acf7f377 FromVar hardening 8 лет назад
JavascriptVariantDate.h 7d96c0cb25 Resubmit #4834. Original message follows. 8 лет назад
JavascriptWeakMap.cpp 88d1e6dcde Fixing null ScriptContext issue in JavascriptWeakMap 7 лет назад
JavascriptWeakMap.h 238025eece OS#18178361: Don't call JavascriptWeakMap::Clear on shutdown since ScriptContext may have already been freed. 7 лет назад
JavascriptWeakSet.cpp c0723f4985 Moving RS4 changes to master 7 лет назад
JavascriptWeakSet.h f8acf7f377 FromVar hardening 8 лет назад
JsBuiltInEngineInterfaceExtensionObject.cpp d73c5f12d9 CVE-2019-0568 Edge - Chakra: JIT: JsBuiltInEngineInterfaceExtensionObject::InjectJsBuiltInLibraryCode just clears DisableImplicitFlags - Google, Inc. 7 лет назад
JsBuiltInEngineInterfaceExtensionObject.h c648792ad8 implement Array.prototype.filter in javascript 7 лет назад
LazyJSONString.cpp 367746977d Update PropertyRecord interface to preserve the record life time 8 лет назад
LazyJSONString.h 52b6a4fbf4 write barrier related fixes 8 лет назад
LiteralString.cpp 50fc14e528 remove ArenaLiteralString 8 лет назад
LiteralString.h 50fc14e528 remove ArenaLiteralString 8 лет назад
MapOrSetDataList.h fc4c3205bc Add specialized types of Sets and Maps 8 лет назад
MathLibrary.cpp c0723f4985 Moving RS4 changes to master 7 лет назад
MathLibrary.h 6b651ad64f [1.4>master] fix break for OOP JIT when UCRT is not available 9 лет назад
ModuleRoot.cpp 34b70131fd standardize GetAccessor calls 7 лет назад
ModuleRoot.h 34b70131fd standardize GetAccessor calls 7 лет назад
ObjectPrototypeObject.cpp 3ca3051798 Improve BuiltInPropertyRecord string comparison 8 лет назад
ObjectPrototypeObject.h af97f3e4d4 Delete property opts 9 лет назад
ProfileString.cpp fcbfb3dc6c Fix dev12 build 9 лет назад
ProfileString.h cec0e9a84f replace wchar_t/L"..." with char16/_u("...") 10 лет назад
PropertyRecordUsageCache.cpp 181d889eb7 profile elem accesses and emit fastpaths for cache types we've seen 8 лет назад
PropertyRecordUsageCache.h 9fdb68befa OS#16526223: Keep writes to 'prototype' from going through inline cache so that we get the necessary runtime behavior 7 лет назад
PropertyString.cpp 5b6611d70b SubString crash 7 лет назад
PropertyString.h 181d889eb7 profile elem accesses and emit fastpaths for cache types we've seen 8 лет назад
RegexHelper.cpp c0723f4985 Moving RS4 changes to master 7 лет назад
RegexHelper.h 642331d00b OS#14763260: Correctly update RegExp.$1 after RegExp.prototype.test matches and used a cached value 8 лет назад
RootObjectBase.cpp f8acf7f377 FromVar hardening 8 лет назад
RootObjectBase.h f8acf7f377 FromVar hardening 8 лет назад
RuntimeFunction.cpp f6e0437c6f Make cached source string a weak ref 7 лет назад
RuntimeFunction.h f6e0437c6f Make cached source string a weak ref 7 лет назад
RuntimeLibraryPch.cpp 45284fc840 Fix Legacy-Link and NDK-Compile errors 9 лет назад
RuntimeLibraryPch.h cf71a962c1 Merge 1809 October Update changes 7 лет назад
SameValueComparer.h 71ee85e233 symbol assert 8 лет назад
ScriptFunction.cpp f8bdb180c4 [CVE-2018-8359] Edge - Chakra OOB Write on ProxyEntryPointInfo - Internal 7 лет назад
ScriptFunction.h f8bdb180c4 [CVE-2018-8359] Edge - Chakra OOB Write on ProxyEntryPointInfo - Internal 7 лет назад
SharedArrayBuffer.cpp 1f57ed5def Improve locking annotation somewhat 7 лет назад
SharedArrayBuffer.h 1f57ed5def Improve locking annotation somewhat 7 лет назад
SingleCharString.cpp 5b6611d70b SubString crash 7 лет назад
SingleCharString.h 5b6611d70b SubString crash 7 лет назад
SparseArraySegment.cpp 0440807190 [CVE-2017-0238] OOM in Array.unshift can leave array in an inconsistent state 8 лет назад
SparseArraySegment.h 68e1e9d83b Fix OSX/Ubuntu builds 7 лет назад
SparseArraySegment.inl c76da44c27 CVE-2018-8588 7 лет назад
StackScriptFunction.cpp 60b52c56be Rename functions with *fatal* to *unrecoverable* so !analyze doesn't skip them when walking the stack 7 лет назад
StackScriptFunction.h 972009a89e ChakraCore fix for servicing release 18-02B: CVE-2018-0858 8 лет назад
StringCache.h 930756fc1c Refactor StringCache, add Intl properties to it 8 лет назад
StringCacheList.h fc14ec2e99 Implement Intl.NumberFormat.prototype.formatToParts 7 лет назад
StringCopyInfo.cpp fc502a416e Make fixes in ChakraCore 9 лет назад
StringCopyInfo.h cec0e9a84f replace wchar_t/L"..." with char16/_u("...") 10 лет назад
SubString.cpp 6d93dbce3a quiet a spurious assertion 7 лет назад
SubString.h e89dd58d2c Let substrings get property string pointers too 7 лет назад
ThrowErrorObject.cpp f8acf7f377 FromVar hardening 8 лет назад
ThrowErrorObject.h f8acf7f377 FromVar hardening 8 лет назад
TypedArray.cpp cf71a962c1 Merge 1809 October Update changes 7 лет назад
TypedArray.h fb89e58da8 Pre-declare TypedArray specializations 7 лет назад
TypedArrayIndexEnumerator.cpp 553a0db80b fix proxy enumerator 9 лет назад
TypedArrayIndexEnumerator.h 45caec134f lookup properties by numeric index for typed arrays during stringify 8 лет назад
UriHelper.cpp 67c4844d54 Use charcount_t 7 лет назад
UriHelper.h 64117a514c Avoid copying strings in (de|en)codeURI(Component)? and trim 7 лет назад
VerifyMarkFalseReference.cpp 52b6a4fbf4 write barrier related fixes 8 лет назад
WabtInterface.cpp e1053fa2c1 add spec tests; rename flag 8 лет назад
WabtInterface.h 1fbfb89358 Build wabt directly in chakra 9 лет назад
WasmLibrary.cpp 26833effbb Always use AsmJsDefault entrypoint instead of a wasm deferred parse entry point 7 лет назад
WasmLibrary.h 26833effbb Always use AsmJsDefault entrypoint instead of a wasm deferred parse entry point 7 лет назад
WebAssembly.cpp c0723f4985 Moving RS4 changes to master 7 лет назад
WebAssembly.h e866ab35da Separate WebAssembly.compile/instantiate for streaming api in WebAssembly.compileStreaming and WebAssembly.instantiateStreaming respectively. 8 лет назад
WebAssemblyEnvironment.cpp ad1f74e17a Strengthen switch-cases with WasmTypes to make sure we always handled the main types. 7 лет назад
WebAssemblyEnvironment.h 972009a89e ChakraCore fix for servicing release 18-02B: CVE-2018-0858 8 лет назад
WebAssemblyInstance.cpp 26833effbb Always use AsmJsDefault entrypoint instead of a wasm deferred parse entry point 7 лет назад
WebAssemblyInstance.h f8acf7f377 FromVar hardening 8 лет назад
WebAssemblyMemory.cpp 3ad284acd3 [CVE-2018-8280] Edge - Js::DataView SetValue and GetValue to a detached buffer allows for semi arbitrary memory read write. 7 лет назад
WebAssemblyMemory.h 3b4fba2100 CR Fixes 8 лет назад
WebAssemblyModule.cpp ad1f74e17a Strengthen switch-cases with WasmTypes to make sure we always handled the main types. 7 лет назад
WebAssemblyModule.h d5d87bf217 Implement WebAssemblySharedArrayBuffer + some tests 8 лет назад
WebAssemblyTable.cpp 3cf6f94113 add marshalling for getters 7 лет назад
WebAssemblyTable.h 972009a89e ChakraCore fix for servicing release 18-02B: CVE-2018-0858 8 лет назад