.. |
Intl
|
26f9666191
LibJS: Do not override hour, minute, and second format field lengths
|
3 anos atrás |
Temporal
|
1039159a6c
LibJS: Change LargerOfTwoTemporalUnits AO to return a StringView
|
3 anos atrás |
AbstractOperations.cpp
|
57de5056b6
LibJS: Convert push_execution_context() to ThrowCompletionOr
|
3 anos atrás |
AbstractOperations.h
|
3d84fb64c3
LibJS: Add a modulo() function to represent the "x modulo y" notation
|
3 anos atrás |
Accessor.h
|
ab594e5f2f
LibJS: Convert Value::invoke and VM::call to ThrowCompletionOr
|
3 anos atrás |
AggregateError.cpp
|
c503a28e19
LibJS: Make AggregateError inherit from Error
|
4 anos atrás |
AggregateError.h
|
c503a28e19
LibJS: Make AggregateError inherit from Error
|
4 anos atrás |
AggregateErrorConstructor.cpp
|
5832de62fe
LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr
|
3 anos atrás |
AggregateErrorConstructor.h
|
5832de62fe
LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr
|
3 anos atrás |
AggregateErrorPrototype.cpp
|
a6b8291a9b
LibJS: Add define_direct_property and remove the define_property helper
|
4 anos atrás |
AggregateErrorPrototype.h
|
cbd7437d40
LibJS: Implement AggregateError
|
4 anos atrás |
ArgumentsObject.cpp
|
398c181c79
LibJS: Rename PropertyName to PropertyKey
|
3 anos atrás |
ArgumentsObject.h
|
398c181c79
LibJS: Rename PropertyName to PropertyKey
|
3 anos atrás |
Array.cpp
|
398c181c79
LibJS: Rename PropertyName to PropertyKey
|
3 anos atrás |
Array.h
|
398c181c79
LibJS: Rename PropertyName to PropertyKey
|
3 anos atrás |
ArrayBuffer.cpp
|
1fba5ca8c3
LibJS: Implement the AllocateArrayBuffer() AO
|
3 anos atrás |
ArrayBuffer.h
|
750da61c0f
LibJS: Convert to_u8_clamp() to ThrowCompletionOr
|
3 anos atrás |
ArrayBufferConstructor.cpp
|
ffa58184d2
LibJS: Convert ArrayBufferConstructor functions to ThrowCompletionOr
|
3 anos atrás |
ArrayBufferConstructor.h
|
ffa58184d2
LibJS: Convert ArrayBufferConstructor functions to ThrowCompletionOr
|
3 anos atrás |
ArrayBufferPrototype.cpp
|
720bb21ee2
LibJS: Convert ArrayBufferPrototype functions to ThrowCompletionOr
|
3 anos atrás |
ArrayBufferPrototype.h
|
720bb21ee2
LibJS: Convert ArrayBufferPrototype functions to ThrowCompletionOr
|
3 anos atrás |
ArrayConstructor.cpp
|
36aef8ee95
LibJS: Convert ArrayConstructor functions to ThrowCompletionOr
|
3 anos atrás |
ArrayConstructor.h
|
36aef8ee95
LibJS: Convert ArrayConstructor functions to ThrowCompletionOr
|
3 anos atrás |
ArrayIterator.cpp
|
e5753443ae
LibJS: Consistently make prototype the last argument in Object ctors
|
4 anos atrás |
ArrayIterator.h
|
e5753443ae
LibJS: Consistently make prototype the last argument in Object ctors
|
4 anos atrás |
ArrayIteratorPrototype.cpp
|
719d1b48ac
LibJS: Convert ArrayIteratorPrototype functions to ThrowCompletionOr
|
3 anos atrás |
ArrayIteratorPrototype.h
|
719d1b48ac
LibJS: Convert ArrayIteratorPrototype functions to ThrowCompletionOr
|
3 anos atrás |
ArrayPrototype.cpp
|
957f54d96f
LibJS: Throw InternalErrors instead of Errors on CallStackSizeExceeded
|
3 anos atrás |
ArrayPrototype.h
|
0f5cfe975f
LibJS: Convert ArrayPrototype functions to ThrowCompletionsOr
|
3 anos atrás |
AsyncFromSyncIterator.cpp
|
064c8be627
LibJS: Add AsyncFromSyncIteratorPrototype and Async-From-Sync instances
|
3 anos atrás |
AsyncFromSyncIterator.h
|
064c8be627
LibJS: Add AsyncFromSyncIteratorPrototype and Async-From-Sync instances
|
3 anos atrás |
AsyncFromSyncIteratorPrototype.cpp
|
064c8be627
LibJS: Add AsyncFromSyncIteratorPrototype and Async-From-Sync instances
|
3 anos atrás |
AsyncFromSyncIteratorPrototype.h
|
064c8be627
LibJS: Add AsyncFromSyncIteratorPrototype and Async-From-Sync instances
|
3 anos atrás |
AsyncFunctionConstructor.cpp
|
681787de76
LibJS: Add support for async functions
|
3 anos atrás |
AsyncFunctionConstructor.h
|
681787de76
LibJS: Add support for async functions
|
3 anos atrás |
AsyncFunctionDriverWrapper.cpp
|
3b0bf05fa5
LibJS: Implement async functions as generator functions in BC mode
|
3 anos atrás |
AsyncFunctionDriverWrapper.h
|
3b0bf05fa5
LibJS: Implement async functions as generator functions in BC mode
|
3 anos atrás |
AsyncFunctionPrototype.cpp
|
681787de76
LibJS: Add support for async functions
|
3 anos atrás |
AsyncFunctionPrototype.h
|
681787de76
LibJS: Add support for async functions
|
3 anos atrás |
AsyncGeneratorFunctionConstructor.cpp
|
0982a73d1d
LibJS: Parse async generator functions
|
3 anos atrás |
AsyncGeneratorFunctionConstructor.h
|
0982a73d1d
LibJS: Parse async generator functions
|
3 anos atrás |
AsyncGeneratorFunctionPrototype.cpp
|
0982a73d1d
LibJS: Parse async generator functions
|
3 anos atrás |
AsyncGeneratorFunctionPrototype.h
|
0982a73d1d
LibJS: Parse async generator functions
|
3 anos atrás |
AsyncIteratorPrototype.cpp
|
7fd38eac98
LibJS: Add AsyncIteratorPrototype
|
3 anos atrás |
AsyncIteratorPrototype.h
|
7fd38eac98
LibJS: Add AsyncIteratorPrototype
|
3 anos atrás |
AtomicsObject.cpp
|
20f73d2abc
LibJS: Convert Atomics functions to ThrowCompletionOr
|
3 anos atrás |
AtomicsObject.h
|
20f73d2abc
LibJS: Convert Atomics functions to ThrowCompletionOr
|
3 anos atrás |
BigInt.cpp
|
306c25f3c2
LibJS: Convert the NumberToBigInt AO to ThrowCompletionOr
|
3 anos atrás |
BigInt.h
|
82792a6815
LibJS: Mark single argument BigInt() constructor as 'explicit'
|
3 anos atrás |
BigIntConstructor.cpp
|
4128f95903
LibJS: Convert BigIntConstructor functions to ThrowCompletionOr
|
3 anos atrás |
BigIntConstructor.h
|
4128f95903
LibJS: Convert BigIntConstructor functions to ThrowCompletionOr
|
3 anos atrás |
BigIntObject.cpp
|
d42d655853
LibJS+LibWeb+Spreadsheet: Upcall visit_edges() via Base typedef
|
3 anos atrás |
BigIntObject.h
|
f6cf44c3db
LibJS: Convert this_bigint_value() to ThrowCompletionOr
|
3 anos atrás |
BigIntPrototype.cpp
|
87ff51fa67
LibJS: Convert BigIntPrototype functions to ThrowCompletionOr
|
3 anos atrás |
BigIntPrototype.h
|
87ff51fa67
LibJS: Convert BigIntPrototype functions to ThrowCompletionOr
|
3 anos atrás |
BooleanConstructor.cpp
|
5832de62fe
LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr
|
3 anos atrás |
BooleanConstructor.h
|
5832de62fe
LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr
|
3 anos atrás |
BooleanObject.cpp
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 anos atrás |
BooleanObject.h
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 anos atrás |
BooleanPrototype.cpp
|
08fb31087b
LibJS: Convert BooleanPrototype functions to ThrowCompletionOr
|
3 anos atrás |
BooleanPrototype.h
|
08fb31087b
LibJS: Convert BooleanPrototype functions to ThrowCompletionOr
|
3 anos atrás |
BoundFunction.cpp
|
fe5c2b7bb9
LibJS: Decouple new_function_environment() from FunctionObject
|
3 anos atrás |
BoundFunction.h
|
fe5c2b7bb9
LibJS: Decouple new_function_environment() from FunctionObject
|
3 anos atrás |
CommonPropertyNames.h
|
16151aa7d5
LibJS+LibUnicode: Implement the Intl.DateTimeFormat constructor
|
3 anos atrás |
Completion.cpp
|
ccf713bf23
LibJS: Spin the event loop while waiting for async completion in `await`
|
3 anos atrás |
Completion.h
|
68ac13a192
LibJS: Add a Completion(ThrowCompletionOr<Value> const&) constructor
|
3 anos atrás |
ConsoleObject.cpp
|
d1d4ee699b
LibJS: Convert ConsoleObject functions to ThrowCompletionOr
|
3 anos atrás |
ConsoleObject.h
|
d1d4ee699b
LibJS: Convert ConsoleObject functions to ThrowCompletionOr
|
3 anos atrás |
DataView.cpp
|
d42d655853
LibJS+LibWeb+Spreadsheet: Upcall visit_edges() via Base typedef
|
3 anos atrás |
DataView.h
|
e5753443ae
LibJS: Consistently make prototype the last argument in Object ctors
|
4 anos atrás |
DataViewConstructor.cpp
|
5832de62fe
LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr
|
3 anos atrás |
DataViewConstructor.h
|
5832de62fe
LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr
|
3 anos atrás |
DataViewPrototype.cpp
|
70cbd43718
LibJS: Convert DataViewPrototype functions to ThrowCompletionOr
|
3 anos atrás |
DataViewPrototype.h
|
70cbd43718
LibJS: Convert DataViewPrototype functions to ThrowCompletionOr
|
3 anos atrás |
Date.cpp
|
baf3f3bd6e
LibJS: Implement Date's Week Day AO
|
3 anos atrás |
Date.h
|
baf3f3bd6e
LibJS: Implement Date's Week Day AO
|
3 anos atrás |
DateConstructor.cpp
|
ba39a54bb8
LibJS: Convert DateConstructor functions to ThrowCompletionOr
|
3 anos atrás |
DateConstructor.h
|
ba39a54bb8
LibJS: Convert DateConstructor functions to ThrowCompletionOr
|
3 anos atrás |
DatePrototype.cpp
|
2b87f77578
LibJS: Convert DatePrototype functions to ThrowCompletionOr
|
3 anos atrás |
DatePrototype.h
|
2b87f77578
LibJS: Convert DatePrototype functions to ThrowCompletionOr
|
3 anos atrás |
DeclarativeEnvironment.cpp
|
01370136ee
LibJS: Convert delete_binding() to ThrowCompletionOr
|
3 anos atrás |
DeclarativeEnvironment.h
|
01370136ee
LibJS: Convert delete_binding() to ThrowCompletionOr
|
3 anos atrás |
ECMAScriptFunctionObject.cpp
|
fa879168f5
LibJS: Mark Function object's private environment during GC
|
3 anos atrás |
ECMAScriptFunctionObject.h
|
5d0f666f22
LibJS: Don't set a prototype property on async functions
|
3 anos atrás |
Environment.cpp
|
421845b0cd
LibJS: Taint variable environment chain after non-strict direct eval()
|
3 anos atrás |
Environment.h
|
01370136ee
LibJS: Convert delete_binding() to ThrowCompletionOr
|
3 anos atrás |
EnvironmentCoordinate.h
|
0a53cf2a07
LibJS: Add missing header in EnvironmentCoordinate.h
|
3 anos atrás |
Error.cpp
|
f38a5957bf
LibJS: Convert has_property() to ThrowCompletionOr
|
3 anos atrás |
Error.h
|
867b19affb
LibJS: Convert install_error_cause() to ThrowCompletionOr
|
3 anos atrás |
ErrorConstructor.cpp
|
5832de62fe
LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr
|
3 anos atrás |
ErrorConstructor.h
|
5832de62fe
LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr
|
3 anos atrás |
ErrorPrototype.cpp
|
47f762ab42
LibJS: Convert ErrorPrototype functions to ThrowCompletionOr
|
3 anos atrás |
ErrorPrototype.h
|
47f762ab42
LibJS: Convert ErrorPrototype functions to ThrowCompletionOr
|
3 anos atrás |
ErrorTypes.cpp
|
fcd3b9a0df
Userland: Use mattco@serenityos.org for my copyright headers
|
4 anos atrás |
ErrorTypes.h
|
acf8729a81
LibJS: Implement Temporal.Duration.prototype.round
|
3 anos atrás |
Exception.cpp
|
c2ad599783
LibJS: Rename CallFrame => ExecutionContext
|
4 anos atrás |
Exception.h
|
32ee195d62
LibJS: Avoid allocations in the Exception constructor
|
4 anos atrás |
ExecutionContext.h
|
681787de76
LibJS: Add support for async functions
|
3 anos atrás |
FinalizationRegistry.cpp
|
83bd675477
LibJS: Make WeakContainer pruning do less work
|
3 anos atrás |
FinalizationRegistry.h
|
83bd675477
LibJS: Make WeakContainer pruning do less work
|
3 anos atrás |
FinalizationRegistryConstructor.cpp
|
5832de62fe
LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr
|
3 anos atrás |
FinalizationRegistryConstructor.h
|
5832de62fe
LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr
|
3 anos atrás |
FinalizationRegistryPrototype.cpp
|
84681788c4
LibJS: Convert FinalizationRegistryPrototype funcs to ThrowCompletionOr
|
3 anos atrás |
FinalizationRegistryPrototype.h
|
84681788c4
LibJS: Convert FinalizationRegistryPrototype funcs to ThrowCompletionOr
|
3 anos atrás |
FunctionConstructor.cpp
|
0982a73d1d
LibJS: Parse async generator functions
|
3 anos atrás |
FunctionConstructor.h
|
c0bb456fd2
LibJS: Convert the CreateDynamicFunction AO to ThrowCompletionOr
|
3 anos atrás |
FunctionEnvironment.cpp
|
0881f8160f
LibJS: Use implicit ThrowCompletionOr<T> constructor where possible
|
3 anos atrás |
FunctionEnvironment.h
|
617d3cd3d3
LibJS: Convert bind_this_value() to ThrowCompletionOr
|
3 anos atrás |
FunctionKind.h
|
0982a73d1d
LibJS: Parse async generator functions
|
3 anos atrás |
FunctionObject.cpp
|
0881f8160f
LibJS: Use implicit ThrowCompletionOr<T> constructor where possible
|
3 anos atrás |
FunctionObject.h
|
fe5c2b7bb9
LibJS: Decouple new_function_environment() from FunctionObject
|
3 anos atrás |
FunctionPrototype.cpp
|
2a0c51149d
LibJS: Convert FunctionPrototype functions to ThrowCompletionOr
|
3 anos atrás |
FunctionPrototype.h
|
2a0c51149d
LibJS: Convert FunctionPrototype functions to ThrowCompletionOr
|
3 anos atrás |
GeneratorFunctionConstructor.cpp
|
3b0bf05fa5
LibJS: Implement async functions as generator functions in BC mode
|
3 anos atrás |
GeneratorFunctionConstructor.h
|
5832de62fe
LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr
|
3 anos atrás |
GeneratorFunctionPrototype.cpp
|
a6b8291a9b
LibJS: Add define_direct_property and remove the define_property helper
|
4 anos atrás |
GeneratorFunctionPrototype.h
|
ba9d5c4d54
LibJS: Rename Function => FunctionObject
|
4 anos atrás |
GeneratorObject.cpp
|
5d0f666f22
LibJS: Don't set a prototype property on async functions
|
3 anos atrás |
GeneratorObject.h
|
3b0bf05fa5
LibJS: Implement async functions as generator functions in BC mode
|
3 anos atrás |
GeneratorObjectPrototype.cpp
|
3b0bf05fa5
LibJS: Implement async functions as generator functions in BC mode
|
3 anos atrás |
GeneratorObjectPrototype.h
|
658056233e
LibJS: Convert GeneratorObjectPrototype functions to ThrowCompletionOr
|
3 anos atrás |
GlobalEnvironment.cpp
|
0881f8160f
LibJS: Use implicit ThrowCompletionOr<T> constructor where possible
|
3 anos atrás |
GlobalEnvironment.h
|
01370136ee
LibJS: Convert delete_binding() to ThrowCompletionOr
|
3 anos atrás |
GlobalObject.cpp
|
75b2a09a2f
LibJS: Implement a nearly empty Intl.DateTimeFormat object
|
3 anos atrás |
GlobalObject.h
|
064c8be627
LibJS: Add AsyncFromSyncIteratorPrototype and Async-From-Sync instances
|
3 anos atrás |
IndexedProperties.cpp
|
6108bac606
LibJS: Only do a single property lookup in internal_get_own_property()
|
3 anos atrás |
IndexedProperties.h
|
c351b4ad0d
LibJS: Stop using a native property for Array lengths
|
4 anos atrás |
IteratorOperations.cpp
|
b3699029e2
LibJS: Implement the async versions of iterator operations
|
3 anos atrás |
IteratorOperations.h
|
b3699029e2
LibJS: Implement the async versions of iterator operations
|
3 anos atrás |
IteratorPrototype.cpp
|
e8f722fb27
LibJS: Convert %IteratorPrototype% to ThrowCompletionOr
|
3 anos atrás |
IteratorPrototype.h
|
e8f722fb27
LibJS: Convert %IteratorPrototype% to ThrowCompletionOr
|
3 anos atrás |
JSONObject.cpp
|
587f9af960
AK: Make JSON parser return ErrorOr<JsonValue> (instead of Optional)
|
3 anos atrás |
JSONObject.h
|
e7a134a346
LibJS: Convert JSONObject functions to ThrowCompletionOr
|
3 anos atrás |
JobCallback.h
|
cd391aa8ef
LibJS: Convert call_job_callback() to ThrowCompletionOr
|
3 anos atrás |
Map.cpp
|
d42d655853
LibJS+LibWeb+Spreadsheet: Upcall visit_edges() via Base typedef
|
3 anos atrás |
Map.h
|
a27fbfd45f
LibJS: Use OrderedHashMap instead of HashMap in the Map built-in
|
4 anos atrás |
MapConstructor.cpp
|
8ff152ec5c
LibJS: Convert MapConstructor functions to ThrowCompletionOr
|
3 anos atrás |
MapConstructor.h
|
8ff152ec5c
LibJS: Convert MapConstructor functions to ThrowCompletionOr
|
3 anos atrás |
MapIterator.cpp
|
e5753443ae
LibJS: Consistently make prototype the last argument in Object ctors
|
4 anos atrás |
MapIterator.h
|
e5753443ae
LibJS: Consistently make prototype the last argument in Object ctors
|
4 anos atrás |
MapIteratorPrototype.cpp
|
f1e215ea3e
LibJS: Convert MapIteratorPrototype functions to ThrowCompletionOr
|
3 anos atrás |
MapIteratorPrototype.h
|
f1e215ea3e
LibJS: Convert MapIteratorPrototype functions to ThrowCompletionOr
|
3 anos atrás |
MapPrototype.cpp
|
dab0a92c19
LibJS: Convert MapPrototype functions to ThrowCompletionOr
|
3 anos atrás |
MapPrototype.h
|
dab0a92c19
LibJS: Convert MapPrototype functions to ThrowCompletionOr
|
3 anos atrás |
MarkedValueList.cpp
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 anos atrás |
MarkedValueList.h
|
5a0cdb15b0
AK+Everywhere: Reduce the number of template parameters of IntrusiveList
|
3 anos atrás |
MathObject.cpp
|
23ea1f1a3e
LibJS: Convert MathObject functions to ThrowCompletionOr
|
3 anos atrás |
MathObject.h
|
23ea1f1a3e
LibJS: Convert MathObject functions to ThrowCompletionOr
|
3 anos atrás |
NativeFunction.cpp
|
57de5056b6
LibJS: Convert push_execution_context() to ThrowCompletionOr
|
3 anos atrás |
NativeFunction.h
|
5832de62fe
LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr
|
3 anos atrás |
NumberConstructor.cpp
|
2c6955462e
LibJS: Convert NumberConstructor functions to ThrowCompletionOr
|
3 anos atrás |
NumberConstructor.h
|
2c6955462e
LibJS: Convert NumberConstructor functions to ThrowCompletionOr
|
3 anos atrás |
NumberObject.cpp
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 anos atrás |
NumberObject.h
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 anos atrás |
NumberPrototype.cpp
|
c19c3205ff
LibJS: Implement ECMA-402 Number.prototype.toLocaleString
|
3 anos atrás |
NumberPrototype.h
|
c19c3205ff
LibJS: Implement ECMA-402 Number.prototype.toLocaleString
|
3 anos atrás |
Object.cpp
|
212319b25e
LibJS: Only allocate space for Object private elements if needed
|
3 anos atrás |
Object.h
|
212319b25e
LibJS: Only allocate space for Object private elements if needed
|
3 anos atrás |
ObjectConstructor.cpp
|
d1abf3d8ce
LibJS: Convert ObjectConstructor to ThrowCompletionOr
|
3 anos atrás |
ObjectConstructor.h
|
d1abf3d8ce
LibJS: Convert ObjectConstructor to ThrowCompletionOr
|
3 anos atrás |
ObjectEnvironment.cpp
|
01370136ee
LibJS: Convert delete_binding() to ThrowCompletionOr
|
3 anos atrás |
ObjectEnvironment.h
|
01370136ee
LibJS: Convert delete_binding() to ThrowCompletionOr
|
3 anos atrás |
ObjectPrototype.cpp
|
2a967fd107
LibJS: Convert Object.prototype to ThrowCompletionOr
|
3 anos atrás |
ObjectPrototype.h
|
2a967fd107
LibJS: Convert Object.prototype to ThrowCompletionOr
|
3 anos atrás |
PrimitiveString.cpp
|
f290c59dd8
LibJS: Keep track of PrimitiveStrings and share them
|
3 anos atrás |
PrimitiveString.h
|
b85b8ca350
LibJS: Reduce UTF-8 to UTF-16 transcoding when only UTF-16 is wanted
|
3 anos atrás |
PrivateEnvironment.cpp
|
f25899ca34
LibJS: Mark entire private environment chains during GC
|
3 anos atrás |
PrivateEnvironment.h
|
f25899ca34
LibJS: Mark entire private environment chains during GC
|
3 anos atrás |
Promise.cpp
|
01c2570678
LibJS: Annotate Promise implementation with spec comments
|
3 anos atrás |
Promise.h
|
01c2570678
LibJS: Annotate Promise implementation with spec comments
|
3 anos atrás |
PromiseConstructor.cpp
|
0535c1abbd
LibJS: Move the TRY_OR_REJECT macro to PromiseReaction
|
3 anos atrás |
PromiseConstructor.h
|
5af8f72d54
LibJS: Convert PromiseConstructor functions to ThrowCompletionOr
|
3 anos atrás |
PromiseJobs.cpp
|
878668efc9
LibJS: Call [[Reject]] in PromiseResolveThenableJob after abrupt then()
|
3 anos atrás |
PromiseJobs.h
|
5832de62fe
LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr
|
3 anos atrás |
PromisePrototype.cpp
|
194d90dc72
LibJS: Don't coerce this value to object in Promise.prototype.finally()
|
3 anos atrás |
PromisePrototype.h
|
35faf50941
LibJS: Convert PromisePrototype functions to ThrowCompletionOr
|
3 anos atrás |
PromiseReaction.cpp
|
01c2570678
LibJS: Annotate Promise implementation with spec comments
|
3 anos atrás |
PromiseReaction.h
|
0535c1abbd
LibJS: Move the TRY_OR_REJECT macro to PromiseReaction
|
3 anos atrás |
PromiseResolvingElementFunctions.cpp
|
01c2570678
LibJS: Annotate Promise implementation with spec comments
|
3 anos atrás |
PromiseResolvingElementFunctions.h
|
5832de62fe
LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr
|
3 anos atrás |
PromiseResolvingFunction.cpp
|
5832de62fe
LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr
|
3 anos atrás |
PromiseResolvingFunction.h
|
5832de62fe
LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr
|
3 anos atrás |
PropertyAttributes.h
|
216e21a1fa
AK: Convert AK::Format formatting helpers to returning ErrorOr<void>
|
3 anos atrás |
PropertyDescriptor.cpp
|
d7d73f9100
LibJS: Convert to_property_descriptor() to ThrowCompletionOr
|
3 anos atrás |
PropertyDescriptor.h
|
216e21a1fa
AK: Convert AK::Format formatting helpers to returning ErrorOr<void>
|
3 anos atrás |
PropertyKey.h
|
216e21a1fa
AK: Convert AK::Format formatting helpers to returning ErrorOr<void>
|
3 anos atrás |
PrototypeObject.h
|
2fa9422b3b
LibJS: Convert PrototypeObject::typed_this_value() to ThrowCompletionOr
|
3 anos atrás |
ProxyConstructor.cpp
|
7b5ccbc5ed
LibJS: Convert ProxyConstructor functions to ThrowCompletionOr
|
3 anos atrás |
ProxyConstructor.h
|
7b5ccbc5ed
LibJS: Convert ProxyConstructor functions to ThrowCompletionOr
|
3 anos atrás |
ProxyObject.cpp
|
957f54d96f
LibJS: Throw InternalErrors instead of Errors on CallStackSizeExceeded
|
3 anos atrás |
ProxyObject.h
|
398c181c79
LibJS: Rename PropertyName to PropertyKey
|
3 anos atrás |
Realm.cpp
|
cbbf4abb0d
LibJS: Add a way to get from a GlobalObject to its associated Realm
|
3 anos atrás |
Realm.h
|
cbbf4abb0d
LibJS: Add a way to get from a GlobalObject to its associated Realm
|
3 anos atrás |
Reference.cpp
|
1aaaf521b8
LibJS: Convert the PutValue AO to ThrowCompletionOr
|
3 anos atrás |
Reference.h
|
853fab352d
LibJS: Convert the InitializeReferencedBinding AO to ThrowCompletionOr
|
3 anos atrás |
ReflectObject.cpp
|
b184e872e4
LibJS: Convert ReflectObject functions to ThrowCompletionOr
|
3 anos atrás |
ReflectObject.h
|
b184e872e4
LibJS: Convert ReflectObject functions to ThrowCompletionOr
|
3 anos atrás |
RegExpConstructor.cpp
|
e3181a7ded
LibJS: Convert RegExpConstructor functions to ThrowCompletionOr
|
3 anos atrás |
RegExpConstructor.h
|
e3181a7ded
LibJS: Convert RegExpConstructor functions to ThrowCompletionOr
|
3 anos atrás |
RegExpObject.cpp
|
844be7a0a5
LibJS: Convert the RegExpCreate AO to ThrowCompletionOr
|
3 anos atrás |
RegExpObject.h
|
844be7a0a5
LibJS: Convert the RegExpCreate AO to ThrowCompletionOr
|
3 anos atrás |
RegExpPrototype.cpp
|
2530b6adf0
LibJS: Create the RegExpExec result's "input" field last
|
3 anos atrás |
RegExpPrototype.h
|
063ce946b7
LibJS: Convert RegExpPrototype functions to ThrowCompletionOr
|
3 anos atrás |
RegExpStringIterator.cpp
|
d42d655853
LibJS+LibWeb+Spreadsheet: Upcall visit_edges() via Base typedef
|
3 anos atrás |
RegExpStringIterator.h
|
34bd25f6c2
LibJS: Reduce copying of string data in RegExp.prototype
|
3 anos atrás |
RegExpStringIteratorPrototype.cpp
|
2ab089fa21
LibJS: Convert RegExpStringIteratorPrototype to ThrowCompletionOr
|
3 anos atrás |
RegExpStringIteratorPrototype.h
|
2ab089fa21
LibJS: Convert RegExpStringIteratorPrototype to ThrowCompletionOr
|
3 anos atrás |
Set.cpp
|
d42d655853
LibJS+LibWeb+Spreadsheet: Upcall visit_edges() via Base typedef
|
3 anos atrás |
Set.h
|
08ff148bc3
LibJS: Use OrderedHashTable instead of HashTable in the Set built-in
|
4 anos atrás |
SetConstructor.cpp
|
c2e0753d8a
LibJS: Convert SetConstructor functions to ThrowCompletionOr
|
3 anos atrás |
SetConstructor.h
|
c2e0753d8a
LibJS: Convert SetConstructor functions to ThrowCompletionOr
|
3 anos atrás |
SetIterator.cpp
|
e5753443ae
LibJS: Consistently make prototype the last argument in Object ctors
|
4 anos atrás |
SetIterator.h
|
e5753443ae
LibJS: Consistently make prototype the last argument in Object ctors
|
4 anos atrás |
SetIteratorPrototype.cpp
|
6b954b9e76
LibJS: Convert SetIteratorPrototype functions to ThrowCompletionOr
|
3 anos atrás |
SetIteratorPrototype.h
|
6b954b9e76
LibJS: Convert SetIteratorPrototype functions to ThrowCompletionOr
|
3 anos atrás |
SetPrototype.cpp
|
d46d8c9016
LibJS: Convert SetPrototype functions to ThrowCompletionOr
|
3 anos atrás |
SetPrototype.h
|
d46d8c9016
LibJS: Convert SetPrototype functions to ThrowCompletionOr
|
3 anos atrás |
ShadowRealm.cpp
|
57de5056b6
LibJS: Convert push_execution_context() to ThrowCompletionOr
|
3 anos atrás |
ShadowRealm.h
|
5910a41adb
LibJS: Implement ShadowRealm.prototype.importValue()
|
3 anos atrás |
ShadowRealmConstructor.cpp
|
5832de62fe
LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr
|
3 anos atrás |
ShadowRealmConstructor.h
|
5832de62fe
LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr
|
3 anos atrás |
ShadowRealmPrototype.cpp
|
040e29c7b9
LibJS: Convert ShadowRealmPrototype functions to ThrowCompletionOr
|
3 anos atrás |
ShadowRealmPrototype.h
|
040e29c7b9
LibJS: Convert ShadowRealmPrototype functions to ThrowCompletionOr
|
3 anos atrás |
Shape.cpp
|
398c181c79
LibJS: Rename PropertyName to PropertyKey
|
3 anos atrás |
Shape.h
|
398c181c79
LibJS: Rename PropertyName to PropertyKey
|
3 anos atrás |
StringConstructor.cpp
|
28e1e03234
LibJS: Convert StringConstructor functions to ThrowCompletionOr
|
3 anos atrás |
StringConstructor.h
|
28e1e03234
LibJS: Convert StringConstructor functions to ThrowCompletionOr
|
3 anos atrás |
StringIterator.cpp
|
e5753443ae
LibJS: Consistently make prototype the last argument in Object ctors
|
4 anos atrás |
StringIterator.h
|
e5753443ae
LibJS: Consistently make prototype the last argument in Object ctors
|
4 anos atrás |
StringIteratorPrototype.cpp
|
4c3ea0bb91
LibJS: Convert StringIteratorPrototype functions to ThrowCompletionOr
|
3 anos atrás |
StringIteratorPrototype.h
|
4c3ea0bb91
LibJS: Convert StringIteratorPrototype functions to ThrowCompletionOr
|
3 anos atrás |
StringObject.cpp
|
a20b189eab
LibJS: Fix incorrectly formatted section comments
|
3 anos atrás |
StringObject.h
|
398c181c79
LibJS: Rename PropertyName to PropertyKey
|
3 anos atrás |
StringOrSymbol.h
|
53a8a11973
LibJS: Make StringOrSymbol always be FlyString in the string case
|
4 anos atrás |
StringPrototype.cpp
|
844be7a0a5
LibJS: Convert the RegExpCreate AO to ThrowCompletionOr
|
3 anos atrás |
StringPrototype.h
|
18c2d537c7
LibJS: Convert StringPrototype functions to ThrowCompletionOr
|
3 anos atrás |
Symbol.cpp
|
dac971b4ae
LibJS: Store and return undefined Symbol description
|
4 anos atrás |
Symbol.h
|
dac971b4ae
LibJS: Store and return undefined Symbol description
|
4 anos atrás |
SymbolConstructor.cpp
|
294f244745
LibJS: Convert SymbolConstructor functions to ThrowCompletionOr
|
3 anos atrás |
SymbolConstructor.h
|
294f244745
LibJS: Convert SymbolConstructor functions to ThrowCompletionOr
|
3 anos atrás |
SymbolObject.cpp
|
d42d655853
LibJS+LibWeb+Spreadsheet: Upcall visit_edges() via Base typedef
|
3 anos atrás |
SymbolObject.h
|
dac971b4ae
LibJS: Store and return undefined Symbol description
|
4 anos atrás |
SymbolPrototype.cpp
|
7c96ed8cf3
LibJS: Convert SymbolPrototype functions to ThrowCompletionOr
|
3 anos atrás |
SymbolPrototype.h
|
7c96ed8cf3
LibJS: Convert SymbolPrototype functions to ThrowCompletionOr
|
3 anos atrás |
TemporaryClearException.h
|
b0faf2287a
LibJS: Use linusg@serenityos.org for my new copyright headers, too
|
4 anos atrás |
TypedArray.cpp
|
33ed87d642
LibJS: Convert TypedArray create() functions to ThrowCompletionOr
|
3 anos atrás |
TypedArray.h
|
33ed87d642
LibJS: Convert TypedArray create() functions to ThrowCompletionOr
|
3 anos atrás |
TypedArrayConstructor.cpp
|
f7bafea661
LibJS: Convert TypedArrayConstructor functions to ThrowCompletionOr
|
3 anos atrás |
TypedArrayConstructor.h
|
f7bafea661
LibJS: Convert TypedArrayConstructor functions to ThrowCompletionOr
|
3 anos atrás |
TypedArrayPrototype.cpp
|
905b8bd545
LibJS: Make section URLs more consistent
|
3 anos atrás |
TypedArrayPrototype.h
|
92b25cacd1
LibJS: Convert TypedArrayPrototype functions to ThrowCompletionOr
|
3 anos atrás |
Utf16String.cpp
|
8b1108e485
Everywhere: Pass AK::StringView by value
|
3 anos atrás |
Utf16String.h
|
8b1108e485
Everywhere: Pass AK::StringView by value
|
3 anos atrás |
VM.cpp
|
4790f9a628
LibJS: Make sure private environments are marked during GC
|
3 anos atrás |
VM.h
|
957f54d96f
LibJS: Throw InternalErrors instead of Errors on CallStackSizeExceeded
|
3 anos atrás |
Value.cpp
|
905b8bd545
LibJS: Make section URLs more consistent
|
3 anos atrás |
Value.h
|
216e21a1fa
AK: Convert AK::Format formatting helpers to returning ErrorOr<void>
|
3 anos atrás |
WeakContainer.cpp
|
cdc1315dc8
LibJS: Use IntrusiveList for keeping track of WeakContainers
|
4 anos atrás |
WeakContainer.h
|
a95b321bf1
LibJS: Add missing headers
|
3 anos atrás |
WeakMap.cpp
|
83bd675477
LibJS: Make WeakContainer pruning do less work
|
3 anos atrás |
WeakMap.h
|
83bd675477
LibJS: Make WeakContainer pruning do less work
|
3 anos atrás |
WeakMapConstructor.cpp
|
5832de62fe
LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr
|
3 anos atrás |
WeakMapConstructor.h
|
5832de62fe
LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr
|
3 anos atrás |
WeakMapPrototype.cpp
|
56e14ba09f
LibJS: Convert WeakMapPrototype functions to ThrowCompletionOr
|
3 anos atrás |
WeakMapPrototype.h
|
56e14ba09f
LibJS: Convert WeakMapPrototype functions to ThrowCompletionOr
|
3 anos atrás |
WeakRef.cpp
|
83bd675477
LibJS: Make WeakContainer pruning do less work
|
3 anos atrás |
WeakRef.h
|
83bd675477
LibJS: Make WeakContainer pruning do less work
|
3 anos atrás |
WeakRefConstructor.cpp
|
5832de62fe
LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr
|
3 anos atrás |
WeakRefConstructor.h
|
5832de62fe
LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr
|
3 anos atrás |
WeakRefPrototype.cpp
|
c815519a65
LibJS: Convert WeakRefPrototype functions to ThrowCompletionOr
|
3 anos atrás |
WeakRefPrototype.h
|
c815519a65
LibJS: Convert WeakRefPrototype functions to ThrowCompletionOr
|
3 anos atrás |
WeakSet.cpp
|
83bd675477
LibJS: Make WeakContainer pruning do less work
|
3 anos atrás |
WeakSet.h
|
83bd675477
LibJS: Make WeakContainer pruning do less work
|
3 anos atrás |
WeakSetConstructor.cpp
|
5832de62fe
LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr
|
3 anos atrás |
WeakSetConstructor.h
|
5832de62fe
LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr
|
3 anos atrás |
WeakSetPrototype.cpp
|
909e13c5e6
LibJS: Convert WeakSetPrototype functions to ThrowCompletionOr
|
3 anos atrás |
WeakSetPrototype.h
|
909e13c5e6
LibJS: Convert WeakSetPrototype functions to ThrowCompletionOr
|
3 anos atrás |
WrappedFunction.cpp
|
50f8755792
LibJS: Implement Wrapped Function Exotic Objects
|
3 anos atrás |
WrappedFunction.h
|
50f8755792
LibJS: Implement Wrapped Function Exotic Objects
|
3 anos atrás |