Richard 312a878774 Implement Object.hasOwn (#6726) 4 years ago
..
InJavascript 312a878774 Implement Object.hasOwn (#6726) 4 years ago
amd64 20b819a5a7 Fix build errors related to literals in assembly while using Clang 8.0. 6 years ago
arm 6e828b83a5 Updating ARM CallFunction scenarios according to the CallInfo.Count update 8 years ago
arm64 e03b3e3016 [CVE-2018-8315] Add guards for speculation on non-jit operations 7 years ago
ArgumentsObject.cpp fe14f94510 nicer dynamic casts 7 years ago
ArgumentsObject.h d99599543b Remove superfluous const from return types 7 years ago
ArgumentsObjectEnumerator.cpp 5cf1a9555f rename ForInCache now that it has other uses 8 years ago
ArgumentsObjectEnumerator.h d4e1efd33b fix bug with arguments enumerator in JSON.parse 7 years ago
ArrayBuffer.cpp d8cbaff6a2 Remove some old switches (#6441) 5 years ago
ArrayBuffer.h 6885486859 Add JSRT API for externalizing ArrayBuffers 7 years ago
AtomicsObject.cpp fe14f94510 nicer dynamic casts 7 years ago
AtomicsObject.h e2bb2530ac Fix #5349: Rename Atomics.wake to Atomics.notify, per ES spec change. 7 years ago
AtomicsOperations.cpp e2a13ce01a Implement jit for atomic load/store 8 years ago
AtomicsOperations.h e2a13ce01a Implement jit for atomic load/store 8 years ago
BoundFunction.cpp 878e8cb5ba [1.11>master] [1.10>1.11] [MERGE #5787 @Cellule] Merge changes from Windows 1809 October Update 7 years ago
BoundFunction.h fe14f94510 nicer dynamic casts 7 years ago
BufferStringBuilder.cpp 13f6e3b54a xplat: build lib/Runtime/Library 10 years ago
BufferStringBuilder.h 5e70a8f3f5 remove unused DECLARE_CONCRETE_STRING_CLASS 8 years ago
BuiltInFlags.h 47eab483b9 change top-level dir Lib back to lib 10 years ago
CMakeLists.txt ef68766dc8 Remove getVarDate, VariantDate and WinRTDate 5 years ago
Chakra.Runtime.Library.vcxproj e36738055f 1. BuiltIn JS loading to load one object at a time 5 years ago
Chakra.Runtime.Library.vcxproj.filters e36738055f 1. BuiltIn JS loading to load one object at a time 5 years ago
CommonExternalApiImpl.cpp 8567cfe6c1 update all references to use correct CamelCase file names 10 years ago
CompoundString.cpp fe14f94510 nicer dynamic casts 7 years ago
CompoundString.h fe14f94510 nicer dynamic casts 7 years ago
ConcatString.cpp fe14f94510 nicer dynamic casts 7 years ago
ConcatString.h fe14f94510 nicer dynamic casts 7 years ago
ConcatString.inl aa185ce0ca fix link error in ChakraFull due to concatstring.inl in runtime.h 8 years ago
CustomExternalIterator.cpp c848d4d8d5 Refactor await & yield & enable async iteration (#6456) 5 years ago
CustomExternalIterator.h fe14f94510 nicer dynamic casts 7 years ago
CustomExternalWrapperObject.cpp d9178e1dbe prevent caching interceptor results; don't assume implicit call 7 years ago
CustomExternalWrapperObject.h d9178e1dbe prevent caching interceptor results; don't assume implicit call 7 years ago
DataView.cpp befa2b30b8 Remove ENABLE_PROJECTION 5 years ago
DataView.h fe14f94510 nicer dynamic casts 7 years ago
DateImplementation.cpp ef68766dc8 Remove getVarDate, VariantDate and WinRTDate 5 years ago
DateImplementation.h ef68766dc8 Remove getVarDate, VariantDate and WinRTDate 5 years ago
DateImplementationData.h 47eab483b9 change top-level dir Lib back to lib 10 years ago
DelayFreeArrayBufferHelper.cpp cf71a962c1 Merge 1809 October Update changes 7 years ago
DelayFreeArrayBufferHelper.h 6885486859 Add JSRT API for externalizing ArrayBuffers 7 years ago
ES5Array.cpp 1c75087549 [1.11>master] [MERGE #6122 @MikeHolman] May 2019 Security Update 6 years ago
ES5Array.h fe14f94510 nicer dynamic casts 7 years ago
ES5ArrayIndexEnumerator.cpp 553a0db80b fix proxy enumerator 9 years ago
ES5ArrayIndexEnumerator.h fe14f94510 nicer dynamic casts 7 years ago
ES5ArrayIndexStaticEnumerator.h 58ab8fa9f8 Refactor Enumerators 9 years ago
EngineInterfaceObject.cpp befa2b30b8 Remove ENABLE_PROJECTION 5 years ago
EngineInterfaceObject.h e36738055f 1. BuiltIn JS loading to load one object at a time 5 years ago
EngineInterfaceObjectBuiltIns.h 8ef693a5e9 Remove Intl.js use of push: 5 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 fe14f94510 nicer dynamic casts 7 years ago
ForInObjectEnumerator.h 5cf1a9555f rename ForInCache now that it has other uses 8 years ago
GlobalObject.cpp befa2b30b8 Remove ENABLE_PROJECTION 5 years ago
GlobalObject.h ead295f055 Stop passing ActivationObject as 'this' in dynamic-binding cases, eliminate StrictLdThis 6 years ago
HostObjectBase.h 47eab483b9 change top-level dir Lib back to lib 10 years ago
IntlEngineInterfaceExtensionObject.cpp 95908ad920 Fix incorrect abort in EntryIntl_PluralRulesSelect 5 years ago
IntlEngineInterfaceExtensionObject.h f8b6d8a5e8 Centralize repetitive Intl platform method declarations 8 years ago
IntlExtensionObjectBuiltIns.h 06140a6835 Implement Intl.PluralRules 7 years ago
JSON.cpp fe14f94510 nicer dynamic casts 7 years ago
JSON.h 93aac7ed12 Optimize JSON 8 years ago
JSONParser.cpp fe14f94510 nicer dynamic casts 7 years ago
JSONParser.h 93aac7ed12 Optimize JSON 8 years ago
JSONScanner.cpp 6e39312394 Initialize locals 8 years ago
JSONScanner.h 350d1c962d fix incorrect argument passed to itow for json syntax error 7 years ago
JSONStack.cpp bec9475f6f JSONStack: Improve performance 8 years ago
JSONStack.h bec9475f6f JSONStack: Improve performance 8 years ago
JSONStringBuilder.cpp 8d4374c368 Implement well-formed JSON.stringify 6 years ago
JSONStringBuilder.h 8d4374c368 Implement well-formed JSON.stringify 6 years ago
JSONStringifier.cpp 8d4374c368 Implement well-formed JSON.stringify 6 years ago
JSONStringifier.h 45caec134f lookup properties by numeric index for typed arrays during stringify 8 years ago
JavascriptArray.cpp c091b36a2d Support proposal array find from last (#6653) 5 years ago
JavascriptArray.h c091b36a2d Support proposal array find from last (#6653) 5 years ago
JavascriptArray.inl fd62760dbc Fixing Crosssite issue during Array.Concat OS: 18874745 7 years ago
JavascriptArrayIndexEnumerator.cpp 553a0db80b fix proxy enumerator 9 years ago
JavascriptArrayIndexEnumerator.h 553a0db80b fix proxy enumerator 9 years ago
JavascriptArrayIndexEnumeratorBase.cpp 58ab8fa9f8 Refactor Enumerators 9 years ago
JavascriptArrayIndexEnumeratorBase.h f37cd54364 Remove _ABSTRACT, most classes were already pure virtual and I deleted the constructor of the others 7 years ago
JavascriptArrayIndexSnapshotEnumerator.cpp 553a0db80b fix proxy enumerator 9 years ago
JavascriptArrayIndexSnapshotEnumerator.h 553a0db80b fix proxy enumerator 9 years ago
JavascriptArrayIndexStaticEnumerator.h 58ab8fa9f8 Refactor Enumerators 9 years ago
JavascriptArrayIterator.cpp c848d4d8d5 Refactor await & yield & enable async iteration (#6456) 5 years ago
JavascriptArrayIterator.h fe14f94510 nicer dynamic casts 7 years ago
JavascriptAsyncFromSyncIterator.cpp 5fecf0579e Cache iterator next (#6164) 5 years ago
JavascriptAsyncFromSyncIterator.h 5fecf0579e Cache iterator next (#6164) 5 years ago
JavascriptAsyncFunction.cpp 8c3a82b035 Implement Top Level Await 5 years ago
JavascriptAsyncFunction.h 8c3a82b035 Implement Top Level Await 5 years ago
JavascriptAsyncGenerator.cpp 290a3a81db Remove unnecessary startup yield 5 years ago
JavascriptAsyncGenerator.h b68f5c2815 Generator misc (#6533) 5 years ago
JavascriptAsyncGeneratorFunction.cpp f69edb2e82 Handle corrupted generator or async generator prototype 4 years ago
JavascriptAsyncGeneratorFunction.h c848d4d8d5 Refactor await & yield & enable async iteration (#6456) 5 years ago
JavascriptBigInt.cpp 25af1a93e1 implement bigint multiply 7 years ago
JavascriptBigInt.h 25af1a93e1 implement bigint multiply 7 years ago
JavascriptBigIntObject.cpp 23057cf996 implement BigInt literal, BigInt constructor and comparison operator 7 years ago
JavascriptBigIntObject.h 23057cf996 implement BigInt literal, BigInt constructor and comparison operator 7 years ago
JavascriptBoolean.cpp ef68766dc8 Remove getVarDate, VariantDate and WinRTDate 5 years ago
JavascriptBoolean.h fe14f94510 nicer dynamic casts 7 years ago
JavascriptBooleanObject.cpp fe14f94510 nicer dynamic casts 7 years ago
JavascriptBooleanObject.h fe14f94510 nicer dynamic casts 7 years ago
JavascriptBuiltInFunctionList.h 312a878774 Implement Object.hasOwn (#6726) 4 years ago
JavascriptBuiltInFunctions.cpp c8740cc9e5 inline JsBuiltIn helper CallInstanceFunction 7 years ago
JavascriptBuiltInFunctions.h 34092e04f7 Remove ENABLE_DOM_FAST_PATH 5 years ago
JavascriptDate.cpp ef68766dc8 Remove getVarDate, VariantDate and WinRTDate 5 years ago
JavascriptDate.h ef68766dc8 Remove getVarDate, VariantDate and WinRTDate 5 years ago
JavascriptError.cpp 8220c858e5 Add proposal-promise-any (#6641) 4 years ago
JavascriptError.h 8220c858e5 Add proposal-promise-any (#6641) 4 years ago
JavascriptExceptionMetadata.cpp 20de16aa93 Fix abort in GetAndClearExceptionWithMetaData (#6657) 5 years ago
JavascriptExceptionMetadata.h 2ee13d2cf7 Newline at file ends 7 years ago
JavascriptExternalFunction.cpp 00e64fdd0e Merge remote-tracking branch 'origin/master' into feature/shim 7 years ago
JavascriptExternalFunction.h bfbfbaaf0e Add JSRT support for native callbacks with `new.target` 8 years ago
JavascriptFunction.cpp 63bda3bb4b [1.11>master] [MERGE #6385 @pleath] ChakraCore Servicing Update for 2020.03B 6 years ago
JavascriptFunction.h 8ffa08ebed AsyncIteration 6 years ago
JavascriptGenerator.cpp d5c6f5998f Handle SlotArray loads in jitted generators 4 years ago
JavascriptGenerator.h 8c3a82b035 Implement Top Level Await 5 years ago
JavascriptGeneratorFunction.cpp f69edb2e82 Handle corrupted generator or async generator prototype 4 years ago
JavascriptGeneratorFunction.h c848d4d8d5 Refactor await & yield & enable async iteration (#6456) 5 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 312a878774 Implement Object.hasOwn (#6726) 4 years ago
JavascriptLibrary.h 8220c858e5 Add proposal-promise-any (#6641) 4 years ago
JavascriptLibrary.inl f8acf7f377 FromVar hardening 8 years ago
JavascriptLibraryBase.h 8220c858e5 Add proposal-promise-any (#6641) 4 years ago
JavascriptListIterator.cpp c848d4d8d5 Refactor await & yield & enable async iteration (#6456) 5 years ago
JavascriptListIterator.h fe14f94510 nicer dynamic casts 7 years ago
JavascriptMap.cpp fe14f94510 nicer dynamic casts 7 years ago
JavascriptMap.h fe14f94510 nicer dynamic casts 7 years ago
JavascriptMapIterator.cpp c848d4d8d5 Refactor await & yield & enable async iteration (#6456) 5 years ago
JavascriptMapIterator.h fe14f94510 nicer dynamic casts 7 years ago
JavascriptNumber.cpp eba9b1adef NaN's most significant bit signifies the sign of NaN. This bit's value was inconsistent with other engines' as well as inconsistent in Chakra when using the -NoNative flag. This fix makes NaN respect the sign bit. This is viewable through typed array buffers. 7 years ago
JavascriptNumber.h 0f78a54209 Enable Bytecode regen on Linux/MacOS (#6425) 5 years ago
JavascriptNumber.inl 0f78a54209 Enable Bytecode regen on Linux/MacOS (#6425) 5 years ago
JavascriptNumberObject.cpp fe14f94510 nicer dynamic casts 7 years ago
JavascriptNumberObject.h fe14f94510 nicer dynamic casts 7 years ago
JavascriptObject.cpp 312a878774 Implement Object.hasOwn (#6726) 4 years ago
JavascriptObject.h 312a878774 Implement Object.hasOwn (#6726) 4 years ago
JavascriptPromise.cpp 8220c858e5 Add proposal-promise-any (#6641) 4 years ago
JavascriptPromise.h 8220c858e5 Add proposal-promise-any (#6641) 4 years ago
JavascriptProxy.cpp 11d93751d6 Fix calling proxy as constructor 5 years ago
JavascriptProxy.h fe14f94510 nicer dynamic casts 7 years ago
JavascriptReflect.cpp d8cbaff6a2 Remove some old switches (#6441) 5 years ago
JavascriptReflect.h 0052c5c585 #274 Remove [[Enumerate]] and associated reflective capabilities 9 years ago
JavascriptRegExpConstructor.cpp 48d00f1016 Give JavascriptRegExpConstructor the correct ConstructorCache 6 years ago
JavascriptRegExpConstructor.h 48d00f1016 Give JavascriptRegExpConstructor the correct ConstructorCache 6 years ago
JavascriptRegExpEnumerator.cpp 6e39312394 Initialize locals 8 years ago
JavascriptRegExpEnumerator.h 553a0db80b fix proxy enumerator 9 years ago
JavascriptRegularExpression.cpp a5a5b8f525 fix issues with proxy in TypedArray.from and String.replace 6 years ago
JavascriptRegularExpression.h fe14f94510 nicer dynamic casts 7 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 fe14f94510 nicer dynamic casts 7 years ago
JavascriptSet.h fe14f94510 nicer dynamic casts 7 years ago
JavascriptSetIterator.cpp c848d4d8d5 Refactor await & yield & enable async iteration (#6456) 5 years ago
JavascriptSetIterator.h fe14f94510 nicer dynamic casts 7 years ago
JavascriptString.cpp b99834b7fe Update String.prototype.repeat to throw non-fatal for length too big 5 years ago
JavascriptString.h c97320d3ff Implementation of Relative indexing method proposal (#6610) 5 years ago
JavascriptString.inl cec0e9a84f replace wchar_t/L"..." with char16/_u("...") 10 years ago
JavascriptStringEnumerator.cpp 553a0db80b fix proxy enumerator 9 years ago
JavascriptStringEnumerator.h 45caec134f lookup properties by numeric index for typed arrays during stringify 8 years ago
JavascriptStringIterator.cpp c848d4d8d5 Refactor await & yield & enable async iteration (#6456) 5 years ago
JavascriptStringIterator.h fe14f94510 nicer dynamic casts 7 years ago
JavascriptStringObject.cpp fe14f94510 nicer dynamic casts 7 years ago
JavascriptStringObject.h fe14f94510 nicer dynamic casts 7 years ago
JavascriptStringTagEntries.h cec0e9a84f replace wchar_t/L"..." with char16/_u("...") 10 years ago
JavascriptSymbol.cpp 393af6c92f Implement Symbol.prototype.description 7 years ago
JavascriptSymbol.h 393af6c92f Implement Symbol.prototype.description 7 years ago
JavascriptSymbolObject.cpp fe14f94510 nicer dynamic casts 7 years ago
JavascriptSymbolObject.h fe14f94510 nicer dynamic casts 7 years ago
JavascriptTypedNumber.cpp fe14f94510 nicer dynamic casts 7 years ago
JavascriptTypedNumber.h fe14f94510 nicer dynamic casts 7 years ago
JavascriptWeakMap.cpp fe14f94510 nicer dynamic casts 7 years ago
JavascriptWeakMap.h fe14f94510 nicer dynamic casts 7 years ago
JavascriptWeakSet.cpp fe14f94510 nicer dynamic casts 7 years ago
JavascriptWeakSet.h fe14f94510 nicer dynamic casts 7 years ago
JsBuiltInEngineInterfaceExtensionObject.cpp e36738055f 1. BuiltIn JS loading to load one object at a time 5 years ago
JsBuiltInEngineInterfaceExtensionObject.h e36738055f 1. BuiltIn JS loading to load one object at a time 5 years ago
LazyJSONString.cpp fe14f94510 nicer dynamic casts 7 years ago
LazyJSONString.h fe14f94510 nicer dynamic casts 7 years ago
LiteralString.cpp 50fc14e528 remove ArenaLiteralString 8 years ago
LiteralString.h 50fc14e528 remove ArenaLiteralString 8 years ago
MapOrSetDataList.h 3b3aa9ba1d Fix Clang 10 and Ubuntu 20.04 compatibility errors 5 years ago
MathLibrary.cpp 74d29e5298 Remove a pragma intrinsic for an unused function 7 years ago
MathLibrary.h 6b651ad64f [1.4>master] fix break for OOP JIT when UCRT is not available 9 years ago
ModuleRoot.cpp 34b70131fd standardize GetAccessor calls 7 years ago
ModuleRoot.h fe14f94510 nicer dynamic casts 7 years ago
ObjectPrototypeObject.cpp fe14f94510 nicer dynamic casts 7 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
PropertyRecordUsageCache.cpp 181d889eb7 profile elem accesses and emit fastpaths for cache types we've seen 8 years ago
PropertyRecordUsageCache.h 9fdb68befa OS#16526223: Keep writes to 'prototype' from going through inline cache so that we get the necessary runtime behavior 7 years ago
PropertyString.cpp fe14f94510 nicer dynamic casts 7 years ago
PropertyString.h fe14f94510 nicer dynamic casts 7 years ago
RegexHelper.cpp a5a5b8f525 fix issues with proxy in TypedArray.from and String.replace 6 years ago
RegexHelper.h a5a5b8f525 fix issues with proxy in TypedArray.from and String.replace 6 years ago
RootObjectBase.cpp 8ecdb9ea08 Fixes #5576 - Chakra should not redeclare "undefined" keyword. 7 years ago
RootObjectBase.h 8ecdb9ea08 Fixes #5576 - Chakra should not redeclare "undefined" keyword. 7 years ago
RuntimeFunction.cpp 581fe075d7 make some small perf improvements 7 years ago
RuntimeFunction.h 581fe075d7 make some small perf improvements 7 years ago
RuntimeLibraryPch.cpp 45284fc840 Fix Legacy-Link and NDK-Compile errors 9 years ago
RuntimeLibraryPch.h ef68766dc8 Remove getVarDate, VariantDate and WinRTDate 5 years ago
SameValueComparer.h fe14f94510 nicer dynamic casts 7 years ago
ScriptFunction.cpp 63a27a9406 Reimplement class definitions to limit type creation 6 years ago
ScriptFunction.h 63a27a9406 Reimplement class definitions to limit type creation 6 years ago
SharedArrayBuffer.cpp d8cbaff6a2 Remove some old switches (#6441) 5 years ago
SharedArrayBuffer.h fe14f94510 nicer dynamic casts 7 years ago
SingleCharString.cpp 5b6611d70b SubString crash 7 years ago
SingleCharString.h 5b6611d70b SubString crash 7 years ago
SparseArraySegment.cpp 0440807190 [CVE-2017-0238] OOM in Array.unshift can leave array in an inconsistent state 8 years ago
SparseArraySegment.h 68e1e9d83b Fix OSX/Ubuntu builds 7 years ago
SparseArraySegment.inl b786ecf61f Fail on unexpected missing item constant in an array head segment during native array conversion 6 years ago
StackScriptFunction.cpp fe14f94510 nicer dynamic casts 7 years ago
StackScriptFunction.h 95b7191c29 [1.11>master] [MERGE #6016 @pleath] ChakraCore Servicing Release for 1903 7 years ago
StringCache.h 930756fc1c Refactor StringCache, add Intl properties to it 8 years ago
StringCacheList.h ef68766dc8 Remove getVarDate, VariantDate and WinRTDate 5 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 6d93dbce3a quiet a spurious assertion 7 years ago
SubString.h e89dd58d2c Let substrings get property string pointers too 7 years ago
ThrowErrorObject.cpp fe14f94510 nicer dynamic casts 7 years ago
ThrowErrorObject.h fe14f94510 nicer dynamic casts 7 years ago
TypedArray.cpp c091b36a2d Support proposal array find from last (#6653) 5 years ago
TypedArray.h c091b36a2d Support proposal array find from last (#6653) 5 years ago
TypedArrayIndexEnumerator.cpp 553a0db80b fix proxy enumerator 9 years ago
TypedArrayIndexEnumerator.h 45caec134f lookup properties by numeric index for typed arrays during stringify 8 years ago
UriHelper.cpp fe14f94510 nicer dynamic casts 7 years ago
UriHelper.h 64117a514c Avoid copying strings in (de|en)codeURI(Component)? and trim 7 years ago
VerifyMarkFalseReference.cpp 52b6a4fbf4 write barrier related fixes 8 years ago
WabtInterface.cpp 59213000a9 Fix wabt after merge 7 years ago
WabtInterface.h 1fbfb89358 Build wabt directly in chakra 9 years ago
WasmLibrary.cpp 26833effbb Always use AsmJsDefault entrypoint instead of a wasm deferred parse entry point 7 years ago
WasmLibrary.h 2ee13d2cf7 Newline at file ends 7 years ago
WebAssembly.cpp 13b88b9916 WebAssembly.Memory: Do not call HasProperty to check if a property is present in the descriptor 7 years ago
WebAssembly.h e866ab35da Separate WebAssembly.compile/instantiate for streaming api in WebAssembly.compileStreaming and WebAssembly.instantiateStreaming respectively. 8 years ago
WebAssemblyEnvironment.cpp d13dbc366e Scrub references to WASM M128 type 7 years ago
WebAssemblyEnvironment.h 972009a89e ChakraCore fix for servicing release 18-02B: CVE-2018-0858 8 years ago
WebAssemblyInstance.cpp b43772c080 [1.11>master] [MERGE #5936 @MikeHolman] February 2019 Security Update 7 years ago
WebAssemblyInstance.h fe14f94510 nicer dynamic casts 7 years ago
WebAssemblyMemory.cpp 13b88b9916 WebAssembly.Memory: Do not call HasProperty to check if a property is present in the descriptor 7 years ago
WebAssemblyMemory.h f46d3d90e7 Throw the right type of Error when constructing a WebAssembly.Memory 7 years ago
WebAssemblyModule.cpp d13dbc366e Scrub references to WASM M128 type 7 years ago
WebAssemblyModule.h fe14f94510 nicer dynamic casts 7 years ago
WebAssemblyTable.cpp bb5a840998 Fix WebAssembly.Table constructor validation 7 years ago
WebAssemblyTable.h fe14f94510 nicer dynamic casts 7 years ago