Ali Mohammad Pur
|
17087ac4a2
LibJS: Unescape incorrectly escaped code units in regex patterns
|
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ļ |
Timothy Flynn
|
32502fceed
LibJS: Update spec numbers/steps for RegExp unicode sets flag proposal
|
2 gadi atpakaļ |
Timothy Flynn
|
9407e05a3c
LibJS: Update RegExp spec numbers to match re-ordering within the spec
|
2 gadi atpakaļ |
Linus Groh
|
b84f8fb55b
LibJS: Make intrinsics getters return NonnullGCPtr
|
2 gadi atpakaļ |
Ali Mohammad Pur
|
b409a40377
LibJS: Actually escape \n|\r|LS|PS when escaping RegExp.source
|
2 gadi atpakaļ |
Ali Mohammad Pur
|
bcfbe0fbf7
LibJS: Manually loop over escaped regex pattern instead of ::replace()
|
2 gadi atpakaļ |
Nico Weber
|
3c8bfa4662
LibJS: Keep escaping forward slashes
|
2 gadi atpakaļ |
Ali Mohammad Pur
|
5dce916a50
LibJS: Don't escape backslashes in RegExp.source
|
2 gadi atpakaļ |
Timothy Flynn
|
b75b7f0c0d
LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate
|
2 gadi atpakaļ |
Timothy Flynn
|
2692db8699
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
|
2 gadi atpakaļ |
Linus Groh
|
6e7459322d
AK: Remove StringBuilder::build() in favor of to_deprecated_string()
|
2 gadi atpakaļ |
Timothy Flynn
|
afeb7273cc
LibJS+Everywhere: Rename Value::to_string to to_deprecated_string
|
2 gadi atpakaļ |
Timothy Flynn
|
1edb96376b
AK+Everywhere: Make UTF-8 and UTF-32 to UTF-16 converters fallible
|
2 gadi atpakaļ |
Linus Groh
|
1c24b82dd7
LibJS: Convert ordinary_create_from_constructor() to NonnullGCPtr
|
2 gadi atpakaļ |
Linus Groh
|
22089436ed
LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr
|
2 gadi atpakaļ |
Andreas Kling
|
4abdb68655
LibJS: Remove Object(Object& prototype) footgun
|
2 gadi atpakaļ |
Linus Groh
|
cad40ec953
LibJS: Convert RegExpObject::create() to NonnullGCPtr
|
2 gadi atpakaļ |
Linus Groh
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 gadi atpakaļ |
leeight
|
0d96468e9b
LibJS: Implement RegExp legacy static properties
|
2 gadi atpakaļ |
Linus Groh
|
9e6475d76d
LibJS: Add spec comments to RegExpObject
|
2 gadi atpakaļ |
Linus Groh
|
1da66b5879
LibJS: Implement the RegExpAlloc AO
|
2 gadi atpakaļ |
Linus Groh
|
50428ea8d2
LibJS: Move intrinsics to the realm
|
2 gadi atpakaļ |
Linus Groh
|
f0b793db74
LibJS: Replace GlobalObject with VM in RegExp AOs [Part 9/19]
|
2 gadi atpakaļ |
Linus Groh
|
a022e548b8
LibJS: Replace GlobalObject with VM in Value AOs [Part 4/19]
|
2 gadi atpakaļ |
Linus Groh
|
f3117d46dc
LibJS: Remove GlobalObject from VM::throw_completion()
|
2 gadi atpakaļ |
Linus Groh
|
e992a9f469
LibJS+LibWeb: Replace GlobalObject with Realm in Heap::allocate<T>()
|
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ļ |