Jonne Ransijn
|
69f96122b6
LibJS+LibWeb: Prevent double invocation of `[[GetOwnProperty]]`
|
9 months ago |
Shannon Booth
|
797b0d0f43
LibJS+LibWeb: Remove remaining use and reference to SafeFunction
|
9 months ago |
Andreas Kling
|
cc4b3cbacc
Meta: Update my e-mail address everywhere
|
9 months ago |
Matthew Olsson
|
a98ad191c7
Userland: Add ESCAPING annotations to a bunch of places
|
1 year ago |
Matthew Olsson
|
a5f4c9a632
AK+Userland: Remove NOESCAPE
|
1 year ago |
Andreas Kling
|
8ff16c1b57
LibJS: Cache access to properties found in prototype chain
|
1 year ago |
Andreas Kling
|
493a04d5fe
LibJS: Add PropertyLookupPhase enum to distinguish Object [[Get]] calls
|
1 year ago |
Matthew Olsson
|
ff00d21d58
Everywhere: Mark a bunch of function parameters as NOESCAPE
|
1 year ago |
Timothy Flynn
|
d878975f95
AK+LibJS: Remove OFFSET_OF and its users
|
1 year ago |
Shannon Booth
|
23c5a7a0a3
LibJS: Expose const prototype getter in Object
|
1 year ago |
Shannon Booth
|
d2710ad73f
LibJS: Implement temporal AO SnapshotOwnProperties
|
1 year ago |
Shannon Booth
|
107fa1fdb8
LibJS: Implement excluded values in CopyDataProperties
|
1 year ago |
Andreas Kling
|
3d92c26445
LibJS: Stop making shapes unique
|
1 year ago |
Andreas Kling
|
463931384d
LibJS: Don't use Handle<Value> for JS::Object private fields
|
1 year ago |
Andreas Kling
|
373ec387c1
LibJS: Add fast_is<ArrayIterator>()
|
1 year ago |
Andreas Kling
|
73ceb475b9
LibJS: Add fast path for magical "length" property in LengthOfArrayLike
|
1 year ago |
Andreas Kling
|
f47a14b9d6
LibJS: Use a premade shape when creating iterator result objects
|
1 year ago |
Andreas Kling
|
4699c81fc1
LibJS: Stop converting between Object <-> IteratorRecord all the time
|
1 year ago |
Andreas Kling
|
4cce181ece
LibJS: Devirtualize Object::is_typed_array()
|
1 year ago |
Andreas Kling
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 year ago |
Simon Wanner
|
86b85aa68b
LibJS: Introduce Builtins
|
1 year ago |
Andreas Kling
|
b532dedc91
LibJS/JIT: Add fast path for GetById of Array.length
|
1 year ago |
iliadsh
|
f91c3e9ac3
LibJS: Expose offset to m_indexed_properties
|
1 year ago |
iliadsh
|
eb937631bb
LibJS: Expose offset of may_interfere_with_indexed_property_access
|
1 year ago |
iliadsh
|
89da731aa6
LibJS+LibWeb: Devirtualize may_interfere_with_indexed_property_access()
|
1 year ago |
Andreas Kling
|
55e467c359
LibJS/JIT: Add fast path for cached PutById
|
1 year ago |
Andreas Kling
|
b1b2ca1485
LibJS: Add basic monomorphic caching for PutById property access
|
1 year ago |
Andreas Kling
|
7df1692580
LibJS: Add Object::may_interfere_with_indexed_property_access() virtual
|
1 year ago |
Aliaksandr Kalenik
|
3a1f617fbf
LibJS: Use Function as callback type in define_native_function/accessor
|
1 year ago |
Daniel Bertalan
|
65232b6681
LibJS: Mark classes and virtual functions `final` where possible
|
1 year ago |