rhuanjl
|
ef68766dc8
Remove getVarDate, VariantDate and WinRTDate
|
5 лет назад |
Helios
|
69334cae4e
fix: default value of arg of Object.prototype.hasOwnProperty should be undefined
|
5 лет назад |
Kevin Smith
|
b8d71ec07c
Fix Object constructor behavior when new target is provided (#6341)
|
5 лет назад |
Michael Holman
|
cb90e113e1
actually enable caching for CreateKeys enumerator
|
7 лет назад |
Michael Holman
|
581fe075d7
make some small perf improvements
|
7 лет назад |
Michael Holman
|
c4a6bae3e3
Merge remote-tracking branch 'origin/master' into feature/shim
|
7 лет назад |
Seth Brenith
|
fe14f94510
nicer dynamic casts
|
7 лет назад |
Paul Leathers
|
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 лет назад |
Michael Holman
|
4e3295f920
add private property api and new API for making property strings
|
7 лет назад |
Duong Nguyen-Huu
|
eb1a06347b
fixes #5549 implement defineOwnProperty for typedarray object
|
7 лет назад |
David Yang
|
c2d084d70f
implement Object Rest
|
7 лет назад |
Jimmy Thomson
|
d8a642a54a
Removing stray tab characters
|
7 лет назад |
Paul Leathers
|
47da6eb0e9
[1.10>master] [MERGE #5457 @pleath] OS#18076647: Invalidate prototype inline caches for properties of objects added to the prototype chain
|
7 лет назад |
Paul Leathers
|
1dcea24e52
OS#18076647: Invalidate prototype inline caches for properties of objects added to the prototype chain
|
7 лет назад |
David Yang
|
11a1c9982e
Implemented Object Spread:
|
7 лет назад |
Vladimir Sadov
|
7a98bec1e1
Fix several bugs around handling of functions wrapped in proxies.
|
7 лет назад |
Akrosh Gandhi
|
49b384ccc8
Proxy : getPrototype trap should not be called.
|
7 лет назад |
Vladimir Sadov
|
4efd11362c
PR feedback. Removed redundant `GetDefaultPropertyDescriptor`
|
7 лет назад |
Aneesh Divakarakurup
|
c0723f4985
Moving RS4 changes to master
|
7 лет назад |
Paul Leathers
|
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 лет назад |
Michael Holman
|
a4a80968be
cache if objects have no special accessor properties
|
8 лет назад |
Seth Brenith (O'BRIEN)
|
7d96c0cb25
Resubmit #4834. Original message follows.
|
8 лет назад |
Seth Brenith (O'BRIEN)
|
bd7948bd59
Revert recent change that introduced bugs that block internal tools
|
8 лет назад |
Michael Holman
|
5cf1a9555f
rename ForInCache now that it has other uses
|
8 лет назад |
Michael Holman
|
f29c4dbefe
use ForInCache for enumerator in Object.assign
|
8 лет назад |
Seth Brenith
|
f48bc5da82
Speed up `in` operations with PropertyString or Symbol keys, part 1
|
8 лет назад |
Michael Holman
|
927377139a
address review comments
|
8 лет назад |
Michael Holman
|
95cb7c5ae3
optimize object.assign({}, obj)
|
8 лет назад |
Oguz Bastemur
|
9e3a8edfe4
[1.9>master] [MERGE #3717 @obastemur] remove old interceptors code and open a space under TypeFlagMask
|
8 лет назад |
Oguz Bastemur
|
157fd4f158
remove old interceptors code and open a space under TypeFlagMask
|
8 лет назад |