.. |
Intl
|
398c181c79
LibJS: Rename PropertyName to PropertyKey
|
3 năm trước cách đây |
Temporal
|
09d1db5afd
LibJS: Clarify mathematical types in Temporal AOs and functions
|
3 năm trước cách đây |
AbstractOperations.cpp
|
5a099b98cd
LibJS: Make eval() code run in the bytecode VM
|
3 năm trước cách đây |
AbstractOperations.h
|
75f2510de9
LibJS: Make make_super_property_reference() take a PropertyKey
|
3 năm trước cách đây |
Accessor.h
|
ab594e5f2f
LibJS: Convert Value::invoke and VM::call to ThrowCompletionOr
|
3 năm trước cách đây |
AggregateError.cpp
|
c503a28e19
LibJS: Make AggregateError inherit from Error
|
4 năm trước cách đây |
AggregateError.h
|
c503a28e19
LibJS: Make AggregateError inherit from Error
|
4 năm trước cách đây |
AggregateErrorConstructor.cpp
|
5832de62fe
LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr
|
3 năm trước cách đây |
AggregateErrorConstructor.h
|
5832de62fe
LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr
|
3 năm trước cách đây |
AggregateErrorPrototype.cpp
|
a6b8291a9b
LibJS: Add define_direct_property and remove the define_property helper
|
4 năm trước cách đây |
AggregateErrorPrototype.h
|
cbd7437d40
LibJS: Implement AggregateError
|
4 năm trước cách đây |
ArgumentsObject.cpp
|
398c181c79
LibJS: Rename PropertyName to PropertyKey
|
3 năm trước cách đây |
ArgumentsObject.h
|
398c181c79
LibJS: Rename PropertyName to PropertyKey
|
3 năm trước cách đây |
Array.cpp
|
398c181c79
LibJS: Rename PropertyName to PropertyKey
|
3 năm trước cách đây |
Array.h
|
398c181c79
LibJS: Rename PropertyName to PropertyKey
|
3 năm trước cách đây |
ArrayBuffer.cpp
|
1fba5ca8c3
LibJS: Implement the AllocateArrayBuffer() AO
|
3 năm trước cách đây |
ArrayBuffer.h
|
750da61c0f
LibJS: Convert to_u8_clamp() to ThrowCompletionOr
|
3 năm trước cách đây |
ArrayBufferConstructor.cpp
|
ffa58184d2
LibJS: Convert ArrayBufferConstructor functions to ThrowCompletionOr
|
3 năm trước cách đây |
ArrayBufferConstructor.h
|
ffa58184d2
LibJS: Convert ArrayBufferConstructor functions to ThrowCompletionOr
|
3 năm trước cách đây |
ArrayBufferPrototype.cpp
|
720bb21ee2
LibJS: Convert ArrayBufferPrototype functions to ThrowCompletionOr
|
3 năm trước cách đây |
ArrayBufferPrototype.h
|
720bb21ee2
LibJS: Convert ArrayBufferPrototype functions to ThrowCompletionOr
|
3 năm trước cách đây |
ArrayConstructor.cpp
|
36aef8ee95
LibJS: Convert ArrayConstructor functions to ThrowCompletionOr
|
3 năm trước cách đây |
ArrayConstructor.h
|
36aef8ee95
LibJS: Convert ArrayConstructor functions to ThrowCompletionOr
|
3 năm trước cách đây |
ArrayIterator.cpp
|
e5753443ae
LibJS: Consistently make prototype the last argument in Object ctors
|
4 năm trước cách đây |
ArrayIterator.h
|
e5753443ae
LibJS: Consistently make prototype the last argument in Object ctors
|
4 năm trước cách đây |
ArrayIteratorPrototype.cpp
|
719d1b48ac
LibJS: Convert ArrayIteratorPrototype functions to ThrowCompletionOr
|
3 năm trước cách đây |
ArrayIteratorPrototype.h
|
719d1b48ac
LibJS: Convert ArrayIteratorPrototype functions to ThrowCompletionOr
|
3 năm trước cách đây |
ArrayPrototype.cpp
|
398c181c79
LibJS: Rename PropertyName to PropertyKey
|
3 năm trước cách đây |
ArrayPrototype.h
|
0f5cfe975f
LibJS: Convert ArrayPrototype functions to ThrowCompletionsOr
|
3 năm trước cách đây |
AtomicsObject.cpp
|
20f73d2abc
LibJS: Convert Atomics functions to ThrowCompletionOr
|
3 năm trước cách đây |
AtomicsObject.h
|
20f73d2abc
LibJS: Convert Atomics functions to ThrowCompletionOr
|
3 năm trước cách đây |
BigInt.cpp
|
306c25f3c2
LibJS: Convert the NumberToBigInt AO to ThrowCompletionOr
|
3 năm trước cách đây |
BigInt.h
|
306c25f3c2
LibJS: Convert the NumberToBigInt AO to ThrowCompletionOr
|
3 năm trước cách đây |
BigIntConstructor.cpp
|
4128f95903
LibJS: Convert BigIntConstructor functions to ThrowCompletionOr
|
3 năm trước cách đây |
BigIntConstructor.h
|
4128f95903
LibJS: Convert BigIntConstructor functions to ThrowCompletionOr
|
3 năm trước cách đây |
BigIntObject.cpp
|
d42d655853
LibJS+LibWeb+Spreadsheet: Upcall visit_edges() via Base typedef
|
3 năm trước cách đây |
BigIntObject.h
|
f6cf44c3db
LibJS: Convert this_bigint_value() to ThrowCompletionOr
|
3 năm trước cách đây |
BigIntPrototype.cpp
|
87ff51fa67
LibJS: Convert BigIntPrototype functions to ThrowCompletionOr
|
3 năm trước cách đây |
BigIntPrototype.h
|
87ff51fa67
LibJS: Convert BigIntPrototype functions to ThrowCompletionOr
|
3 năm trước cách đây |
BooleanConstructor.cpp
|
5832de62fe
LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr
|
3 năm trước cách đây |
BooleanConstructor.h
|
5832de62fe
LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr
|
3 năm trước cách đây |
BooleanObject.cpp
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 năm trước cách đây |
BooleanObject.h
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 năm trước cách đây |
BooleanPrototype.cpp
|
08fb31087b
LibJS: Convert BooleanPrototype functions to ThrowCompletionOr
|
3 năm trước cách đây |
BooleanPrototype.h
|
08fb31087b
LibJS: Convert BooleanPrototype functions to ThrowCompletionOr
|
3 năm trước cách đây |
BoundFunction.cpp
|
fe5c2b7bb9
LibJS: Decouple new_function_environment() from FunctionObject
|
3 năm trước cách đây |
BoundFunction.h
|
fe5c2b7bb9
LibJS: Decouple new_function_environment() from FunctionObject
|
3 năm trước cách đây |
CommonPropertyNames.h
|
398c181c79
LibJS: Rename PropertyName to PropertyKey
|
3 năm trước cách đây |
Completion.h
|
894834b5d5
LibJS: Allow construction of ThrowCompletionOr<Value> from non-Value
|
3 năm trước cách đây |
ConsoleObject.cpp
|
d1d4ee699b
LibJS: Convert ConsoleObject functions to ThrowCompletionOr
|
3 năm trước cách đây |
ConsoleObject.h
|
d1d4ee699b
LibJS: Convert ConsoleObject functions to ThrowCompletionOr
|
3 năm trước cách đây |
DataView.cpp
|
d42d655853
LibJS+LibWeb+Spreadsheet: Upcall visit_edges() via Base typedef
|
3 năm trước cách đây |
DataView.h
|
e5753443ae
LibJS: Consistently make prototype the last argument in Object ctors
|
4 năm trước cách đây |
DataViewConstructor.cpp
|
5832de62fe
LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr
|
3 năm trước cách đây |
DataViewConstructor.h
|
5832de62fe
LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr
|
3 năm trước cách đây |
DataViewPrototype.cpp
|
70cbd43718
LibJS: Convert DataViewPrototype functions to ThrowCompletionOr
|
3 năm trước cách đây |
DataViewPrototype.h
|
70cbd43718
LibJS: Convert DataViewPrototype functions to ThrowCompletionOr
|
3 năm trước cách đây |
Date.cpp
|
be28a6142b
LibJS: Convert to_integer_or_infinity() to ThrowCompletionOr
|
3 năm trước cách đây |
Date.h
|
0c63f0bf73
LibJS: Parse date strings like "Wed Apr 17 23:08:53 +0000 2019"
|
3 năm trước cách đây |
DateConstructor.cpp
|
ba39a54bb8
LibJS: Convert DateConstructor functions to ThrowCompletionOr
|
3 năm trước cách đây |
DateConstructor.h
|
ba39a54bb8
LibJS: Convert DateConstructor functions to ThrowCompletionOr
|
3 năm trước cách đây |
DatePrototype.cpp
|
2b87f77578
LibJS: Convert DatePrototype functions to ThrowCompletionOr
|
3 năm trước cách đây |
DatePrototype.h
|
2b87f77578
LibJS: Convert DatePrototype functions to ThrowCompletionOr
|
3 năm trước cách đây |
DeclarativeEnvironment.cpp
|
01370136ee
LibJS: Convert delete_binding() to ThrowCompletionOr
|
3 năm trước cách đây |
DeclarativeEnvironment.h
|
01370136ee
LibJS: Convert delete_binding() to ThrowCompletionOr
|
3 năm trước cách đây |
ECMAScriptFunctionObject.cpp
|
398c181c79
LibJS: Rename PropertyName to PropertyKey
|
3 năm trước cách đây |
ECMAScriptFunctionObject.h
|
398c181c79
LibJS: Rename PropertyName to PropertyKey
|
3 năm trước cách đây |
Environment.cpp
|
421845b0cd
LibJS: Taint variable environment chain after non-strict direct eval()
|
3 năm trước cách đây |
Environment.h
|
01370136ee
LibJS: Convert delete_binding() to ThrowCompletionOr
|
3 năm trước cách đây |
EnvironmentCoordinate.h
|
0a53cf2a07
LibJS: Add missing header in EnvironmentCoordinate.h
|
3 năm trước cách đây |
Error.cpp
|
f38a5957bf
LibJS: Convert has_property() to ThrowCompletionOr
|
3 năm trước cách đây |
Error.h
|
867b19affb
LibJS: Convert install_error_cause() to ThrowCompletionOr
|
3 năm trước cách đây |
ErrorConstructor.cpp
|
5832de62fe
LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr
|
3 năm trước cách đây |
ErrorConstructor.h
|
5832de62fe
LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr
|
3 năm trước cách đây |
ErrorPrototype.cpp
|
47f762ab42
LibJS: Convert ErrorPrototype functions to ThrowCompletionOr
|
3 năm trước cách đây |
ErrorPrototype.h
|
47f762ab42
LibJS: Convert ErrorPrototype functions to ThrowCompletionOr
|
3 năm trước cách đây |
ErrorTypes.cpp
|
fcd3b9a0df
Userland: Use mattco@serenityos.org for my copyright headers
|
4 năm trước cách đây |
ErrorTypes.h
|
9c9aaf4d4f
LibJS: Don't VERIFY that a function is Regular when executing in AST
|
3 năm trước cách đây |
Exception.cpp
|
c2ad599783
LibJS: Rename CallFrame => ExecutionContext
|
4 năm trước cách đây |
Exception.h
|
32ee195d62
LibJS: Avoid allocations in the Exception constructor
|
4 năm trước cách đây |
ExecutionContext.h
|
13ead80ee6
LibJS: Add PrivateEnvironment
|
3 năm trước cách đây |
FinalizationRegistry.cpp
|
83bd675477
LibJS: Make WeakContainer pruning do less work
|
3 năm trước cách đây |
FinalizationRegistry.h
|
83bd675477
LibJS: Make WeakContainer pruning do less work
|
3 năm trước cách đây |
FinalizationRegistryConstructor.cpp
|
5832de62fe
LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr
|
3 năm trước cách đây |
FinalizationRegistryConstructor.h
|
5832de62fe
LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr
|
3 năm trước cách đây |
FinalizationRegistryPrototype.cpp
|
40eb3a39d4
LibJS: Rename define_native_function => define_old_native_function
|
3 năm trước cách đây |
FinalizationRegistryPrototype.h
|
20163c0584
LibJS: Add ThrowCompletionOr versions of the JS native function macros
|
3 năm trước cách đây |
FunctionConstructor.cpp
|
c0bb456fd2
LibJS: Convert the CreateDynamicFunction AO to ThrowCompletionOr
|
3 năm trước cách đây |
FunctionConstructor.h
|
c0bb456fd2
LibJS: Convert the CreateDynamicFunction AO to ThrowCompletionOr
|
3 năm trước cách đây |
FunctionEnvironment.cpp
|
0881f8160f
LibJS: Use implicit ThrowCompletionOr<T> constructor where possible
|
3 năm trước cách đây |
FunctionEnvironment.h
|
617d3cd3d3
LibJS: Convert bind_this_value() to ThrowCompletionOr
|
3 năm trước cách đây |
FunctionObject.cpp
|
0881f8160f
LibJS: Use implicit ThrowCompletionOr<T> constructor where possible
|
3 năm trước cách đây |
FunctionObject.h
|
fe5c2b7bb9
LibJS: Decouple new_function_environment() from FunctionObject
|
3 năm trước cách đây |
FunctionPrototype.cpp
|
2a0c51149d
LibJS: Convert FunctionPrototype functions to ThrowCompletionOr
|
3 năm trước cách đây |
FunctionPrototype.h
|
2a0c51149d
LibJS: Convert FunctionPrototype functions to ThrowCompletionOr
|
3 năm trước cách đây |
GeneratorFunctionConstructor.cpp
|
c0bb456fd2
LibJS: Convert the CreateDynamicFunction AO to ThrowCompletionOr
|
3 năm trước cách đây |
GeneratorFunctionConstructor.h
|
5832de62fe
LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr
|
3 năm trước cách đây |
GeneratorFunctionPrototype.cpp
|
a6b8291a9b
LibJS: Add define_direct_property and remove the define_property helper
|
4 năm trước cách đây |
GeneratorFunctionPrototype.h
|
ba9d5c4d54
LibJS: Rename Function => FunctionObject
|
4 năm trước cách đây |
GeneratorObject.cpp
|
1639ed7e0a
LibJS: Convert to_double() to ThrowCompletionOr
|
3 năm trước cách đây |
GeneratorObject.h
|
e37cf73300
LibJS: Rename OrdinaryFunctionObject to ECMAScriptFunctionObject
|
3 năm trước cách đây |
GeneratorObjectPrototype.cpp
|
40eb3a39d4
LibJS: Rename define_native_function => define_old_native_function
|
3 năm trước cách đây |
GeneratorObjectPrototype.h
|
20163c0584
LibJS: Add ThrowCompletionOr versions of the JS native function macros
|
3 năm trước cách đây |
GlobalEnvironment.cpp
|
0881f8160f
LibJS: Use implicit ThrowCompletionOr<T> constructor where possible
|
3 năm trước cách đây |
GlobalEnvironment.h
|
01370136ee
LibJS: Convert delete_binding() to ThrowCompletionOr
|
3 năm trước cách đây |
GlobalObject.cpp
|
40eb3a39d4
LibJS: Rename define_native_function => define_old_native_function
|
3 năm trước cách đây |
GlobalObject.h
|
398c181c79
LibJS: Rename PropertyName to PropertyKey
|
3 năm trước cách đây |
IndexedProperties.cpp
|
6108bac606
LibJS: Only do a single property lookup in internal_get_own_property()
|
3 năm trước cách đây |
IndexedProperties.h
|
c351b4ad0d
LibJS: Stop using a native property for Array lengths
|
4 năm trước cách đây |
IteratorOperations.cpp
|
03b251a704
LibJS: Convert IterableToList AO to ThrowCompletionOr
|
3 năm trước cách đây |
IteratorOperations.h
|
03b251a704
LibJS: Convert IterableToList AO to ThrowCompletionOr
|
3 năm trước cách đây |
IteratorPrototype.cpp
|
40eb3a39d4
LibJS: Rename define_native_function => define_old_native_function
|
3 năm trước cách đây |
IteratorPrototype.h
|
20163c0584
LibJS: Add ThrowCompletionOr versions of the JS native function macros
|
3 năm trước cách đây |
JSONObject.cpp
|
e7a134a346
LibJS: Convert JSONObject functions to ThrowCompletionOr
|
3 năm trước cách đây |
JSONObject.h
|
e7a134a346
LibJS: Convert JSONObject functions to ThrowCompletionOr
|
3 năm trước cách đây |
JobCallback.h
|
ab594e5f2f
LibJS: Convert Value::invoke and VM::call to ThrowCompletionOr
|
3 năm trước cách đây |
Map.cpp
|
d42d655853
LibJS+LibWeb+Spreadsheet: Upcall visit_edges() via Base typedef
|
3 năm trước cách đây |
Map.h
|
a27fbfd45f
LibJS: Use OrderedHashMap instead of HashMap in the Map built-in
|
4 năm trước cách đây |
MapConstructor.cpp
|
5832de62fe
LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr
|
3 năm trước cách đây |
MapConstructor.h
|
5832de62fe
LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr
|
3 năm trước cách đây |
MapIterator.cpp
|
e5753443ae
LibJS: Consistently make prototype the last argument in Object ctors
|
4 năm trước cách đây |
MapIterator.h
|
e5753443ae
LibJS: Consistently make prototype the last argument in Object ctors
|
4 năm trước cách đây |
MapIteratorPrototype.cpp
|
40eb3a39d4
LibJS: Rename define_native_function => define_old_native_function
|
3 năm trước cách đây |
MapIteratorPrototype.h
|
20163c0584
LibJS: Add ThrowCompletionOr versions of the JS native function macros
|
3 năm trước cách đây |
MapPrototype.cpp
|
40eb3a39d4
LibJS: Rename define_native_function => define_old_native_function
|
3 năm trước cách đây |
MapPrototype.h
|
20163c0584
LibJS: Add ThrowCompletionOr versions of the JS native function macros
|
3 năm trước cách đây |
MarkedValueList.cpp
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 năm trước cách đây |
MarkedValueList.h
|
5a0cdb15b0
AK+Everywhere: Reduce the number of template parameters of IntrusiveList
|
3 năm trước cách đây |
MathObject.cpp
|
23ea1f1a3e
LibJS: Convert MathObject functions to ThrowCompletionOr
|
3 năm trước cách đây |
MathObject.h
|
23ea1f1a3e
LibJS: Convert MathObject functions to ThrowCompletionOr
|
3 năm trước cách đây |
NativeFunction.cpp
|
5832de62fe
LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr
|
3 năm trước cách đây |
NativeFunction.h
|
5832de62fe
LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr
|
3 năm trước cách đây |
NumberConstructor.cpp
|
2c6955462e
LibJS: Convert NumberConstructor functions to ThrowCompletionOr
|
3 năm trước cách đây |
NumberConstructor.h
|
2c6955462e
LibJS: Convert NumberConstructor functions to ThrowCompletionOr
|
3 năm trước cách đây |
NumberObject.cpp
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 năm trước cách đây |
NumberObject.h
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 năm trước cách đây |
NumberPrototype.cpp
|
7f3fa7d7e0
LibJS: Convert NumberPrototype functions to ThrowCompletionOr
|
3 năm trước cách đây |
NumberPrototype.h
|
7f3fa7d7e0
LibJS: Convert NumberPrototype functions to ThrowCompletionOr
|
3 năm trước cách đây |
Object.cpp
|
7ccb8c8609
LibJS: Provide default hash traits for JS::PropertyKey
|
3 năm trước cách đây |
Object.h
|
7ccb8c8609
LibJS: Provide default hash traits for JS::PropertyKey
|
3 năm trước cách đây |
ObjectConstructor.cpp
|
398c181c79
LibJS: Rename PropertyName to PropertyKey
|
3 năm trước cách đây |
ObjectConstructor.h
|
5832de62fe
LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr
|
3 năm trước cách đây |
ObjectEnvironment.cpp
|
01370136ee
LibJS: Convert delete_binding() to ThrowCompletionOr
|
3 năm trước cách đây |
ObjectEnvironment.h
|
01370136ee
LibJS: Convert delete_binding() to ThrowCompletionOr
|
3 năm trước cách đây |
ObjectPrototype.cpp
|
40eb3a39d4
LibJS: Rename define_native_function => define_old_native_function
|
3 năm trước cách đây |
ObjectPrototype.h
|
20163c0584
LibJS: Add ThrowCompletionOr versions of the JS native function macros
|
3 năm trước cách đây |
PrimitiveString.cpp
|
f290c59dd8
LibJS: Keep track of PrimitiveStrings and share them
|
3 năm trước cách đây |
PrimitiveString.h
|
b85b8ca350
LibJS: Reduce UTF-8 to UTF-16 transcoding when only UTF-16 is wanted
|
4 năm trước cách đây |
PrivateEnvironment.cpp
|
16cc82460f
LibJS: Add parsing and evaluation of private fields and methods
|
3 năm trước cách đây |
PrivateEnvironment.h
|
a97d75bb63
LibJS: Add default constructor for PrivateName
|
3 năm trước cách đây |
Promise.cpp
|
81bdb20c61
LibJS: Convert the PromiseResolve AO to ThrowCompletionOr
|
3 năm trước cách đây |
Promise.h
|
81bdb20c61
LibJS: Convert the PromiseResolve AO to ThrowCompletionOr
|
3 năm trước cách đây |
PromiseConstructor.cpp
|
5af8f72d54
LibJS: Convert PromiseConstructor functions to ThrowCompletionOr
|
3 năm trước cách đây |
PromiseConstructor.h
|
5af8f72d54
LibJS: Convert PromiseConstructor functions to ThrowCompletionOr
|
3 năm trước cách đây |
PromiseJobs.cpp
|
5832de62fe
LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr
|
3 năm trước cách đây |
PromiseJobs.h
|
5832de62fe
LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr
|
3 năm trước cách đây |
PromisePrototype.cpp
|
35faf50941
LibJS: Convert PromisePrototype functions to ThrowCompletionOr
|
3 năm trước cách đây |
PromisePrototype.h
|
35faf50941
LibJS: Convert PromisePrototype functions to ThrowCompletionOr
|
3 năm trước cách đây |
PromiseReaction.cpp
|
0d602c5ec5
LibJS: Convert the NewPromiseCapability AO to ThrowCompletionOr
|
3 năm trước cách đây |
PromiseReaction.h
|
0d602c5ec5
LibJS: Convert the NewPromiseCapability AO to ThrowCompletionOr
|
3 năm trước cách đây |
PromiseResolvingElementFunctions.cpp
|
5832de62fe
LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr
|
3 năm trước cách đây |
PromiseResolvingElementFunctions.h
|
5832de62fe
LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr
|
3 năm trước cách đây |
PromiseResolvingFunction.cpp
|
5832de62fe
LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr
|
3 năm trước cách đây |
PromiseResolvingFunction.h
|
5832de62fe
LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr
|
3 năm trước cách đây |
PropertyAttributes.h
|
a95b321bf1
LibJS: Add missing headers
|
3 năm trước cách đây |
PropertyDescriptor.cpp
|
d7d73f9100
LibJS: Convert to_property_descriptor() to ThrowCompletionOr
|
3 năm trước cách đây |
PropertyDescriptor.h
|
d7d73f9100
LibJS: Convert to_property_descriptor() to ThrowCompletionOr
|
3 năm trước cách đây |
PropertyKey.h
|
7ccb8c8609
LibJS: Provide default hash traits for JS::PropertyKey
|
3 năm trước cách đây |
PrototypeObject.h
|
2fa9422b3b
LibJS: Convert PrototypeObject::typed_this_value() to ThrowCompletionOr
|
3 năm trước cách đây |
ProxyConstructor.cpp
|
5832de62fe
LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr
|
3 năm trước cách đây |
ProxyConstructor.h
|
5832de62fe
LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr
|
3 năm trước cách đây |
ProxyObject.cpp
|
65a7296b8f
LibJS: Make Value::to_property_key() return a JS::PropertyKey
|
3 năm trước cách đây |
ProxyObject.h
|
398c181c79
LibJS: Rename PropertyName to PropertyKey
|
3 năm trước cách đây |
Realm.cpp
|
cbbf4abb0d
LibJS: Add a way to get from a GlobalObject to its associated Realm
|
3 năm trước cách đây |
Realm.h
|
cbbf4abb0d
LibJS: Add a way to get from a GlobalObject to its associated Realm
|
3 năm trước cách đây |
Reference.cpp
|
c7a6572789
LibJS: Add private references
|
3 năm trước cách đây |
Reference.h
|
a97d75bb63
LibJS: Add default constructor for PrivateName
|
3 năm trước cách đây |
ReflectObject.cpp
|
b184e872e4
LibJS: Convert ReflectObject functions to ThrowCompletionOr
|
3 năm trước cách đây |
ReflectObject.h
|
b184e872e4
LibJS: Convert ReflectObject functions to ThrowCompletionOr
|
3 năm trước cách đây |
RegExpConstructor.cpp
|
e3181a7ded
LibJS: Convert RegExpConstructor functions to ThrowCompletionOr
|
3 năm trước cách đây |
RegExpConstructor.h
|
e3181a7ded
LibJS: Convert RegExpConstructor functions to ThrowCompletionOr
|
3 năm trước cách đây |
RegExpObject.cpp
|
844be7a0a5
LibJS: Convert the RegExpCreate AO to ThrowCompletionOr
|
3 năm trước cách đây |
RegExpObject.h
|
844be7a0a5
LibJS: Convert the RegExpCreate AO to ThrowCompletionOr
|
3 năm trước cách đây |
RegExpPrototype.cpp
|
e503b60bdc
LibJS: Convert a few TRYs to MUST in RegExp.prototype
|
3 năm trước cách đây |
RegExpPrototype.h
|
063ce946b7
LibJS: Convert RegExpPrototype functions to ThrowCompletionOr
|
3 năm trước cách đây |
RegExpStringIterator.cpp
|
d42d655853
LibJS+LibWeb+Spreadsheet: Upcall visit_edges() via Base typedef
|
3 năm trước cách đây |
RegExpStringIterator.h
|
34bd25f6c2
LibJS: Reduce copying of string data in RegExp.prototype
|
4 năm trước cách đây |
RegExpStringIteratorPrototype.cpp
|
2ab089fa21
LibJS: Convert RegExpStringIteratorPrototype to ThrowCompletionOr
|
3 năm trước cách đây |
RegExpStringIteratorPrototype.h
|
2ab089fa21
LibJS: Convert RegExpStringIteratorPrototype to ThrowCompletionOr
|
3 năm trước cách đây |
Set.cpp
|
d42d655853
LibJS+LibWeb+Spreadsheet: Upcall visit_edges() via Base typedef
|
3 năm trước cách đây |
Set.h
|
08ff148bc3
LibJS: Use OrderedHashTable instead of HashTable in the Set built-in
|
4 năm trước cách đây |
SetConstructor.cpp
|
c2e0753d8a
LibJS: Convert SetConstructor functions to ThrowCompletionOr
|
3 năm trước cách đây |
SetConstructor.h
|
c2e0753d8a
LibJS: Convert SetConstructor functions to ThrowCompletionOr
|
3 năm trước cách đây |
SetIterator.cpp
|
e5753443ae
LibJS: Consistently make prototype the last argument in Object ctors
|
4 năm trước cách đây |
SetIterator.h
|
e5753443ae
LibJS: Consistently make prototype the last argument in Object ctors
|
4 năm trước cách đây |
SetIteratorPrototype.cpp
|
6b954b9e76
LibJS: Convert SetIteratorPrototype functions to ThrowCompletionOr
|
3 năm trước cách đây |
SetIteratorPrototype.h
|
6b954b9e76
LibJS: Convert SetIteratorPrototype functions to ThrowCompletionOr
|
3 năm trước cách đây |
SetPrototype.cpp
|
d46d8c9016
LibJS: Convert SetPrototype functions to ThrowCompletionOr
|
3 năm trước cách đây |
SetPrototype.h
|
d46d8c9016
LibJS: Convert SetPrototype functions to ThrowCompletionOr
|
3 năm trước cách đây |
ShadowRealm.cpp
|
0d602c5ec5
LibJS: Convert the NewPromiseCapability AO to ThrowCompletionOr
|
3 năm trước cách đây |
ShadowRealm.h
|
5910a41adb
LibJS: Implement ShadowRealm.prototype.importValue()
|
3 năm trước cách đây |
ShadowRealmConstructor.cpp
|
5832de62fe
LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr
|
3 năm trước cách đây |
ShadowRealmConstructor.h
|
5832de62fe
LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr
|
3 năm trước cách đây |
ShadowRealmPrototype.cpp
|
40eb3a39d4
LibJS: Rename define_native_function => define_old_native_function
|
3 năm trước cách đây |
ShadowRealmPrototype.h
|
20163c0584
LibJS: Add ThrowCompletionOr versions of the JS native function macros
|
3 năm trước cách đây |
Shape.cpp
|
398c181c79
LibJS: Rename PropertyName to PropertyKey
|
3 năm trước cách đây |
Shape.h
|
398c181c79
LibJS: Rename PropertyName to PropertyKey
|
3 năm trước cách đây |
StringConstructor.cpp
|
28e1e03234
LibJS: Convert StringConstructor functions to ThrowCompletionOr
|
3 năm trước cách đây |
StringConstructor.h
|
28e1e03234
LibJS: Convert StringConstructor functions to ThrowCompletionOr
|
3 năm trước cách đây |
StringIterator.cpp
|
e5753443ae
LibJS: Consistently make prototype the last argument in Object ctors
|
4 năm trước cách đây |
StringIterator.h
|
e5753443ae
LibJS: Consistently make prototype the last argument in Object ctors
|
4 năm trước cách đây |
StringIteratorPrototype.cpp
|
4c3ea0bb91
LibJS: Convert StringIteratorPrototype functions to ThrowCompletionOr
|
3 năm trước cách đây |
StringIteratorPrototype.h
|
4c3ea0bb91
LibJS: Convert StringIteratorPrototype functions to ThrowCompletionOr
|
3 năm trước cách đây |
StringObject.cpp
|
398c181c79
LibJS: Rename PropertyName to PropertyKey
|
3 năm trước cách đây |
StringObject.h
|
398c181c79
LibJS: Rename PropertyName to PropertyKey
|
3 năm trước cách đây |
StringOrSymbol.h
|
53a8a11973
LibJS: Make StringOrSymbol always be FlyString in the string case
|
4 năm trước cách đây |
StringPrototype.cpp
|
844be7a0a5
LibJS: Convert the RegExpCreate AO to ThrowCompletionOr
|
3 năm trước cách đây |
StringPrototype.h
|
18c2d537c7
LibJS: Convert StringPrototype functions to ThrowCompletionOr
|
3 năm trước cách đây |
Symbol.cpp
|
dac971b4ae
LibJS: Store and return undefined Symbol description
|
4 năm trước cách đây |
Symbol.h
|
dac971b4ae
LibJS: Store and return undefined Symbol description
|
4 năm trước cách đây |
SymbolConstructor.cpp
|
294f244745
LibJS: Convert SymbolConstructor functions to ThrowCompletionOr
|
3 năm trước cách đây |
SymbolConstructor.h
|
294f244745
LibJS: Convert SymbolConstructor functions to ThrowCompletionOr
|
3 năm trước cách đây |
SymbolObject.cpp
|
d42d655853
LibJS+LibWeb+Spreadsheet: Upcall visit_edges() via Base typedef
|
3 năm trước cách đây |
SymbolObject.h
|
dac971b4ae
LibJS: Store and return undefined Symbol description
|
4 năm trước cách đây |
SymbolPrototype.cpp
|
7c96ed8cf3
LibJS: Convert SymbolPrototype functions to ThrowCompletionOr
|
3 năm trước cách đây |
SymbolPrototype.h
|
7c96ed8cf3
LibJS: Convert SymbolPrototype functions to ThrowCompletionOr
|
3 năm trước cách đây |
TemporaryClearException.h
|
b0faf2287a
LibJS: Use linusg@serenityos.org for my new copyright headers, too
|
4 năm trước cách đây |
TypedArray.cpp
|
3edf86462b
LibJS: Convert typed_array_from to ThrowCompletionOr
|
3 năm trước cách đây |
TypedArray.h
|
398c181c79
LibJS: Rename PropertyName to PropertyKey
|
3 năm trước cách đây |
TypedArrayConstructor.cpp
|
f7bafea661
LibJS: Convert TypedArrayConstructor functions to ThrowCompletionOr
|
3 năm trước cách đây |
TypedArrayConstructor.h
|
f7bafea661
LibJS: Convert TypedArrayConstructor functions to ThrowCompletionOr
|
3 năm trước cách đây |
TypedArrayPrototype.cpp
|
92b25cacd1
LibJS: Convert TypedArrayPrototype functions to ThrowCompletionOr
|
3 năm trước cách đây |
TypedArrayPrototype.h
|
92b25cacd1
LibJS: Convert TypedArrayPrototype functions to ThrowCompletionOr
|
3 năm trước cách đây |
Utf16String.cpp
|
024367d82e
LibJS+AK: Use Vector<u16, 1> for UTF-16 string storage
|
3 năm trước cách đây |
Utf16String.h
|
024367d82e
LibJS+AK: Use Vector<u16, 1> for UTF-16 string storage
|
3 năm trước cách đây |
VM.cpp
|
7ccb8c8609
LibJS: Provide default hash traits for JS::PropertyKey
|
3 năm trước cách đây |
VM.h
|
7ccb8c8609
LibJS: Provide default hash traits for JS::PropertyKey
|
3 năm trước cách đây |
Value.cpp
|
72cd31d033
LibJS: Tweak Value::to_property_key() fast path for Int32
|
3 năm trước cách đây |
Value.h
|
65a7296b8f
LibJS: Make Value::to_property_key() return a JS::PropertyKey
|
3 năm trước cách đây |
WeakContainer.cpp
|
cdc1315dc8
LibJS: Use IntrusiveList for keeping track of WeakContainers
|
4 năm trước cách đây |
WeakContainer.h
|
a95b321bf1
LibJS: Add missing headers
|
3 năm trước cách đây |
WeakMap.cpp
|
83bd675477
LibJS: Make WeakContainer pruning do less work
|
3 năm trước cách đây |
WeakMap.h
|
83bd675477
LibJS: Make WeakContainer pruning do less work
|
3 năm trước cách đây |
WeakMapConstructor.cpp
|
5832de62fe
LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr
|
3 năm trước cách đây |
WeakMapConstructor.h
|
5832de62fe
LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr
|
3 năm trước cách đây |
WeakMapPrototype.cpp
|
40eb3a39d4
LibJS: Rename define_native_function => define_old_native_function
|
3 năm trước cách đây |
WeakMapPrototype.h
|
20163c0584
LibJS: Add ThrowCompletionOr versions of the JS native function macros
|
3 năm trước cách đây |
WeakRef.cpp
|
83bd675477
LibJS: Make WeakContainer pruning do less work
|
3 năm trước cách đây |
WeakRef.h
|
83bd675477
LibJS: Make WeakContainer pruning do less work
|
3 năm trước cách đây |
WeakRefConstructor.cpp
|
5832de62fe
LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr
|
3 năm trước cách đây |
WeakRefConstructor.h
|
5832de62fe
LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr
|
3 năm trước cách đây |
WeakRefPrototype.cpp
|
c815519a65
LibJS: Convert WeakRefPrototype functions to ThrowCompletionOr
|
3 năm trước cách đây |
WeakRefPrototype.h
|
c815519a65
LibJS: Convert WeakRefPrototype functions to ThrowCompletionOr
|
3 năm trước cách đây |
WeakSet.cpp
|
83bd675477
LibJS: Make WeakContainer pruning do less work
|
3 năm trước cách đây |
WeakSet.h
|
83bd675477
LibJS: Make WeakContainer pruning do less work
|
3 năm trước cách đây |
WeakSetConstructor.cpp
|
5832de62fe
LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr
|
3 năm trước cách đây |
WeakSetConstructor.h
|
5832de62fe
LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr
|
3 năm trước cách đây |
WeakSetPrototype.cpp
|
40eb3a39d4
LibJS: Rename define_native_function => define_old_native_function
|
3 năm trước cách đây |
WeakSetPrototype.h
|
20163c0584
LibJS: Add ThrowCompletionOr versions of the JS native function macros
|
3 năm trước cách đây |
WrappedFunction.cpp
|
50f8755792
LibJS: Implement Wrapped Function Exotic Objects
|
3 năm trước cách đây |
WrappedFunction.h
|
50f8755792
LibJS: Implement Wrapped Function Exotic Objects
|
3 năm trước cách đây |