Michael Holman 61e13a619f [CVE-2019-0607] WebAssembly - pointer value control issue 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 fc9892ca7e [CVE-2019-0651] Chakracore Tianfucup IRBuilder::BuildAuxiliary Type Confusion - 360Vulcan 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 15df2a6014 [CVE-2019-0640] Bug report for Edge/Chakra: Missing marshalling for Promise result 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 8 년 전
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 61e13a619f [CVE-2019-0607] WebAssembly - pointer value control issue 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 년 전