| .. |
|
Base
|
8a219b6d94
Add CollectGarbage to the global object only in chakracore builds and only if requested
|
8 лет назад |
|
ByteCode
|
12b22d8a5a
Update bytecode version, add script to make doing so easier
|
8 лет назад |
|
Debug
|
5a11b38f44
[MERGE #4817 @MikeHolman] optimize object.assign({}, obj)
|
8 лет назад |
|
Language
|
13449b8c99
restoring additional telemetry counting logic that was removed in previous cleanup
|
8 лет назад |
|
Library
|
8a219b6d94
Add CollectGarbage to the global object only in chakracore builds and only if requested
|
8 лет назад |
|
Math
|
ae566431f9
Different CRTs declare ceil/floor with different calling conventions, so use our own
|
8 лет назад |
|
PlatformAgnostic
|
adf0ecb899
[MERGE #4832 @jackhorton] Update PlatformAgnostic case conversion functions to allow expanding-length strings
|
8 лет назад |
|
Types
|
bd7948bd59
Revert recent change that introduced bugs that block internal tools
|
8 лет назад |
|
CMakeLists.txt
|
c0dea84f0d
Merge remote-tracking branch 'remotes/origin/master' into WebAssembly_Stage
|
9 лет назад |
|
DetachedStateBase.h
|
a08d13730c
Merge branch 'master' into linux
|
9 лет назад |
|
InternalPropertyList.h
|
8d89409f07
[CVE-2017-8751]Type confusion casting undefined with TypeOfPrototypeObjectDictionary type
|
8 лет назад |
|
LibraryFunction.h
|
88155df9e6
Remove Simd.js related code
|
8 лет назад |
|
Runtime.h
|
5cf1a9555f
rename ForInCache now that it has other uses
|
8 лет назад |
|
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 лет назад |
|
SerializableFunctionFields.h
|
da8e8dd10e
reinstate LdLen in bytecode with additional profile info
|
8 лет назад |