Timothy Flynn
|
9f78e8728a
LibJS: Port (most of) String.prototype to String
|
2 yıl önce |
Timothy Flynn
|
115baa7e32
LibJS+Everywhere: Make PrimitiveString and Utf16String fallible
|
2 yıl önce |
Linus Groh
|
22089436ed
LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr
|
2 yıl önce |
Andreas Kling
|
4abdb68655
LibJS: Remove Object(Object& prototype) footgun
|
2 yıl önce |
Linus Groh
|
049e99b5f0
LibJS: Convert StringObject::create() to NonnullGCPtr
|
2 yıl önce |
Linus Groh
|
525f22d018
LibJS: Replace standalone js_string() with PrimitiveString::create()
|
2 yıl önce |
Linus Groh
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 yıl önce |
Linus Groh
|
e992a9f469
LibJS+LibWeb: Replace GlobalObject with Realm in Heap::allocate<T>()
|
2 yıl önce |
Linus Groh
|
b99cc7d050
LibJS+LibWeb: Replace GlobalObject with Realm in create() functions
|
2 yıl önce |
Linus Groh
|
5dd5896588
LibJS+LibWeb: Replace GlobalObject with Realm in initialize() functions
|
2 yıl önce |
Linus Groh
|
9f3f3b0864
LibJS: Remove implicit wrapping/unwrapping of completion records
|
3 yıl önce |
Linus Groh
|
ce659e5eeb
LibJS: Remove assertions that are now part of structured headers
|
3 yıl önce |
Lenny Maiorani
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 yıl önce |
Anonymous
|
745b998774
LibJS: Get rid of unnecessary work from canonical_numeric_index_string
|
3 yıl önce |
Andreas Kling
|
4b412e8fee
Revert "LibJS: Get rid of unnecessary work from canonical_numeric_index_string"
|
3 yıl önce |
Anonymous
|
3a184f7841
LibJS: Get rid of unnecessary work from canonical_numeric_index_string
|
3 yıl önce |
Linus Groh
|
bc183dbbcb
LibJS: Replace uses of MarkedValueList with MarkedVector<Value>
|
3 yıl önce |
Linus Groh
|
6f20f49b21
Everywhere: Rename JS::PropertyKey variables from property_{name => key}
|
3 yıl önce |
Linus Groh
|
a20b189eab
LibJS: Fix incorrectly formatted section comments
|
3 yıl önce |
Andreas Kling
|
398c181c79
LibJS: Rename PropertyName to PropertyKey
|
3 yıl önce |
Linus Groh
|
4d5bd092ea
LibJS: Use MUST() where applicable
|
3 yıl önce |
Linus Groh
|
ee8380edea
LibJS: Convert internal_own_property_keys() to ThrowCompletionOr
|
3 yıl önce |
Linus Groh
|
5da210125e
LibJS: Convert internal_define_own_property() to ThrowCompletionOr
|
3 yıl önce |
Linus Groh
|
0e69a6e487
LibJS: Convert internal_get_own_property() to ThrowCompletionOr
|
3 yıl önce |
Andreas Kling
|
d42d655853
LibJS+LibWeb+Spreadsheet: Upcall visit_edges() via Base typedef
|
3 yıl önce |
Timothy Flynn
|
2bba20d123
LibJS: Report string properties using UTF-16 code units
|
4 yıl önce |
Timothy Flynn
|
a2e734d202
LibJS: Report string length as the code point length, not byte length
|
4 yıl önce |
Idan Horowitz
|
a6b8291a9b
LibJS: Add define_direct_property and remove the define_property helper
|
4 yıl önce |
davidot
|
c52d515028
LibJS: Make AbstractOperations::canonical_num... take a PropertyName
|
4 yıl önce |
Linus Groh
|
09bd5f8772
LibJS: Rewrite most of Object for spec compliance :^)
|
4 yıl önce |