davidot
|
a746739cb0
LibJS: Add an initialize binding hint to all initialize_binding methods
|
2 years ago |
Timothy Flynn
|
9f78e8728a
LibJS: Port (most of) String.prototype to String
|
2 years ago |
Timothy Flynn
|
f3db548a3d
AK+Everywhere: Rename FlyString to DeprecatedFlyString
|
2 years ago |
Timothy Flynn
|
d0403ec14f
AK+Everywhere: Rename Utf16View::to_utf8 to to_deprecated_string
|
2 years ago |
Timothy Flynn
|
57b918807e
LibJS: Handle OOM errors in the GetSubstitution AO
|
2 years ago |
Timothy Flynn
|
115baa7e32
LibJS+Everywhere: Make PrimitiveString and Utf16String fallible
|
2 years ago |
Timothy Flynn
|
d793262beb
AK+Everywhere: Make UTF-16 to UTF-8 converter fallible
|
2 years ago |
Timothy Flynn
|
425c168ded
AK+LibJS+LibRegex: Define an alias for UTF-16 string data storage
|
2 years ago |
Linus Groh
|
e785c66f91
LibJS: Convert get_this_environment() to NonnullGCPtr
|
2 years ago |
Linus Groh
|
c132064ee9
LibJS: Convert new_private_environment() to NonnullGCPtr
|
2 years ago |
Linus Groh
|
208be8b86d
LibJS: Convert new_function_environment() to NonnullGCPtr
|
2 years ago |
Linus Groh
|
111a38c464
LibJS: Convert new_object_environment() to NonnullGCPtr
|
2 years ago |
Linus Groh
|
107e06a396
LibJS: Convert new_declarative_environment() to NonnullGCPtr
|
2 years ago |
Linus Groh
|
bd40464195
LibJS: Convert standalone construct() to NonnullGCPtr
|
2 years ago |
Linus Groh
|
03acbf0beb
LibJS: Convert FunctionObject::internal_construct() to NonnullGCPtr
|
2 years ago |
Linus Groh
|
22089436ed
LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr
|
2 years ago |
Linus Groh
|
ddc6e139a6
LibJS: Convert Object::create() to NonnullGCPtr
|
2 years ago |
Linus Groh
|
73efdb1cc4
LibJS: Convert ECMAScriptFunctionObject::create() to NonnullGCPtr
|
2 years ago |
Linus Groh
|
2b92c15b34
LibJS: Convert Accessor::create() to NonnullGCPtr
|
2 years ago |
Linus Groh
|
172738222c
LibJS: Update get_substitution() section number & parameter name
|
2 years ago |
Linus Groh
|
19ea0d8dcf
LibJS: Add spec comments to get_this_environment()
|
2 years ago |
Linus Groh
|
c6638f53c0
LibJS: Add spec comments to new_object_environment()
|
2 years ago |
Linus Groh
|
1cd46af7b0
LibJS: Add spec comments to new_declarative_environment()
|
2 years ago |
Linus Groh
|
d51ab20aaa
LibJS: Add spec comment to length_of_array_like()
|
2 years ago |
Linus Groh
|
57dc179b1f
Everywhere: Rename to_{string => deprecated_string}() where applicable
|
2 years ago |
Linus Groh
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 years ago |
Andreas Kling
|
835d7aac96
LibJS: Make FunctionNode::Parameter be a standalone FunctionParameter
|
2 years ago |
Andreas Kling
|
f7a252ae85
LibJS: Fix UTF-16 corruption in String.prototype.replace()
|
2 years ago |
davidot
|
8fa6861f66
LibJS: Initialize functions in spec order
|
2 years ago |
davidot
|
6805ded21d
LibJS: Make canonical_numeric_index_string use the new double parser
|
2 years ago |