Matthew Olsson
|
a5f4c9a632
AK+Userland: Remove NOESCAPE
|
1 年之前 |
Andreas Kling
|
8ff16c1b57
LibJS: Cache access to properties found in prototype chain
|
1 年之前 |
Andreas Kling
|
493a04d5fe
LibJS: Add PropertyLookupPhase enum to distinguish Object [[Get]] calls
|
1 年之前 |
Matthew Olsson
|
ff00d21d58
Everywhere: Mark a bunch of function parameters as NOESCAPE
|
1 年之前 |
Timothy Flynn
|
d878975f95
AK+LibJS: Remove OFFSET_OF and its users
|
1 年之前 |
Shannon Booth
|
23c5a7a0a3
LibJS: Expose const prototype getter in Object
|
1 年之前 |
Shannon Booth
|
d2710ad73f
LibJS: Implement temporal AO SnapshotOwnProperties
|
1 年之前 |
Shannon Booth
|
107fa1fdb8
LibJS: Implement excluded values in CopyDataProperties
|
1 年之前 |
Andreas Kling
|
3d92c26445
LibJS: Stop making shapes unique
|
1 年之前 |
Andreas Kling
|
463931384d
LibJS: Don't use Handle<Value> for JS::Object private fields
|
1 年之前 |
Andreas Kling
|
373ec387c1
LibJS: Add fast_is<ArrayIterator>()
|
1 年之前 |
Andreas Kling
|
73ceb475b9
LibJS: Add fast path for magical "length" property in LengthOfArrayLike
|
1 年之前 |
Andreas Kling
|
f47a14b9d6
LibJS: Use a premade shape when creating iterator result objects
|
1 年之前 |
Andreas Kling
|
4699c81fc1
LibJS: Stop converting between Object <-> IteratorRecord all the time
|
1 年之前 |
Andreas Kling
|
4cce181ece
LibJS: Devirtualize Object::is_typed_array()
|
1 年之前 |
Andreas Kling
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 年之前 |
Simon Wanner
|
86b85aa68b
LibJS: Introduce Builtins
|
1 年之前 |
Andreas Kling
|
b532dedc91
LibJS/JIT: Add fast path for GetById of Array.length
|
1 年之前 |
iliadsh
|
f91c3e9ac3
LibJS: Expose offset to m_indexed_properties
|
1 年之前 |
iliadsh
|
eb937631bb
LibJS: Expose offset of may_interfere_with_indexed_property_access
|
1 年之前 |
iliadsh
|
89da731aa6
LibJS+LibWeb: Devirtualize may_interfere_with_indexed_property_access()
|
1 年之前 |
Andreas Kling
|
55e467c359
LibJS/JIT: Add fast path for cached PutById
|
1 年之前 |
Andreas Kling
|
b1b2ca1485
LibJS: Add basic monomorphic caching for PutById property access
|
1 年之前 |
Andreas Kling
|
7df1692580
LibJS: Add Object::may_interfere_with_indexed_property_access() virtual
|
1 年之前 |
Aliaksandr Kalenik
|
3a1f617fbf
LibJS: Use Function as callback type in define_native_function/accessor
|
1 年之前 |
Daniel Bertalan
|
65232b6681
LibJS: Mark classes and virtual functions `final` where possible
|
1 年之前 |
Andreas Kling
|
18c54d8d40
LibJS: Make Cell::initialize() return void
|
1 年之前 |
Aliaksandr Kalenik
|
6b191ab73d
LibJS+LibWeb: Add fast_is<DOM::Node> for JS::Object
|
2 年之前 |
Andreas Kling
|
cf6792ec40
LibJS/Bytecode: Invalidate inline caches on unique shape mutation
|
2 年之前 |
Andreas Kling
|
52cd671163
LibJS: Make Object::internal_get() reveal the used property offset
|
2 年之前 |