Andreas Kling
|
6e973ce69b
LibJS: Add JS_CELL macro and use it in all JS::Cell subclasses
|
2 gadi atpakaļ |
Linus Groh
|
72730422bb
LibJS: Remove Shape::global_object() and Object::global_object()
|
2 gadi atpakaļ |
Linus Groh
|
e3895e6c80
LibJS: Pass Realm to define_native_{accessor,function}()
|
2 gadi atpakaļ |
Linus Groh
|
b465f46e00
LibJS: Remove GlobalObject parameter from native functions
|
2 gadi atpakaļ |
Linus Groh
|
a022e548b8
LibJS: Replace GlobalObject with VM in Value AOs [Part 4/19]
|
2 gadi atpakaļ |
Linus Groh
|
b99cc7d050
LibJS+LibWeb: Replace GlobalObject with Realm in create() functions
|
2 gadi atpakaļ |
Linus Groh
|
5dd5896588
LibJS+LibWeb: Replace GlobalObject with Realm in initialize() functions
|
2 gadi atpakaļ |
Linus Groh
|
ecd163bdf1
LibJS+LibWeb: Replace GlobalObject with Realm in object constructors
|
2 gadi atpakaļ |
Andreas Kling
|
50d951aea2
LibJS: Let Shape store a Realm instead of a GlobalObject
|
2 gadi atpakaļ |
sin-ack
|
3f3f45580a
Everywhere: Add sv suffix to strings relying on StringView(char const*)
|
3 gadi atpakaļ |
Linus Groh
|
9f3f3b0864
LibJS: Remove implicit wrapping/unwrapping of completion records
|
3 gadi atpakaļ |
Linus Groh
|
e815d3f9ce
LibJS: De-duplicate ClassFieldDefinition Records
|
3 gadi atpakaļ |
Idan Horowitz
|
086969277e
Everywhere: Run clang-format
|
3 gadi atpakaļ |
Idan Horowitz
|
9cfbbfd8d8
LibJS: Implement the EnumerateObjectProperties AO
|
3 gadi atpakaļ |
Lenny Maiorani
|
a0367aa43b
DevTools+LibJS+LibWeb: Change class_name to use StringView
|
3 gadi atpakaļ |
Lenny Maiorani
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 gadi atpakaļ |
Linus Groh
|
368af9ad6e
LibJS: Add Object constructor allowing null prototype
|
3 gadi atpakaļ |
Linus Groh
|
bc183dbbcb
LibJS: Replace uses of MarkedValueList with MarkedVector<Value>
|
3 gadi atpakaļ |
Linus Groh
|
6f20f49b21
Everywhere: Rename JS::PropertyKey variables from property_{name => key}
|
3 gadi atpakaļ |
Linus Groh
|
038d354b5d
LibJS: Remove Object::value_of()
|
3 gadi atpakaļ |
Andreas Kling
|
212319b25e
LibJS: Only allocate space for Object private elements if needed
|
3 gadi atpakaļ |
Idan Horowitz
|
2eaed880b1
LibJS: Remove old Native Functions
|
3 gadi atpakaļ |
Andreas Kling
|
7ccb8c8609
LibJS: Provide default hash traits for JS::PropertyKey
|
3 gadi atpakaļ |
Andreas Kling
|
398c181c79
LibJS: Rename PropertyName to PropertyKey
|
3 gadi atpakaļ |
davidot
|
d94b5e511f
LibJS: Add slot [[PrivateElements]] and related methods to Object
|
3 gadi atpakaļ |
Idan Horowitz
|
40eb3a39d4
LibJS: Rename define_native_function => define_old_native_function
|
3 gadi atpakaļ |
Idan Horowitz
|
ca27e5eff5
LibJS: Convert NativeFunction callback to ThrowCompletionOr
|
3 gadi atpakaļ |
Linus Groh
|
2f42675ebd
LibJS: Convert ordinary_set_with_own_descriptor() to ThrowCompletionOr
|
3 gadi atpakaļ |
Linus Groh
|
3b59a4577d
LibJS: Convert define_properties() to ThrowCompletionOr
|
3 gadi atpakaļ |
Linus Groh
|
0a49a2db60
LibJS: Convert set_immutable_prototype() to ThrowCompletionOr
|
3 gadi atpakaļ |