davidot
|
c4f3d44be1
LibJS: Add the HostEnsureCanAddPrivateElement hook
|
2 years ago |
Andreas Kling
|
50d951aea2
LibJS: Let Shape store a Realm instead of a GlobalObject
|
2 years ago |
Linus Groh
|
9f3f3b0864
LibJS: Remove implicit wrapping/unwrapping of completion records
|
3 years ago |
Linus Groh
|
ce659e5eeb
LibJS: Remove assertions that are now part of structured headers
|
3 years ago |
Linus Groh
|
86e3840202
LibJS: Add missing comment in OrdinaryToPrimitive
|
3 years ago |
Linus Groh
|
e815d3f9ce
LibJS: De-duplicate ClassFieldDefinition Records
|
3 years ago |
Idan Horowitz
|
086969277e
Everywhere: Run clang-format
|
3 years ago |
Idan Horowitz
|
9cfbbfd8d8
LibJS: Implement the EnumerateObjectProperties AO
|
3 years ago |
Lenny Maiorani
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 years ago |
Linus Groh
|
47cdd90836
LibJS: Use new NativeFunction::create() in most places
|
3 years ago |
Linus Groh
|
368af9ad6e
LibJS: Add Object constructor allowing null prototype
|
3 years ago |
Linus Groh
|
bc183dbbcb
LibJS: Replace uses of MarkedValueList with MarkedVector<Value>
|
3 years ago |
davidot
|
9264f9d24e
LibJS+Everywhere: Remove VM::exception() and most related functions
|
3 years ago |
Linus Groh
|
6f20f49b21
Everywhere: Rename JS::PropertyKey variables from property_{name => key}
|
3 years ago |
mjz19910
|
1ef633472b
Everywhere: Convert VM::call() to JS::call()
|
3 years ago |
Linus Groh
|
29e96eceeb
LibJS: Convert PropertyKey::from_value() to ThrowCompletionOr
|
3 years ago |
Timothy Flynn
|
d69f5ca128
LibJS: Update spec numbers for Operations on Objects AOs
|
3 years ago |
Andreas Kling
|
212319b25e
LibJS: Only allocate space for Object private elements if needed
|
3 years ago |
Linus Groh
|
a20b189eab
LibJS: Fix incorrectly formatted section comments
|
3 years ago |
Idan Horowitz
|
ba55d77665
LibJS: Remove leftover exception check in OrdinaryHasProperty
|
3 years ago |
Idan Horowitz
|
2eaed880b1
LibJS: Remove old Native Functions
|
3 years ago |
Andreas Kling
|
7ccb8c8609
LibJS: Provide default hash traits for JS::PropertyKey
|
3 years ago |
Andreas Kling
|
398c181c79
LibJS: Rename PropertyName to PropertyKey
|
3 years ago |
Linus Groh
|
0881f8160f
LibJS: Use implicit ThrowCompletionOr<T> constructor where possible
|
3 years ago |
davidot
|
d94b5e511f
LibJS: Add slot [[PrivateElements]] and related methods to Object
|
3 years ago |
Idan Horowitz
|
40eb3a39d4
LibJS: Rename define_native_function => define_old_native_function
|
3 years ago |
Idan Horowitz
|
ca27e5eff5
LibJS: Convert NativeFunction callback to ThrowCompletionOr
|
3 years ago |
Linus Groh
|
52976bfac6
LibJS: Convert to_object() to ThrowCompletionOr
|
3 years ago |
Andreas Kling
|
6108bac606
LibJS: Only do a single property lookup in internal_get_own_property()
|
3 years ago |
Linus Groh
|
d7d73f9100
LibJS: Convert to_property_descriptor() to ThrowCompletionOr
|
3 years ago |