Irina Yatsenko 8a219b6d94 Add CollectGarbage to the global object only in chakracore builds and only if requested 8 years ago
..
Base 8a219b6d94 Add CollectGarbage to the global object only in chakracore builds and only if requested 8 years ago
ByteCode 12b22d8a5a Update bytecode version, add script to make doing so easier 8 years ago
Debug 5a11b38f44 [MERGE #4817 @MikeHolman] optimize object.assign({}, obj) 8 years ago
Language 13449b8c99 restoring additional telemetry counting logic that was removed in previous cleanup 8 years ago
Library 8a219b6d94 Add CollectGarbage to the global object only in chakracore builds and only if requested 8 years ago
Math ae566431f9 Different CRTs declare ceil/floor with different calling conventions, so use our own 8 years ago
PlatformAgnostic adf0ecb899 [MERGE #4832 @jackhorton] Update PlatformAgnostic case conversion functions to allow expanding-length strings 8 years ago
Types bd7948bd59 Revert recent change that introduced bugs that block internal tools 8 years ago
CMakeLists.txt c0dea84f0d Merge remote-tracking branch 'remotes/origin/master' into WebAssembly_Stage 9 years ago
DetachedStateBase.h a08d13730c Merge branch 'master' into linux 9 years ago
InternalPropertyList.h 8d89409f07 [CVE-2017-8751]Type confusion casting undefined with TypeOfPrototypeObjectDictionary type 8 years ago
LibraryFunction.h 88155df9e6 Remove Simd.js related code 8 years ago
Runtime.h 5cf1a9555f rename ForInCache now that it has other uses 8 years ago
RuntimeCommon.h 83f8af8c36 Share types on objects with getter/setter properties. If the Accessor bit is set in a property's attributes, that indicates the property is a Getter. The Setter is stored in another slot. Use an array of indices to find the setter associated with a given Getter. Add the option of increasing a TypePath's path length without adding another property ID to its property map. Fix the way we use the accessor inline cache, in both runtime code and jitted code. We need to look at th isOnProto bit to determine which object to get the property from, the object pointed to by the cache (if isOnProto is set) or the current local instance. (This wasn't necessary when objects with accessors didn't share types.) While I was in there, I deleted all the machine-dependent lowering code related to flag caches and added code in Lower.cpp for everyone to share. 8 years ago
SerializableFunctionFields.h da8e8dd10e reinstate LdLen in bytecode with additional profile info 8 years ago