Doug Ilijev 50e23bda07 [MERGE #5710 @rhuanjl] Do not skip FromPropertyDescriptor in Proxy DefineOwnProperty 7 лет назад
..
InJavascript ee2c09b718 Fixes 5701 - Functions declared as methods define a `prototype` property 7 лет назад
JsBuiltIn 1a62c8fce8 Update bytecode 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 1bb0703e8c Fix a case where ExternalArrayBuffer could report memory freed without ever reporting memory allocated 7 лет назад
ArrayBuffer.h 1bb0703e8c Fix a case where ExternalArrayBuffer could report memory freed without ever reporting memory allocated 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 6cf039d299 Remove questionable uses of LiteralString class 7 лет назад
BoundFunction.h eaf98b3295 Delete dead code - unused (and broken) secondary BoundFunction constructor 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 2909241dab Removing unused JSONString 7 лет назад
Chakra.Runtime.Library.vcxproj 2909241dab Removing unused JSONString 7 лет назад
Chakra.Runtime.Library.vcxproj.filters 2909241dab Removing unused JSONString 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 6cf039d299 Remove questionable uses of LiteralString class 7 лет назад
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 3ad284acd3 [CVE-2018-8280] Edge - Js::DataView SetValue and GetValue to a detached buffer allows for semi arbitrary memory read write. 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 73b17dd067 fixes #5502 date parse to accept time zone offset 7 лет назад
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 лет назад
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 ffe7c01795 Fix test failures 7 лет назад
EngineInterfaceObject.h 1c22ba5408 Update JsBuiltIn register functions to use common logic 7 лет назад
EngineInterfaceObjectBuiltIns.h 1b1452ac1e Add back properties to EngineInterface that were mistakenly removed 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 34b70131fd standardize GetAccessor calls 7 лет назад
GlobalObject.h 34b70131fd standardize GetAccessor calls 7 лет назад
HostObjectBase.h 47eab483b9 change top-level dir Lib back to lib 10 лет назад
IntlEngineInterfaceExtensionObject.cpp c27eb77e11 Intl should only early OOM for full builds 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 лет назад
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 2909241dab Removing unused JSONString 7 лет назад
JSONStringifier.h 45caec134f lookup properties by numeric index for typed arrays during stringify 8 лет назад
JavascriptArray.cpp e2ae5db9b7 [1.11>master] [1.10>1.11] [MERGE #5688 @MikeHolman] September 2018 Security Update 7 лет назад
JavascriptArray.h a404dec650 [CVE-2018-8466] Edge - Chakra: JIT: BailOutOnInvalidatedArrayHeadSegment check bypass - Google, Inc. 7 лет назад
JavascriptArray.inl e6b59af10b Memop fix related to scanning for missing values 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 f24fcb1c63 Renamed trimLeft and trimRight to trimStart and trimEnd 7 лет назад
JavascriptBuiltInFunctions.cpp c8740cc9e5 inline JsBuiltIn helper CallInstanceFunction 7 лет назад
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 bcc695afbc Revert "Add asserts to more internal errors" 8 лет назад
JavascriptError.h f219294e50 Array.copyWithin should throw when invoked on TypedArray with missing slots 8 лет назад
JavascriptExceptionMetadata.cpp 2ee13d2cf7 Newline at file ends 7 лет назад
JavascriptExceptionMetadata.h 2ee13d2cf7 Newline at file ends 7 лет назад
JavascriptExternalFunction.cpp c1eb8c52b1 Implement function.length in typesystem 7 лет назад
JavascriptExternalFunction.h bfbfbaaf0e Add JSRT support for native callbacks with `new.target` 8 лет назад
JavascriptFunction.cpp e2ae5db9b7 [1.11>master] [1.10>1.11] [MERGE #5688 @MikeHolman] September 2018 Security Update 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 d0f361c5fe Fix asyncFuncion ans generatorFunction length configurability 7 лет назад
JavascriptGeneratorFunction.h d0f361c5fe Fix asyncFuncion ans generatorFunction length configurability 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 f24fcb1c63 Renamed trimLeft and trimRight to trimStart and trimEnd 7 лет назад
JavascriptLibrary.h 8216761864 [MERGE #5592 @rhuanjl] Implement RegExp dotAll flag (/s) 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 83071cb171 Writing to proto can leave the TypeHandler::protoCachesWereInvalidated set, and writing to proto again with the same type on the RHS object can skip proto cache invalidation 7 лет назад
JavascriptObject.h c2d084d70f implement Object Rest 7 лет назад
JavascriptPromise.cpp dbd57b33cc Adding memory optimizations to promises 7 лет назад
JavascriptPromise.h dbd57b33cc Adding memory optimizations to promises 7 лет назад
JavascriptProxy.cpp 2aa6c9dde7 Remove invalid optimisation from JavascriptProxy::DefineOwnProperty 7 лет назад
JavascriptProxy.h ae5abc65e7 Fixing build of internal projects. 7 лет назад
JavascriptReflect.cpp 93aac7ed12 Optimize JSON 8 лет назад
JavascriptReflect.h 0052c5c585 #274 Remove [[Enumerate]] and associated reflective capabilities 9 лет назад
JavascriptRegExpConstructor.cpp 7d96c0cb25 Resubmit #4834. Original message follows. 8 лет назад
JavascriptRegExpConstructor.h 7d96c0cb25 Resubmit #4834. Original message follows. 8 лет назад
JavascriptRegExpEnumerator.cpp 6e39312394 Initialize locals 8 лет назад
JavascriptRegExpEnumerator.h 553a0db80b fix proxy enumerator 9 лет назад
JavascriptRegularExpression.cpp 4a7231abaf Implement RegExp dotAll flag 7 лет назад
JavascriptRegularExpression.h 4a7231abaf Implement RegExp dotAll flag 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 138b62fef2 Update String.padStart/padEnd 7 лет назад
JavascriptString.h f24fcb1c63 Renamed trimLeft and trimRight to trimStart and trimEnd 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 19b3e0a9cd [1.10>master] [MERGE #5391 @kfukuda2] Fixing null ScriptContext issue in JavascriptWeakMap 7 лет назад
JavascriptWeakMap.h bd03a7118f [1.10>master] [MERGE #5537 @dilijev] 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 32e376695b Creating base SplitWeakDictionary class 7 лет назад
JsBuiltInEngineInterfaceExtensionObject.cpp c523feaf0e Don't mess with the function name/displayname for __chakraLibrary functions, and allow __chakraLibrary functions to be constructors 7 лет назад
JsBuiltInEngineInterfaceExtensionObject.h 76275c2117 Update JsBuiltIns to use similar functions enum approach as Intl 7 лет назад
LazyJSONString.cpp 2909241dab Removing unused JSONString 7 лет назад
LazyJSONString.h 2909241dab Removing unused JSONString 7 лет назад
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 74d29e5298 Remove a pragma intrinsic for an unused function 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 4a7231abaf Implement RegExp dotAll flag 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 2909241dab Removing unused JSONString 7 лет назад
SameValueComparer.h 71ee85e233 symbol assert 8 лет назад
ScriptFunction.cpp 6cf039d299 Remove questionable uses of LiteralString class 7 лет назад
ScriptFunction.h a330001750 [1.10>master] [MERGE #5596 @aneeshdk] August 2018 Security Update 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 91bb6d68bf [CVE-2018-8372] Edge - Report a type confusion bug in Edge - 360Vulcan 7 лет назад
SparseArraySegment.inl 91bb6d68bf [CVE-2018-8372] Edge - Report a type confusion bug in Edge - 360Vulcan 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 76275c2117 Update JsBuiltIns to use similar functions enum approach as Intl 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 66ddb87b38 Rewritten and expanded tests for seal/freeze. 7 лет назад
TypedArray.h 66ddb87b38 Rewritten and expanded tests for seal/freeze. 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 2ee13d2cf7 Newline at file ends 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 2ee13d2cf7 Newline at file ends 7 лет назад
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 лет назад