Jonne Ransijn
|
69f96122b6
LibJS+LibWeb: Prevent double invocation of `[[GetOwnProperty]]`
|
8 mēneši atpakaļ |
Andreas Kling
|
cc4b3cbacc
Meta: Update my e-mail address everywhere
|
9 mēneši atpakaļ |
Andreas Kling
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 gadu atpakaļ |
iliadsh
|
89da731aa6
LibJS+LibWeb: Devirtualize may_interfere_with_indexed_property_access()
|
1 gadu atpakaļ |
Andreas Kling
|
7df1692580
LibJS: Add Object::may_interfere_with_indexed_property_access() virtual
|
1 gadu atpakaļ |
Andreas Kling
|
72c9f56c66
LibJS: Make Heap::allocate<T>() infallible
|
1 gadu atpakaļ |
Andreas Kling
|
18c54d8d40
LibJS: Make Cell::initialize() return void
|
1 gadu atpakaļ |
Matthew Olsson
|
7c0c1c8f49
LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr
|
2 gadi atpakaļ |
Timothy Flynn
|
8414734a2d
LibJS: Propagate the OOM error from setting the String length property
|
2 gadi atpakaļ |
Timothy Flynn
|
2692db8699
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
|
2 gadi atpakaļ |
Linus Groh
|
049e99b5f0
LibJS: Convert StringObject::create() to NonnullGCPtr
|
2 gadi atpakaļ |
Andreas Kling
|
35c9aa7c05
LibJS: Hide all the constructors!
|
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ļ |
Lenny Maiorani
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 gadi atpakaļ |
Linus Groh
|
bc183dbbcb
LibJS: Replace uses of MarkedValueList with MarkedVector<Value>
|
3 gadi atpakaļ |
Linus Groh
|
038d354b5d
LibJS: Remove Object::value_of()
|
3 gadi atpakaļ |
Andreas Kling
|
398c181c79
LibJS: Rename PropertyName to PropertyKey
|
3 gadi atpakaļ |
Linus Groh
|
60366ae032
LibJS: Convert this_string_value() to ThrowCompletionOr
|
3 gadi atpakaļ |
Linus Groh
|
ee8380edea
LibJS: Convert internal_own_property_keys() to ThrowCompletionOr
|
3 gadi atpakaļ |
Linus Groh
|
5da210125e
LibJS: Convert internal_define_own_property() to ThrowCompletionOr
|
3 gadi atpakaļ |
Linus Groh
|
0e69a6e487
LibJS: Convert internal_get_own_property() to ThrowCompletionOr
|
3 gadi atpakaļ |
Linus Groh
|
09bd5f8772
LibJS: Rewrite most of Object for spec compliance :^)
|
4 gadi atpakaļ |
Idan Horowitz
|
c254e4cf10
LibJS: Get the prototype of a new String from the constructor's realm
|
4 gadi atpakaļ |
Andreas Kling
|
686213c2b8
LibJS: Make Object.getOwnPropertyDescriptor() work on String subscripts
|
4 gadi atpakaļ |
Linus Groh
|
8d7ec28924
LibJS: Remove String.prototype.length
|
4 gadi atpakaļ |
Brian Gianforcaro
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 gadi atpakaļ |
Andreas Kling
|
0a911178ce
LibJS: Add fast_is<T> for StringObject and GlobalObject
|
4 gadi atpakaļ |
Andreas Kling
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
4 gadi atpakaļ |