.. |
Intl
|
66770de264
LibJS: Convert Intl.NumberFormat functions to ThrowCompletionOr
|
3 years ago |
Temporal
|
306c25f3c2
LibJS: Convert the NumberToBigInt AO to ThrowCompletionOr
|
3 years ago |
AbstractOperations.cpp
|
13ead80ee6
LibJS: Add PrivateEnvironment
|
3 years ago |
AbstractOperations.h
|
13ead80ee6
LibJS: Add PrivateEnvironment
|
3 years ago |
Accessor.h
|
ab594e5f2f
LibJS: Convert Value::invoke and VM::call to ThrowCompletionOr
|
3 years ago |
AggregateError.cpp
|
c503a28e19
LibJS: Make AggregateError inherit from Error
|
4 years ago |
AggregateError.h
|
c503a28e19
LibJS: Make AggregateError inherit from Error
|
4 years ago |
AggregateErrorConstructor.cpp
|
5832de62fe
LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr
|
3 years ago |
AggregateErrorConstructor.h
|
5832de62fe
LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr
|
3 years ago |
AggregateErrorPrototype.cpp
|
a6b8291a9b
LibJS: Add define_direct_property and remove the define_property helper
|
4 years ago |
AggregateErrorPrototype.h
|
cbd7437d40
LibJS: Implement AggregateError
|
4 years ago |
ArgumentsObject.cpp
|
3be26f56db
LibJS: Convert has_own_property() to ThrowCompletionOr
|
3 years ago |
ArgumentsObject.h
|
fbfb0bb908
LibJS: Convert internal_delete() to ThrowCompletionOr
|
3 years ago |
Array.cpp
|
db5df26841
LibJS: Convert Array AOs to ThrowCompletionOr
|
3 years ago |
Array.h
|
db5df26841
LibJS: Convert Array AOs to ThrowCompletionOr
|
3 years ago |
ArrayBuffer.cpp
|
1fba5ca8c3
LibJS: Implement the AllocateArrayBuffer() AO
|
3 years ago |
ArrayBuffer.h
|
750da61c0f
LibJS: Convert to_u8_clamp() to ThrowCompletionOr
|
3 years ago |
ArrayBufferConstructor.cpp
|
5832de62fe
LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr
|
3 years ago |
ArrayBufferConstructor.h
|
5832de62fe
LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr
|
3 years ago |
ArrayBufferPrototype.cpp
|
e26d9f419b
LibJS: Remove vm.construct and it's usages
|
3 years ago |
ArrayBufferPrototype.h
|
20163c0584
LibJS: Add ThrowCompletionOr versions of the JS native function macros
|
3 years ago |
ArrayConstructor.cpp
|
36aef8ee95
LibJS: Convert ArrayConstructor functions to ThrowCompletionOr
|
3 years ago |
ArrayConstructor.h
|
36aef8ee95
LibJS: Convert ArrayConstructor functions to ThrowCompletionOr
|
3 years ago |
ArrayIterator.cpp
|
e5753443ae
LibJS: Consistently make prototype the last argument in Object ctors
|
4 years ago |
ArrayIterator.h
|
e5753443ae
LibJS: Consistently make prototype the last argument in Object ctors
|
4 years ago |
ArrayIteratorPrototype.cpp
|
40eb3a39d4
LibJS: Rename define_native_function => define_old_native_function
|
3 years ago |
ArrayIteratorPrototype.h
|
20163c0584
LibJS: Add ThrowCompletionOr versions of the JS native function macros
|
3 years ago |
ArrayPrototype.cpp
|
d655a0a42e
LibJS: Add "at" to Array.prototype[@@unscopables]
|
3 years ago |
ArrayPrototype.h
|
0f5cfe975f
LibJS: Convert ArrayPrototype functions to ThrowCompletionsOr
|
3 years ago |
AtomicsObject.cpp
|
20f73d2abc
LibJS: Convert Atomics functions to ThrowCompletionOr
|
3 years ago |
AtomicsObject.h
|
20f73d2abc
LibJS: Convert Atomics functions to ThrowCompletionOr
|
3 years ago |
BigInt.cpp
|
306c25f3c2
LibJS: Convert the NumberToBigInt AO to ThrowCompletionOr
|
3 years ago |
BigInt.h
|
306c25f3c2
LibJS: Convert the NumberToBigInt AO to ThrowCompletionOr
|
3 years ago |
BigIntConstructor.cpp
|
306c25f3c2
LibJS: Convert the NumberToBigInt AO to ThrowCompletionOr
|
3 years ago |
BigIntConstructor.h
|
5832de62fe
LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr
|
3 years ago |
BigIntObject.cpp
|
d42d655853
LibJS+LibWeb+Spreadsheet: Upcall visit_edges() via Base typedef
|
3 years ago |
BigIntObject.h
|
f6cf44c3db
LibJS: Convert this_bigint_value() to ThrowCompletionOr
|
3 years ago |
BigIntPrototype.cpp
|
40eb3a39d4
LibJS: Rename define_native_function => define_old_native_function
|
3 years ago |
BigIntPrototype.h
|
20163c0584
LibJS: Add ThrowCompletionOr versions of the JS native function macros
|
3 years ago |
BooleanConstructor.cpp
|
5832de62fe
LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr
|
3 years ago |
BooleanConstructor.h
|
5832de62fe
LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr
|
3 years ago |
BooleanObject.cpp
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 years ago |
BooleanObject.h
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 years ago |
BooleanPrototype.cpp
|
40eb3a39d4
LibJS: Rename define_native_function => define_old_native_function
|
3 years ago |
BooleanPrototype.h
|
20163c0584
LibJS: Add ThrowCompletionOr versions of the JS native function macros
|
3 years ago |
BoundFunction.cpp
|
fe5c2b7bb9
LibJS: Decouple new_function_environment() from FunctionObject
|
3 years ago |
BoundFunction.h
|
fe5c2b7bb9
LibJS: Decouple new_function_environment() from FunctionObject
|
3 years ago |
CommonPropertyNames.h
|
5910a41adb
LibJS: Implement ShadowRealm.prototype.importValue()
|
3 years ago |
Completion.h
|
894834b5d5
LibJS: Allow construction of ThrowCompletionOr<Value> from non-Value
|
3 years ago |
ConsoleObject.cpp
|
40eb3a39d4
LibJS: Rename define_native_function => define_old_native_function
|
3 years ago |
ConsoleObject.h
|
20163c0584
LibJS: Add ThrowCompletionOr versions of the JS native function macros
|
3 years ago |
DataView.cpp
|
d42d655853
LibJS+LibWeb+Spreadsheet: Upcall visit_edges() via Base typedef
|
3 years ago |
DataView.h
|
e5753443ae
LibJS: Consistently make prototype the last argument in Object ctors
|
4 years ago |
DataViewConstructor.cpp
|
5832de62fe
LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr
|
3 years ago |
DataViewConstructor.h
|
5832de62fe
LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr
|
3 years ago |
DataViewPrototype.cpp
|
40eb3a39d4
LibJS: Rename define_native_function => define_old_native_function
|
3 years ago |
DataViewPrototype.h
|
20163c0584
LibJS: Add ThrowCompletionOr versions of the JS native function macros
|
3 years ago |
Date.cpp
|
be28a6142b
LibJS: Convert to_integer_or_infinity() to ThrowCompletionOr
|
3 years ago |
Date.h
|
0c63f0bf73
LibJS: Parse date strings like "Wed Apr 17 23:08:53 +0000 2019"
|
3 years ago |
DateConstructor.cpp
|
ba39a54bb8
LibJS: Convert DateConstructor functions to ThrowCompletionOr
|
3 years ago |
DateConstructor.h
|
ba39a54bb8
LibJS: Convert DateConstructor functions to ThrowCompletionOr
|
3 years ago |
DatePrototype.cpp
|
2b87f77578
LibJS: Convert DatePrototype functions to ThrowCompletionOr
|
3 years ago |
DatePrototype.h
|
2b87f77578
LibJS: Convert DatePrototype functions to ThrowCompletionOr
|
3 years ago |
DeclarativeEnvironment.cpp
|
01370136ee
LibJS: Convert delete_binding() to ThrowCompletionOr
|
3 years ago |
DeclarativeEnvironment.h
|
01370136ee
LibJS: Convert delete_binding() to ThrowCompletionOr
|
3 years ago |
ECMAScriptFunctionObject.cpp
|
9c9aaf4d4f
LibJS: Don't VERIFY that a function is Regular when executing in AST
|
3 years ago |
ECMAScriptFunctionObject.h
|
4c8090a45d
LibJS: Use ClassFieldInitializerStatement for class fields
|
3 years ago |
Environment.cpp
|
421845b0cd
LibJS: Taint variable environment chain after non-strict direct eval()
|
3 years ago |
Environment.h
|
01370136ee
LibJS: Convert delete_binding() to ThrowCompletionOr
|
3 years ago |
EnvironmentCoordinate.h
|
0a53cf2a07
LibJS: Add missing header in EnvironmentCoordinate.h
|
3 years ago |
Error.cpp
|
f38a5957bf
LibJS: Convert has_property() to ThrowCompletionOr
|
3 years ago |
Error.h
|
867b19affb
LibJS: Convert install_error_cause() to ThrowCompletionOr
|
3 years ago |
ErrorConstructor.cpp
|
5832de62fe
LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr
|
3 years ago |
ErrorConstructor.h
|
5832de62fe
LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr
|
3 years ago |
ErrorPrototype.cpp
|
40eb3a39d4
LibJS: Rename define_native_function => define_old_native_function
|
3 years ago |
ErrorPrototype.h
|
20163c0584
LibJS: Add ThrowCompletionOr versions of the JS native function macros
|
3 years ago |
ErrorTypes.cpp
|
fcd3b9a0df
Userland: Use mattco@serenityos.org for my copyright headers
|
4 years ago |
ErrorTypes.h
|
9c9aaf4d4f
LibJS: Don't VERIFY that a function is Regular when executing in AST
|
3 years ago |
Exception.cpp
|
c2ad599783
LibJS: Rename CallFrame => ExecutionContext
|
4 years ago |
Exception.h
|
32ee195d62
LibJS: Avoid allocations in the Exception constructor
|
4 years ago |
ExecutionContext.h
|
13ead80ee6
LibJS: Add PrivateEnvironment
|
3 years ago |
FinalizationRegistry.cpp
|
83bd675477
LibJS: Make WeakContainer pruning do less work
|
3 years ago |
FinalizationRegistry.h
|
83bd675477
LibJS: Make WeakContainer pruning do less work
|
3 years ago |
FinalizationRegistryConstructor.cpp
|
5832de62fe
LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr
|
3 years ago |
FinalizationRegistryConstructor.h
|
5832de62fe
LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr
|
3 years ago |
FinalizationRegistryPrototype.cpp
|
40eb3a39d4
LibJS: Rename define_native_function => define_old_native_function
|
3 years ago |
FinalizationRegistryPrototype.h
|
20163c0584
LibJS: Add ThrowCompletionOr versions of the JS native function macros
|
3 years ago |
FunctionConstructor.cpp
|
5832de62fe
LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr
|
3 years ago |
FunctionConstructor.h
|
5832de62fe
LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr
|
3 years ago |
FunctionEnvironment.cpp
|
0881f8160f
LibJS: Use implicit ThrowCompletionOr<T> constructor where possible
|
3 years ago |
FunctionEnvironment.h
|
617d3cd3d3
LibJS: Convert bind_this_value() to ThrowCompletionOr
|
3 years ago |
FunctionObject.cpp
|
0881f8160f
LibJS: Use implicit ThrowCompletionOr<T> constructor where possible
|
3 years ago |
FunctionObject.h
|
fe5c2b7bb9
LibJS: Decouple new_function_environment() from FunctionObject
|
3 years ago |
FunctionPrototype.cpp
|
40eb3a39d4
LibJS: Rename define_native_function => define_old_native_function
|
3 years ago |
FunctionPrototype.h
|
20163c0584
LibJS: Add ThrowCompletionOr versions of the JS native function macros
|
3 years ago |
GeneratorFunctionConstructor.cpp
|
5832de62fe
LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr
|
3 years ago |
GeneratorFunctionConstructor.h
|
5832de62fe
LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr
|
3 years ago |
GeneratorFunctionPrototype.cpp
|
a6b8291a9b
LibJS: Add define_direct_property and remove the define_property helper
|
4 years ago |
GeneratorFunctionPrototype.h
|
ba9d5c4d54
LibJS: Rename Function => FunctionObject
|
4 years ago |
GeneratorObject.cpp
|
1639ed7e0a
LibJS: Convert to_double() to ThrowCompletionOr
|
3 years ago |
GeneratorObject.h
|
e37cf73300
LibJS: Rename OrdinaryFunctionObject to ECMAScriptFunctionObject
|
3 years ago |
GeneratorObjectPrototype.cpp
|
40eb3a39d4
LibJS: Rename define_native_function => define_old_native_function
|
3 years ago |
GeneratorObjectPrototype.h
|
20163c0584
LibJS: Add ThrowCompletionOr versions of the JS native function macros
|
3 years ago |
GlobalEnvironment.cpp
|
0881f8160f
LibJS: Use implicit ThrowCompletionOr<T> constructor where possible
|
3 years ago |
GlobalEnvironment.h
|
01370136ee
LibJS: Convert delete_binding() to ThrowCompletionOr
|
3 years ago |
GlobalObject.cpp
|
40eb3a39d4
LibJS: Rename define_native_function => define_old_native_function
|
3 years ago |
GlobalObject.h
|
20163c0584
LibJS: Add ThrowCompletionOr versions of the JS native function macros
|
3 years ago |
IndexedProperties.cpp
|
6108bac606
LibJS: Only do a single property lookup in internal_get_own_property()
|
3 years ago |
IndexedProperties.h
|
c351b4ad0d
LibJS: Stop using a native property for Array lengths
|
4 years ago |
IteratorOperations.cpp
|
03b251a704
LibJS: Convert IterableToList AO to ThrowCompletionOr
|
3 years ago |
IteratorOperations.h
|
03b251a704
LibJS: Convert IterableToList AO to ThrowCompletionOr
|
3 years ago |
IteratorPrototype.cpp
|
40eb3a39d4
LibJS: Rename define_native_function => define_old_native_function
|
3 years ago |
IteratorPrototype.h
|
20163c0584
LibJS: Add ThrowCompletionOr versions of the JS native function macros
|
3 years ago |
JSONObject.cpp
|
db5df26841
LibJS: Convert Array AOs to ThrowCompletionOr
|
3 years ago |
JSONObject.h
|
20163c0584
LibJS: Add ThrowCompletionOr versions of the JS native function macros
|
3 years ago |
JobCallback.h
|
ab594e5f2f
LibJS: Convert Value::invoke and VM::call to ThrowCompletionOr
|
3 years ago |
Map.cpp
|
d42d655853
LibJS+LibWeb+Spreadsheet: Upcall visit_edges() via Base typedef
|
3 years ago |
Map.h
|
a27fbfd45f
LibJS: Use OrderedHashMap instead of HashMap in the Map built-in
|
4 years ago |
MapConstructor.cpp
|
5832de62fe
LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr
|
3 years ago |
MapConstructor.h
|
5832de62fe
LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr
|
3 years ago |
MapIterator.cpp
|
e5753443ae
LibJS: Consistently make prototype the last argument in Object ctors
|
4 years ago |
MapIterator.h
|
e5753443ae
LibJS: Consistently make prototype the last argument in Object ctors
|
4 years ago |
MapIteratorPrototype.cpp
|
40eb3a39d4
LibJS: Rename define_native_function => define_old_native_function
|
3 years ago |
MapIteratorPrototype.h
|
20163c0584
LibJS: Add ThrowCompletionOr versions of the JS native function macros
|
3 years ago |
MapPrototype.cpp
|
40eb3a39d4
LibJS: Rename define_native_function => define_old_native_function
|
3 years ago |
MapPrototype.h
|
20163c0584
LibJS: Add ThrowCompletionOr versions of the JS native function macros
|
3 years ago |
MarkedValueList.cpp
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 years ago |
MarkedValueList.h
|
5a0cdb15b0
AK+Everywhere: Reduce the number of template parameters of IntrusiveList
|
3 years ago |
MathObject.cpp
|
40eb3a39d4
LibJS: Rename define_native_function => define_old_native_function
|
3 years ago |
MathObject.h
|
20163c0584
LibJS: Add ThrowCompletionOr versions of the JS native function macros
|
3 years ago |
NativeFunction.cpp
|
5832de62fe
LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr
|
3 years ago |
NativeFunction.h
|
5832de62fe
LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr
|
3 years ago |
NumberConstructor.cpp
|
5832de62fe
LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr
|
3 years ago |
NumberConstructor.h
|
5832de62fe
LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr
|
3 years ago |
NumberObject.cpp
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 years ago |
NumberObject.h
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 years ago |
NumberPrototype.cpp
|
40eb3a39d4
LibJS: Rename define_native_function => define_old_native_function
|
3 years ago |
NumberPrototype.h
|
20163c0584
LibJS: Add ThrowCompletionOr versions of the JS native function macros
|
3 years ago |
Object.cpp
|
0881f8160f
LibJS: Use implicit ThrowCompletionOr<T> constructor where possible
|
3 years ago |
Object.h
|
d94b5e511f
LibJS: Add slot [[PrivateElements]] and related methods to Object
|
3 years ago |
ObjectConstructor.cpp
|
5ff7d7945d
LibJS: Use ECMA-262 spec URL for Object.hasOwn() (now stage 4)
|
3 years ago |
ObjectConstructor.h
|
5832de62fe
LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr
|
3 years ago |
ObjectEnvironment.cpp
|
01370136ee
LibJS: Convert delete_binding() to ThrowCompletionOr
|
3 years ago |
ObjectEnvironment.h
|
01370136ee
LibJS: Convert delete_binding() to ThrowCompletionOr
|
3 years ago |
ObjectPrototype.cpp
|
40eb3a39d4
LibJS: Rename define_native_function => define_old_native_function
|
3 years ago |
ObjectPrototype.h
|
20163c0584
LibJS: Add ThrowCompletionOr versions of the JS native function macros
|
3 years ago |
PrimitiveString.cpp
|
f290c59dd8
LibJS: Keep track of PrimitiveStrings and share them
|
3 years ago |
PrimitiveString.h
|
b85b8ca350
LibJS: Reduce UTF-8 to UTF-16 transcoding when only UTF-16 is wanted
|
3 years ago |
PrivateEnvironment.cpp
|
16cc82460f
LibJS: Add parsing and evaluation of private fields and methods
|
3 years ago |
PrivateEnvironment.h
|
13ead80ee6
LibJS: Add PrivateEnvironment
|
3 years ago |
Promise.cpp
|
81bdb20c61
LibJS: Convert the PromiseResolve AO to ThrowCompletionOr
|
3 years ago |
Promise.h
|
81bdb20c61
LibJS: Convert the PromiseResolve AO to ThrowCompletionOr
|
3 years ago |
PromiseConstructor.cpp
|
5af8f72d54
LibJS: Convert PromiseConstructor functions to ThrowCompletionOr
|
3 years ago |
PromiseConstructor.h
|
5af8f72d54
LibJS: Convert PromiseConstructor functions to ThrowCompletionOr
|
3 years ago |
PromiseJobs.cpp
|
5832de62fe
LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr
|
3 years ago |
PromiseJobs.h
|
5832de62fe
LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr
|
3 years ago |
PromisePrototype.cpp
|
35faf50941
LibJS: Convert PromisePrototype functions to ThrowCompletionOr
|
3 years ago |
PromisePrototype.h
|
35faf50941
LibJS: Convert PromisePrototype functions to ThrowCompletionOr
|
3 years ago |
PromiseReaction.cpp
|
0d602c5ec5
LibJS: Convert the NewPromiseCapability AO to ThrowCompletionOr
|
3 years ago |
PromiseReaction.h
|
0d602c5ec5
LibJS: Convert the NewPromiseCapability AO to ThrowCompletionOr
|
3 years ago |
PromiseResolvingElementFunctions.cpp
|
5832de62fe
LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr
|
3 years ago |
PromiseResolvingElementFunctions.h
|
5832de62fe
LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr
|
3 years ago |
PromiseResolvingFunction.cpp
|
5832de62fe
LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr
|
3 years ago |
PromiseResolvingFunction.h
|
5832de62fe
LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr
|
3 years ago |
PropertyAttributes.h
|
a95b321bf1
LibJS: Add missing headers
|
3 years ago |
PropertyDescriptor.cpp
|
d7d73f9100
LibJS: Convert to_property_descriptor() to ThrowCompletionOr
|
3 years ago |
PropertyDescriptor.h
|
d7d73f9100
LibJS: Convert to_property_descriptor() to ThrowCompletionOr
|
3 years ago |
PropertyName.h
|
4d8912a92b
LibJS: Convert to_string() to ThrowCompletionOr
|
3 years ago |
PrototypeObject.h
|
2fa9422b3b
LibJS: Convert PrototypeObject::typed_this_value() to ThrowCompletionOr
|
3 years ago |
ProxyConstructor.cpp
|
5832de62fe
LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr
|
3 years ago |
ProxyConstructor.h
|
5832de62fe
LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr
|
3 years ago |
ProxyObject.cpp
|
0881f8160f
LibJS: Use implicit ThrowCompletionOr<T> constructor where possible
|
3 years ago |
ProxyObject.h
|
021691753d
LibJS: Fix that proxy always said that it had a [[Construct]] slot
|
3 years ago |
Realm.cpp
|
cbbf4abb0d
LibJS: Add a way to get from a GlobalObject to its associated Realm
|
3 years ago |
Realm.h
|
cbbf4abb0d
LibJS: Add a way to get from a GlobalObject to its associated Realm
|
3 years ago |
Reference.cpp
|
c7a6572789
LibJS: Add private references
|
3 years ago |
Reference.h
|
c7a6572789
LibJS: Add private references
|
3 years ago |
ReflectObject.cpp
|
e26d9f419b
LibJS: Remove vm.construct and it's usages
|
3 years ago |
ReflectObject.h
|
20163c0584
LibJS: Add ThrowCompletionOr versions of the JS native function macros
|
3 years ago |
RegExpConstructor.cpp
|
e3181a7ded
LibJS: Convert RegExpConstructor functions to ThrowCompletionOr
|
3 years ago |
RegExpConstructor.h
|
e3181a7ded
LibJS: Convert RegExpConstructor functions to ThrowCompletionOr
|
3 years ago |
RegExpObject.cpp
|
844be7a0a5
LibJS: Convert the RegExpCreate AO to ThrowCompletionOr
|
3 years ago |
RegExpObject.h
|
844be7a0a5
LibJS: Convert the RegExpCreate AO to ThrowCompletionOr
|
3 years ago |
RegExpPrototype.cpp
|
e503b60bdc
LibJS: Convert a few TRYs to MUST in RegExp.prototype
|
3 years ago |
RegExpPrototype.h
|
063ce946b7
LibJS: Convert RegExpPrototype functions to ThrowCompletionOr
|
3 years ago |
RegExpStringIterator.cpp
|
d42d655853
LibJS+LibWeb+Spreadsheet: Upcall visit_edges() via Base typedef
|
3 years ago |
RegExpStringIterator.h
|
34bd25f6c2
LibJS: Reduce copying of string data in RegExp.prototype
|
3 years ago |
RegExpStringIteratorPrototype.cpp
|
2ab089fa21
LibJS: Convert RegExpStringIteratorPrototype to ThrowCompletionOr
|
3 years ago |
RegExpStringIteratorPrototype.h
|
2ab089fa21
LibJS: Convert RegExpStringIteratorPrototype to ThrowCompletionOr
|
3 years ago |
Set.cpp
|
d42d655853
LibJS+LibWeb+Spreadsheet: Upcall visit_edges() via Base typedef
|
3 years ago |
Set.h
|
08ff148bc3
LibJS: Use OrderedHashTable instead of HashTable in the Set built-in
|
4 years ago |
SetConstructor.cpp
|
5832de62fe
LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr
|
3 years ago |
SetConstructor.h
|
5832de62fe
LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr
|
3 years ago |
SetIterator.cpp
|
e5753443ae
LibJS: Consistently make prototype the last argument in Object ctors
|
4 years ago |
SetIterator.h
|
e5753443ae
LibJS: Consistently make prototype the last argument in Object ctors
|
4 years ago |
SetIteratorPrototype.cpp
|
40eb3a39d4
LibJS: Rename define_native_function => define_old_native_function
|
3 years ago |
SetIteratorPrototype.h
|
20163c0584
LibJS: Add ThrowCompletionOr versions of the JS native function macros
|
3 years ago |
SetPrototype.cpp
|
40eb3a39d4
LibJS: Rename define_native_function => define_old_native_function
|
3 years ago |
SetPrototype.h
|
20163c0584
LibJS: Add ThrowCompletionOr versions of the JS native function macros
|
3 years ago |
ShadowRealm.cpp
|
0d602c5ec5
LibJS: Convert the NewPromiseCapability AO to ThrowCompletionOr
|
3 years ago |
ShadowRealm.h
|
5910a41adb
LibJS: Implement ShadowRealm.prototype.importValue()
|
3 years ago |
ShadowRealmConstructor.cpp
|
5832de62fe
LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr
|
3 years ago |
ShadowRealmConstructor.h
|
5832de62fe
LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr
|
3 years ago |
ShadowRealmPrototype.cpp
|
40eb3a39d4
LibJS: Rename define_native_function => define_old_native_function
|
3 years ago |
ShadowRealmPrototype.h
|
20163c0584
LibJS: Add ThrowCompletionOr versions of the JS native function macros
|
3 years ago |
Shape.cpp
|
6a1b82df2b
LibJS: Put zombie cell tracking code behind a compile-time flag
|
3 years ago |
Shape.h
|
6a1b82df2b
LibJS: Put zombie cell tracking code behind a compile-time flag
|
3 years ago |
StringConstructor.cpp
|
28e1e03234
LibJS: Convert StringConstructor functions to ThrowCompletionOr
|
3 years ago |
StringConstructor.h
|
28e1e03234
LibJS: Convert StringConstructor functions to ThrowCompletionOr
|
3 years ago |
StringIterator.cpp
|
e5753443ae
LibJS: Consistently make prototype the last argument in Object ctors
|
4 years ago |
StringIterator.h
|
e5753443ae
LibJS: Consistently make prototype the last argument in Object ctors
|
4 years ago |
StringIteratorPrototype.cpp
|
40eb3a39d4
LibJS: Rename define_native_function => define_old_native_function
|
3 years ago |
StringIteratorPrototype.h
|
20163c0584
LibJS: Add ThrowCompletionOr versions of the JS native function macros
|
3 years ago |
StringObject.cpp
|
4d5bd092ea
LibJS: Use MUST() where applicable
|
3 years ago |
StringObject.h
|
60366ae032
LibJS: Convert this_string_value() to ThrowCompletionOr
|
3 years ago |
StringOrSymbol.h
|
53a8a11973
LibJS: Make StringOrSymbol always be FlyString in the string case
|
4 years ago |
StringPrototype.cpp
|
844be7a0a5
LibJS: Convert the RegExpCreate AO to ThrowCompletionOr
|
3 years ago |
StringPrototype.h
|
18c2d537c7
LibJS: Convert StringPrototype functions to ThrowCompletionOr
|
3 years ago |
Symbol.cpp
|
dac971b4ae
LibJS: Store and return undefined Symbol description
|
4 years ago |
Symbol.h
|
dac971b4ae
LibJS: Store and return undefined Symbol description
|
4 years ago |
SymbolConstructor.cpp
|
5832de62fe
LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr
|
3 years ago |
SymbolConstructor.h
|
5832de62fe
LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr
|
3 years ago |
SymbolObject.cpp
|
d42d655853
LibJS+LibWeb+Spreadsheet: Upcall visit_edges() via Base typedef
|
3 years ago |
SymbolObject.h
|
dac971b4ae
LibJS: Store and return undefined Symbol description
|
4 years ago |
SymbolPrototype.cpp
|
40eb3a39d4
LibJS: Rename define_native_function => define_old_native_function
|
3 years ago |
SymbolPrototype.h
|
20163c0584
LibJS: Add ThrowCompletionOr versions of the JS native function macros
|
3 years ago |
TemporaryClearException.h
|
b0faf2287a
LibJS: Use linusg@serenityos.org for my new copyright headers, too
|
4 years ago |
TypedArray.cpp
|
3edf86462b
LibJS: Convert typed_array_from to ThrowCompletionOr
|
3 years ago |
TypedArray.h
|
3edf86462b
LibJS: Convert typed_array_from to ThrowCompletionOr
|
3 years ago |
TypedArrayConstructor.cpp
|
f7bafea661
LibJS: Convert TypedArrayConstructor functions to ThrowCompletionOr
|
3 years ago |
TypedArrayConstructor.h
|
f7bafea661
LibJS: Convert TypedArrayConstructor functions to ThrowCompletionOr
|
3 years ago |
TypedArrayPrototype.cpp
|
92b25cacd1
LibJS: Convert TypedArrayPrototype functions to ThrowCompletionOr
|
3 years ago |
TypedArrayPrototype.h
|
92b25cacd1
LibJS: Convert TypedArrayPrototype functions to ThrowCompletionOr
|
3 years ago |
Utf16String.cpp
|
024367d82e
LibJS+AK: Use Vector<u16, 1> for UTF-16 string storage
|
3 years ago |
Utf16String.h
|
024367d82e
LibJS+AK: Use Vector<u16, 1> for UTF-16 string storage
|
3 years ago |
VM.cpp
|
e26d9f419b
LibJS: Remove vm.construct and it's usages
|
3 years ago |
VM.h
|
53af66d57d
LibJS: Move ordinary_call_bind_this() to ECMAScriptFunctionObject
|
3 years ago |
Value.cpp
|
0881f8160f
LibJS: Use implicit ThrowCompletionOr<T> constructor where possible
|
3 years ago |
Value.h
|
545d403f6b
LibJS: Convert Value operator AOs to ThrowCompletionOr
|
3 years ago |
WeakContainer.cpp
|
cdc1315dc8
LibJS: Use IntrusiveList for keeping track of WeakContainers
|
4 years ago |
WeakContainer.h
|
a95b321bf1
LibJS: Add missing headers
|
3 years ago |
WeakMap.cpp
|
83bd675477
LibJS: Make WeakContainer pruning do less work
|
3 years ago |
WeakMap.h
|
83bd675477
LibJS: Make WeakContainer pruning do less work
|
3 years ago |
WeakMapConstructor.cpp
|
5832de62fe
LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr
|
3 years ago |
WeakMapConstructor.h
|
5832de62fe
LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr
|
3 years ago |
WeakMapPrototype.cpp
|
40eb3a39d4
LibJS: Rename define_native_function => define_old_native_function
|
3 years ago |
WeakMapPrototype.h
|
20163c0584
LibJS: Add ThrowCompletionOr versions of the JS native function macros
|
3 years ago |
WeakRef.cpp
|
83bd675477
LibJS: Make WeakContainer pruning do less work
|
3 years ago |
WeakRef.h
|
83bd675477
LibJS: Make WeakContainer pruning do less work
|
3 years ago |
WeakRefConstructor.cpp
|
5832de62fe
LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr
|
3 years ago |
WeakRefConstructor.h
|
5832de62fe
LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr
|
3 years ago |
WeakRefPrototype.cpp
|
40eb3a39d4
LibJS: Rename define_native_function => define_old_native_function
|
3 years ago |
WeakRefPrototype.h
|
20163c0584
LibJS: Add ThrowCompletionOr versions of the JS native function macros
|
3 years ago |
WeakSet.cpp
|
83bd675477
LibJS: Make WeakContainer pruning do less work
|
3 years ago |
WeakSet.h
|
83bd675477
LibJS: Make WeakContainer pruning do less work
|
3 years ago |
WeakSetConstructor.cpp
|
5832de62fe
LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr
|
3 years ago |
WeakSetConstructor.h
|
5832de62fe
LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr
|
3 years ago |
WeakSetPrototype.cpp
|
40eb3a39d4
LibJS: Rename define_native_function => define_old_native_function
|
3 years ago |
WeakSetPrototype.h
|
20163c0584
LibJS: Add ThrowCompletionOr versions of the JS native function macros
|
3 years ago |
WrappedFunction.cpp
|
50f8755792
LibJS: Implement Wrapped Function Exotic Objects
|
3 years ago |
WrappedFunction.h
|
50f8755792
LibJS: Implement Wrapped Function Exotic Objects
|
3 years ago |