.. |
Intl
|
9d7215c636
LibJS+LibWeb: Move IteratorOperations.h AOs to Iterator.h
|
hace 2 años |
Temporal
|
9d7215c636
LibJS+LibWeb: Move IteratorOperations.h AOs to Iterator.h
|
hace 2 años |
AbstractOperations.cpp
|
348e43b36d
LibJS: Replace for_each_bound_name with for_each_bound_identifier
|
hace 2 años |
AbstractOperations.h
|
9d7215c636
LibJS+LibWeb: Move IteratorOperations.h AOs to Iterator.h
|
hace 2 años |
Accessor.h
|
82eeee2008
LibJS+LibWeb: Normalize calls to Base::visit_edges in GC objects
|
hace 2 años |
AggregateError.cpp
|
b84f8fb55b
LibJS: Make intrinsics getters return NonnullGCPtr
|
hace 2 años |
AggregateError.h
|
0c50751c13
LibJS: Convert AggregateError::create() to NonnullGCPtr
|
hace 2 años |
AggregateErrorConstructor.cpp
|
9d7215c636
LibJS+LibWeb: Move IteratorOperations.h AOs to Iterator.h
|
hace 2 años |
AggregateErrorConstructor.h
|
2692db8699
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
|
hace 2 años |
AggregateErrorPrototype.cpp
|
b84f8fb55b
LibJS: Make intrinsics getters return NonnullGCPtr
|
hace 2 años |
AggregateErrorPrototype.h
|
2692db8699
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
|
hace 2 años |
ArgumentsObject.cpp
|
52cd671163
LibJS: Make Object::internal_get() reveal the used property offset
|
hace 2 años |
ArgumentsObject.h
|
52cd671163
LibJS: Make Object::internal_get() reveal the used property offset
|
hace 2 años |
Array.cpp
|
e945994877
LibJS: Update spec numbers / text for the Change Array by Copy proposal
|
hace 2 años |
Array.h
|
c911781c21
Everywhere: Remove needless trailing semi-colons after functions
|
hace 2 años |
ArrayBuffer.cpp
|
3781948f0c
LibJS: Add initial implementation for SharedArrayBuffer
|
hace 2 años |
ArrayBuffer.h
|
d18cae7301
LibJS: Add spec comments to RawBytesToNumeric AO
|
hace 2 años |
ArrayBufferConstructor.cpp
|
2555d7a36a
LibJS: Make well-known symbol getters return NonnullGCPtr
|
hace 2 años |
ArrayBufferConstructor.h
|
2692db8699
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
|
hace 2 años |
ArrayBufferPrototype.cpp
|
e7435d68b0
LibJS: Extract named vm variables in ArrayBufferPrototype::slice
|
hace 2 años |
ArrayBufferPrototype.h
|
850c252b3e
LibJS: Implement ArrayBuffer.prototype.transfer & transferToFixedLength
|
hace 2 años |
ArrayConstructor.cpp
|
9d7215c636
LibJS+LibWeb: Move IteratorOperations.h AOs to Iterator.h
|
hace 2 años |
ArrayConstructor.h
|
fe4f2923f8
LibJS: Implement Array.fromAsync
|
hace 2 años |
ArrayIterator.cpp
|
b84f8fb55b
LibJS: Make intrinsics getters return NonnullGCPtr
|
hace 2 años |
ArrayIterator.h
|
4763cab323
LibJS: Convert ArrayIterator::create() to NonnullGCPtr
|
hace 2 años |
ArrayIteratorPrototype.cpp
|
9d7215c636
LibJS+LibWeb: Move IteratorOperations.h AOs to Iterator.h
|
hace 2 años |
ArrayIteratorPrototype.h
|
2692db8699
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
|
hace 2 años |
ArrayPrototype.cpp
|
60750d864e
LibJS: Align array splice with spec
|
hace 2 años |
ArrayPrototype.h
|
2692db8699
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
|
hace 2 años |
AsyncFromSyncIterator.cpp
|
4977000fa0
LibJS: Rename JS::Iterator to JS::IteratorRecord
|
hace 2 años |
AsyncFromSyncIterator.h
|
4977000fa0
LibJS: Rename JS::Iterator to JS::IteratorRecord
|
hace 2 años |
AsyncFromSyncIteratorPrototype.cpp
|
9d7215c636
LibJS+LibWeb: Move IteratorOperations.h AOs to Iterator.h
|
hace 2 años |
AsyncFromSyncIteratorPrototype.h
|
4977000fa0
LibJS: Rename JS::Iterator to JS::IteratorRecord
|
hace 2 años |
AsyncFunctionConstructor.cpp
|
b84f8fb55b
LibJS: Make intrinsics getters return NonnullGCPtr
|
hace 2 años |
AsyncFunctionConstructor.h
|
2692db8699
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
|
hace 2 años |
AsyncFunctionDriverWrapper.cpp
|
2a563b9de6
LibJS/Bytecode: Correctly rethrow exception in `await` expression
|
hace 2 años |
AsyncFunctionDriverWrapper.h
|
4c2b4c1a27
LibJS: Overhaul AsyncFunctionDriverWrapper to make it actually work
|
hace 2 años |
AsyncFunctionPrototype.cpp
|
2555d7a36a
LibJS: Make well-known symbol getters return NonnullGCPtr
|
hace 2 años |
AsyncFunctionPrototype.h
|
2692db8699
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
|
hace 2 años |
AsyncGenerator.cpp
|
e86d7cab06
LibJS: Don't crash on broken promises in AsyncGenerator#return
|
hace 2 años |
AsyncGenerator.h
|
e86d7cab06
LibJS: Don't crash on broken promises in AsyncGenerator#return
|
hace 2 años |
AsyncGeneratorFunctionConstructor.cpp
|
b84f8fb55b
LibJS: Make intrinsics getters return NonnullGCPtr
|
hace 2 años |
AsyncGeneratorFunctionConstructor.h
|
2692db8699
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
|
hace 2 años |
AsyncGeneratorFunctionPrototype.cpp
|
2555d7a36a
LibJS: Make well-known symbol getters return NonnullGCPtr
|
hace 2 años |
AsyncGeneratorFunctionPrototype.h
|
2692db8699
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
|
hace 2 años |
AsyncGeneratorPrototype.cpp
|
9d7215c636
LibJS+LibWeb: Move IteratorOperations.h AOs to Iterator.h
|
hace 2 años |
AsyncGeneratorPrototype.h
|
d1cb78c411
LibJS/Bytecode: Implement async generators
|
hace 2 años |
AsyncGeneratorRequest.h
|
fc9d587e39
LibJS: Make PromiseCapability GC-allocated
|
hace 2 años |
AsyncIteratorPrototype.cpp
|
2555d7a36a
LibJS: Make well-known symbol getters return NonnullGCPtr
|
hace 2 años |
AsyncIteratorPrototype.h
|
2692db8699
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
|
hace 2 años |
AtomicsObject.cpp
|
b1870bc47b
LibJS: Propagate OOM from SetValueInBuffer AO
|
hace 2 años |
AtomicsObject.h
|
2692db8699
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
|
hace 2 años |
BigInt.cpp
|
7a7a649f5b
LibJS: Define BigInt::to_string to complement to_deprecated_string
|
hace 2 años |
BigInt.h
|
7a7a649f5b
LibJS: Define BigInt::to_string to complement to_deprecated_string
|
hace 2 años |
BigIntConstructor.cpp
|
9279b0780d
LibJS: Port Value::to_bigint() to NonnullGCPtr
|
hace 2 años |
BigIntConstructor.h
|
2692db8699
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
|
hace 2 años |
BigIntObject.cpp
|
b84f8fb55b
LibJS: Make intrinsics getters return NonnullGCPtr
|
hace 2 años |
BigIntObject.h
|
7c0c1c8f49
LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr
|
hace 2 años |
BigIntPrototype.cpp
|
9c6eba771a
LibJS: Port this_bigint_value() to NonnullGCPtr
|
hace 2 años |
BigIntPrototype.h
|
2692db8699
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
|
hace 2 años |
BooleanConstructor.cpp
|
b84f8fb55b
LibJS: Make intrinsics getters return NonnullGCPtr
|
hace 2 años |
BooleanConstructor.h
|
2692db8699
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
|
hace 2 años |
BooleanObject.cpp
|
b84f8fb55b
LibJS: Make intrinsics getters return NonnullGCPtr
|
hace 2 años |
BooleanObject.h
|
b48fa8756f
LibJS: Convert BooleanObject::create() to NonnullGCPtr
|
hace 2 años |
BooleanPrototype.cpp
|
b84f8fb55b
LibJS: Make intrinsics getters return NonnullGCPtr
|
hace 2 años |
BooleanPrototype.h
|
2692db8699
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
|
hace 2 años |
BoundFunction.cpp
|
b75b7f0c0d
LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate
|
hace 2 años |
BoundFunction.h
|
7c0c1c8f49
LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr
|
hace 2 años |
CanonicalIndex.h
|
d37d6b3479
LibJS: Protect CanonicalIndex against double-to-integer overflow
|
hace 2 años |
ClassFieldDefinition.h
|
4aade74b91
LibJS: Include Environment.h directly in ClassFieldDefinition.h
|
hace 2 años |
CommonPropertyNames.h
|
fe4f2923f8
LibJS: Implement Array.fromAsync
|
hace 2 años |
Completion.cpp
|
b84f8fb55b
LibJS: Make intrinsics getters return NonnullGCPtr
|
hace 2 años |
Completion.h
|
d4b08b7196
LibJS: Use a forwarding reference in ThrowCompletion constructor
|
hace 2 años |
ConsoleObject.cpp
|
396655d145
LibJS: Begin implementing console.dir
|
hace 2 años |
ConsoleObject.h
|
396655d145
LibJS: Begin implementing console.dir
|
hace 2 años |
DataView.cpp
|
b84f8fb55b
LibJS: Make intrinsics getters return NonnullGCPtr
|
hace 2 años |
DataView.h
|
7c0c1c8f49
LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr
|
hace 2 años |
DataViewConstructor.cpp
|
b84f8fb55b
LibJS: Make intrinsics getters return NonnullGCPtr
|
hace 2 años |
DataViewConstructor.h
|
2692db8699
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
|
hace 2 años |
DataViewPrototype.cpp
|
b1870bc47b
LibJS: Propagate OOM from SetValueInBuffer AO
|
hace 2 años |
DataViewPrototype.h
|
2692db8699
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
|
hace 2 años |
Date.cpp
|
7c66c5f12d
LibJS: Replace a DeprecatedString with String
|
hace 2 años |
Date.h
|
7c66c5f12d
LibJS: Replace a DeprecatedString with String
|
hace 2 años |
DateConstructor.cpp
|
effcd080ca
Userland: Remove remaining users of Duration::now_realtime()
|
hace 2 años |
DateConstructor.h
|
2692db8699
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
|
hace 2 años |
DatePrototype.cpp
|
7c66c5f12d
LibJS: Replace a DeprecatedString with String
|
hace 2 años |
DatePrototype.h
|
2692db8699
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
|
hace 2 años |
DeclarativeEnvironment.cpp
|
a27c4cf63c
LibJS: Add modification counter in DeclarativeEnvironment
|
hace 2 años |
DeclarativeEnvironment.h
|
a27c4cf63c
LibJS: Add modification counter in DeclarativeEnvironment
|
hace 2 años |
DisposableStack.cpp
|
6255ca4a42
LibJS: Add DisposableStack{, Prototype, Constructor}
|
hace 2 años |
DisposableStack.h
|
6255ca4a42
LibJS: Add DisposableStack{, Prototype, Constructor}
|
hace 2 años |
DisposableStackConstructor.cpp
|
b84f8fb55b
LibJS: Make intrinsics getters return NonnullGCPtr
|
hace 2 años |
DisposableStackConstructor.h
|
2692db8699
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
|
hace 2 años |
DisposableStackPrototype.cpp
|
a23dd88f61
LibJS: Port PrototypeObject::typed_this_object() to NonnullGCPtr
|
hace 2 años |
DisposableStackPrototype.h
|
2692db8699
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
|
hace 2 años |
ECMAScriptFunctionObject.cpp
|
7b00b4d6f6
LibJS: Add spec comments to FunctionDeclarationInstantiation
|
hace 2 años |
ECMAScriptFunctionObject.h
|
930dd2948f
LibJS: Make AsyncFunctionStart and AsyncBlockStart templates
|
hace 2 años |
Environment.cpp
|
82eeee2008
LibJS+LibWeb: Normalize calls to Base::visit_edges in GC objects
|
hace 2 años |
Environment.h
|
7c0c1c8f49
LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr
|
hace 2 años |
EnvironmentCoordinate.h
|
640d48255b
LibJS: Remove unhelpful environment lookup optimization for globals
|
hace 2 años |
Error.cpp
|
778265ae9d
LibJS: Fix reading cached source ranges
|
hace 2 años |
Error.h
|
87ac906ee6
LibJS: Make Error stack traces lazier
|
hace 2 años |
ErrorConstructor.cpp
|
b84f8fb55b
LibJS: Make intrinsics getters return NonnullGCPtr
|
hace 2 años |
ErrorConstructor.h
|
2692db8699
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
|
hace 2 años |
ErrorPrototype.cpp
|
15360e50d3
LibJS: Port PrototypeObject::this_object() to NonnullGCPtr
|
hace 2 años |
ErrorPrototype.h
|
2692db8699
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
|
hace 2 años |
ErrorTypes.cpp
|
3d656ba600
LibJS: Emit StringViews for ErrorType instances
|
hace 3 años |
ErrorTypes.h
|
0e2f9f006d
LibJS: Implement Iterator.prototype.take
|
hace 2 años |
ExecutionContext.cpp
|
0daff637e2
LibJS: Add vector of local variables in ExecutionContext
|
hace 2 años |
ExecutionContext.h
|
0daff637e2
LibJS: Add vector of local variables in ExecutionContext
|
hace 2 años |
FinalizationRegistry.cpp
|
6d6ea1fffe
LibJS: Add spec comments to FinalizationRegistryPrototype
|
hace 2 años |
FinalizationRegistry.h
|
7c0c1c8f49
LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr
|
hace 2 años |
FinalizationRegistryConstructor.cpp
|
b84f8fb55b
LibJS: Make intrinsics getters return NonnullGCPtr
|
hace 2 años |
FinalizationRegistryConstructor.h
|
2692db8699
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
|
hace 2 años |
FinalizationRegistryPrototype.cpp
|
a23dd88f61
LibJS: Port PrototypeObject::typed_this_object() to NonnullGCPtr
|
hace 2 años |
FinalizationRegistryPrototype.h
|
2692db8699
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
|
hace 2 años |
FunctionConstructor.cpp
|
2f85faef0f
LibJS: Fix scope detection for ids in default function params
|
hace 2 años |
FunctionConstructor.h
|
2692db8699
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
|
hace 2 años |
FunctionEnvironment.cpp
|
2a531efc5d
LibJS: Make FunctionEnvironment not include ECMAScriptFunctionObject.h
|
hace 2 años |
FunctionEnvironment.h
|
7c0c1c8f49
LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr
|
hace 2 años |
FunctionKind.h
|
c696654294
LibJS: Add a missing include to FunctionKind.h
|
hace 2 años |
FunctionObject.cpp
|
5e72fde954
LibJS: Unify Symbol::description() and raw_description()
|
hace 2 años |
FunctionObject.h
|
c911781c21
Everywhere: Remove needless trailing semi-colons after functions
|
hace 2 años |
FunctionPrototype.cpp
|
2555d7a36a
LibJS: Make well-known symbol getters return NonnullGCPtr
|
hace 2 años |
FunctionPrototype.h
|
2692db8699
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
|
hace 2 años |
GeneratorFunctionConstructor.cpp
|
b84f8fb55b
LibJS: Make intrinsics getters return NonnullGCPtr
|
hace 2 años |
GeneratorFunctionConstructor.h
|
2692db8699
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
|
hace 2 años |
GeneratorFunctionPrototype.cpp
|
2555d7a36a
LibJS: Make well-known symbol getters return NonnullGCPtr
|
hace 2 años |
GeneratorFunctionPrototype.h
|
2692db8699
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
|
hace 2 años |
GeneratorObject.cpp
|
9d7215c636
LibJS+LibWeb: Move IteratorOperations.h AOs to Iterator.h
|
hace 2 años |
GeneratorObject.h
|
566a8dfd93
LibJS: Allow GeneratorObject to be subclassed
|
hace 2 años |
GeneratorPrototype.cpp
|
82df3cee66
LibJS: Fix a couple of Generator.prototype spec headers
|
hace 2 años |
GeneratorPrototype.h
|
2692db8699
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
|
hace 2 años |
GlobalEnvironment.cpp
|
640d48255b
LibJS: Remove unhelpful environment lookup optimization for globals
|
hace 2 años |
GlobalEnvironment.h
|
7c0c1c8f49
LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr
|
hace 2 años |
GlobalObject.cpp
|
3781948f0c
LibJS: Add initial implementation for SharedArrayBuffer
|
hace 2 años |
GlobalObject.h
|
2692db8699
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
|
hace 2 años |
IndexedProperties.cpp
|
086969277e
Everywhere: Run clang-format
|
hace 3 años |
IndexedProperties.h
|
52cd671163
LibJS: Make Object::internal_get() reveal the used property offset
|
hace 2 años |
Intrinsics.cpp
|
3781948f0c
LibJS: Add initial implementation for SharedArrayBuffer
|
hace 2 años |
Intrinsics.h
|
d9d245faa7
LibJS: Implement Iterator.from and the WrapForValidIteratorPrototype
|
hace 2 años |
Iterator.cpp
|
9d7215c636
LibJS+LibWeb: Move IteratorOperations.h AOs to Iterator.h
|
hace 2 años |
Iterator.h
|
9d7215c636
LibJS+LibWeb: Move IteratorOperations.h AOs to Iterator.h
|
hace 2 años |
IteratorConstructor.cpp
|
ff4e0d2943
LibJS: Avoid creating String object wrappers in iterator helpers
|
hace 2 años |
IteratorConstructor.h
|
d9d245faa7
LibJS: Implement Iterator.from and the WrapForValidIteratorPrototype
|
hace 2 años |
IteratorHelper.cpp
|
9d7215c636
LibJS+LibWeb: Move IteratorOperations.h AOs to Iterator.h
|
hace 2 años |
IteratorHelper.h
|
57e7112a20
LibJS: Handle abrupt closures from Iterator.prototype.flatMap
|
hace 2 años |
IteratorHelperPrototype.cpp
|
9d7215c636
LibJS+LibWeb: Move IteratorOperations.h AOs to Iterator.h
|
hace 2 años |
IteratorHelperPrototype.h
|
3eb2e4e08a
LibJS: Implement Iterator.prototype.map
|
hace 2 años |
IteratorPrototype.cpp
|
9d7215c636
LibJS+LibWeb: Move IteratorOperations.h AOs to Iterator.h
|
hace 2 años |
IteratorPrototype.h
|
6fb670c1c2
LibJS: Implement Iterator.prototype.find
|
hace 2 años |
JSONObject.cpp
|
2555d7a36a
LibJS: Make well-known symbol getters return NonnullGCPtr
|
hace 2 años |
JSONObject.h
|
7c0c1c8f49
LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr
|
hace 2 años |
JobCallback.cpp
|
96cbf368bd
LibJS: Move JobCallback functions out-of-line
|
hace 2 años |
JobCallback.h
|
96cbf368bd
LibJS: Move JobCallback functions out-of-line
|
hace 2 años |
Map.cpp
|
b84f8fb55b
LibJS: Make intrinsics getters return NonnullGCPtr
|
hace 2 años |
Map.h
|
7c0c1c8f49
LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr
|
hace 2 años |
MapConstructor.cpp
|
9d7215c636
LibJS+LibWeb: Move IteratorOperations.h AOs to Iterator.h
|
hace 2 años |
MapConstructor.h
|
419e710c1c
LibJS: Re-implement the Array Grouping proposal as static methods
|
hace 2 años |
MapIterator.cpp
|
b84f8fb55b
LibJS: Make intrinsics getters return NonnullGCPtr
|
hace 2 años |
MapIterator.h
|
7c0c1c8f49
LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr
|
hace 2 años |
MapIteratorPrototype.cpp
|
9d7215c636
LibJS+LibWeb: Move IteratorOperations.h AOs to Iterator.h
|
hace 2 años |
MapIteratorPrototype.h
|
2692db8699
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
|
hace 2 años |
MapPrototype.cpp
|
f3f78642f4
LibJS: Add spec comments to MapPrototype
|
hace 2 años |
MapPrototype.h
|
2692db8699
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
|
hace 2 años |
MathObject.cpp
|
2b46e6f664
Everywhere: Update copyrights with my new serenityos.org e-mail :^)
|
hace 2 años |
MathObject.h
|
2692db8699
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
|
hace 2 años |
ModuleEnvironment.cpp
|
f3db548a3d
AK+Everywhere: Rename FlyString to DeprecatedFlyString
|
hace 2 años |
ModuleEnvironment.h
|
7c0c1c8f49
LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr
|
hace 2 años |
ModuleNamespaceObject.cpp
|
52cd671163
LibJS: Make Object::internal_get() reveal the used property offset
|
hace 2 años |
ModuleNamespaceObject.h
|
52cd671163
LibJS: Make Object::internal_get() reveal the used property offset
|
hace 2 años |
ModuleRequest.h
|
f3db548a3d
AK+Everywhere: Rename FlyString to DeprecatedFlyString
|
hace 2 años |
NativeFunction.cpp
|
b84f8fb55b
LibJS: Make intrinsics getters return NonnullGCPtr
|
hace 2 años |
NativeFunction.h
|
c911781c21
Everywhere: Remove needless trailing semi-colons after functions
|
hace 2 años |
NumberConstructor.cpp
|
0cd85ab0fc
AK+LibJS: Make `Number.MIN_VALUE` a denormal
|
hace 2 años |
NumberConstructor.h
|
2692db8699
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
|
hace 2 años |
NumberObject.cpp
|
b84f8fb55b
LibJS: Make intrinsics getters return NonnullGCPtr
|
hace 2 años |
NumberObject.h
|
f990095728
LibJS: Convert NumberObject::create() to NonnullGCPtr
|
hace 2 años |
NumberPrototype.cpp
|
b84f8fb55b
LibJS: Make intrinsics getters return NonnullGCPtr
|
hace 2 años |
NumberPrototype.h
|
2692db8699
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
|
hace 2 años |
Object.cpp
|
52cd671163
LibJS: Make Object::internal_get() reveal the used property offset
|
hace 2 años |
Object.h
|
6b191ab73d
LibJS+LibWeb: Add fast_is<DOM::Node> for JS::Object
|
hace 2 años |
ObjectConstructor.cpp
|
9d7215c636
LibJS+LibWeb: Move IteratorOperations.h AOs to Iterator.h
|
hace 2 años |
ObjectConstructor.h
|
419e710c1c
LibJS: Re-implement the Array Grouping proposal as static methods
|
hace 2 años |
ObjectEnvironment.cpp
|
2555d7a36a
LibJS: Make well-known symbol getters return NonnullGCPtr
|
hace 2 años |
ObjectEnvironment.h
|
7c0c1c8f49
LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr
|
hace 2 años |
ObjectPrototype.cpp
|
b1ea436093
LibJS: Add spec comments to ObjectPrototype
|
hace 2 años |
ObjectPrototype.h
|
2692db8699
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
|
hace 2 años |
PrimitiveString.cpp
|
a3e4535f34
LibJS: Resolve rope strings directly to UTF-16 when preferable
|
hace 2 años |
PrimitiveString.h
|
a3e4535f34
LibJS: Resolve rope strings directly to UTF-16 when preferable
|
hace 2 años |
PrivateEnvironment.cpp
|
82eeee2008
LibJS+LibWeb: Normalize calls to Base::visit_edges in GC objects
|
hace 2 años |
PrivateEnvironment.h
|
7c0c1c8f49
LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr
|
hace 2 años |
Promise.cpp
|
b84f8fb55b
LibJS: Make intrinsics getters return NonnullGCPtr
|
hace 2 años |
Promise.h
|
7c0c1c8f49
LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr
|
hace 2 años |
PromiseCapability.cpp
|
18c735429f
LibJS: Fix incorrect `is_function()` check in NewPromiseCapability
|
hace 2 años |
PromiseCapability.h
|
c21255da7f
LibJS: Align NewPromiseCapability with spec changes
|
hace 2 años |
PromiseConstructor.cpp
|
9d7215c636
LibJS+LibWeb: Move IteratorOperations.h AOs to Iterator.h
|
hace 2 años |
PromiseConstructor.h
|
36d156428b
LibJS: Implement the Promise.withResolvers proposal
|
hace 2 años |
PromiseJobs.cpp
|
7c0c1c8f49
LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr
|
hace 2 años |
PromiseJobs.h
|
7c0c1c8f49
LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr
|
hace 2 años |
PromisePrototype.cpp
|
a23dd88f61
LibJS: Port PrototypeObject::typed_this_object() to NonnullGCPtr
|
hace 2 años |
PromisePrototype.h
|
2692db8699
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
|
hace 2 años |
PromiseReaction.cpp
|
82eeee2008
LibJS+LibWeb: Normalize calls to Base::visit_edges in GC objects
|
hace 2 años |
PromiseReaction.h
|
716c8bdc9d
LibJS: Convert PromiseReaction::create() to NonnullGCPtr
|
hace 2 años |
PromiseResolvingElementFunctions.cpp
|
82eeee2008
LibJS+LibWeb: Normalize calls to Base::visit_edges in GC objects
|
hace 2 años |
PromiseResolvingElementFunctions.h
|
7c0c1c8f49
LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr
|
hace 2 años |
PromiseResolvingFunction.cpp
|
b84f8fb55b
LibJS: Make intrinsics getters return NonnullGCPtr
|
hace 2 años |
PromiseResolvingFunction.h
|
7c0c1c8f49
LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr
|
hace 2 años |
PropertyAttributes.h
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
hace 2 años |
PropertyDescriptor.cpp
|
a73b8292ed
LbJS: Convert exception-related usages of Value::TDSWOSE to String
|
hace 2 años |
PropertyDescriptor.h
|
52cd671163
LibJS: Make Object::internal_get() reveal the used property offset
|
hace 2 años |
PropertyKey.h
|
2555d7a36a
LibJS: Make well-known symbol getters return NonnullGCPtr
|
hace 2 años |
PrototypeObject.h
|
89503a0cfe
LibJS: Port PrototypeObject::typed_this_value() to NonnullGCPtr
|
hace 2 años |
ProxyConstructor.cpp
|
9cf1a244f8
LibJS: Add spec comments to ProxyConstructor
|
hace 2 años |
ProxyConstructor.h
|
2692db8699
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
|
hace 2 años |
ProxyObject.cpp
|
52cd671163
LibJS: Make Object::internal_get() reveal the used property offset
|
hace 2 años |
ProxyObject.h
|
52cd671163
LibJS: Make Object::internal_get() reveal the used property offset
|
hace 2 años |
Realm.cpp
|
53852452b2
LibJS: Propagate errors from Intrinsics initialization
|
hace 2 años |
Realm.h
|
7c0c1c8f49
LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr
|
hace 2 años |
Reference.cpp
|
640d48255b
LibJS: Remove unhelpful environment lookup optimization for globals
|
hace 2 años |
Reference.h
|
2b19d1b5ab
LibJS: Do not coerce nullish references to unresolvable references
|
hace 2 años |
ReflectObject.cpp
|
2555d7a36a
LibJS: Make well-known symbol getters return NonnullGCPtr
|
hace 2 años |
ReflectObject.h
|
2692db8699
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
|
hace 2 años |
RegExpConstructor.cpp
|
9407e05a3c
LibJS: Update RegExp spec numbers to match re-ordering within the spec
|
hace 2 años |
RegExpConstructor.h
|
2692db8699
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
|
hace 2 años |
RegExpLegacyStaticProperties.cpp
|
115baa7e32
LibJS+Everywhere: Make PrimitiveString and Utf16String fallible
|
hace 2 años |
RegExpLegacyStaticProperties.h
|
560133a0c6
Everywhere: Remove unused DeprecatedString includes
|
hace 2 años |
RegExpObject.cpp
|
32502fceed
LibJS: Update spec numbers/steps for RegExp unicode sets flag proposal
|
hace 2 años |
RegExpObject.h
|
2692db8699
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
|
hace 2 años |
RegExpPrototype.cpp
|
32502fceed
LibJS: Update spec numbers/steps for RegExp unicode sets flag proposal
|
hace 2 años |
RegExpPrototype.h
|
2692db8699
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
|
hace 2 años |
RegExpStringIterator.cpp
|
9407e05a3c
LibJS: Update RegExp spec numbers to match re-ordering within the spec
|
hace 2 años |
RegExpStringIterator.h
|
7c0c1c8f49
LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr
|
hace 2 años |
RegExpStringIteratorPrototype.cpp
|
9d7215c636
LibJS+LibWeb: Move IteratorOperations.h AOs to Iterator.h
|
hace 2 años |
RegExpStringIteratorPrototype.h
|
2692db8699
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
|
hace 2 años |
Set.cpp
|
b84f8fb55b
LibJS: Make intrinsics getters return NonnullGCPtr
|
hace 2 años |
Set.h
|
2692db8699
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
|
hace 2 años |
SetConstructor.cpp
|
9d7215c636
LibJS+LibWeb: Move IteratorOperations.h AOs to Iterator.h
|
hace 2 años |
SetConstructor.h
|
2692db8699
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
|
hace 2 años |
SetIterator.cpp
|
b84f8fb55b
LibJS: Make intrinsics getters return NonnullGCPtr
|
hace 2 años |
SetIterator.h
|
7c0c1c8f49
LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr
|
hace 2 años |
SetIteratorPrototype.cpp
|
9d7215c636
LibJS+LibWeb: Move IteratorOperations.h AOs to Iterator.h
|
hace 2 años |
SetIteratorPrototype.h
|
2692db8699
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
|
hace 2 años |
SetPrototype.cpp
|
9d7215c636
LibJS+LibWeb: Move IteratorOperations.h AOs to Iterator.h
|
hace 2 años |
SetPrototype.h
|
2692db8699
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
|
hace 2 años |
ShadowRealm.cpp
|
b0a533dbc0
LibJS: Identify global variables during parsing
|
hace 2 años |
ShadowRealm.h
|
7c0c1c8f49
LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr
|
hace 2 años |
ShadowRealmConstructor.cpp
|
b84f8fb55b
LibJS: Make intrinsics getters return NonnullGCPtr
|
hace 2 años |
ShadowRealmConstructor.h
|
2692db8699
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
|
hace 2 años |
ShadowRealmPrototype.cpp
|
a23dd88f61
LibJS: Port PrototypeObject::typed_this_object() to NonnullGCPtr
|
hace 2 años |
ShadowRealmPrototype.h
|
2692db8699
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
|
hace 2 años |
Shape.cpp
|
cf6792ec40
LibJS/Bytecode: Invalidate inline caches on unique shape mutation
|
hace 2 años |
Shape.h
|
cf6792ec40
LibJS/Bytecode: Invalidate inline caches on unique shape mutation
|
hace 2 años |
SharedArrayBufferConstructor.cpp
|
2b46e6f664
Everywhere: Update copyrights with my new serenityos.org e-mail :^)
|
hace 2 años |
SharedArrayBufferConstructor.h
|
2b46e6f664
Everywhere: Update copyrights with my new serenityos.org e-mail :^)
|
hace 2 años |
SharedArrayBufferPrototype.cpp
|
2b46e6f664
Everywhere: Update copyrights with my new serenityos.org e-mail :^)
|
hace 2 años |
SharedArrayBufferPrototype.h
|
2b46e6f664
Everywhere: Update copyrights with my new serenityos.org e-mail :^)
|
hace 2 años |
StringConstructor.cpp
|
f345f72b55
LibJS: Port Value::to_object() to NonnullGCPtr
|
hace 2 años |
StringConstructor.h
|
2692db8699
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
|
hace 2 años |
StringIterator.cpp
|
b84f8fb55b
LibJS: Make intrinsics getters return NonnullGCPtr
|
hace 2 años |
StringIterator.h
|
b6b5ddeb3b
LibJS: Port StringIterator to String
|
hace 2 años |
StringIteratorPrototype.cpp
|
9d7215c636
LibJS+LibWeb: Move IteratorOperations.h AOs to Iterator.h
|
hace 2 años |
StringIteratorPrototype.h
|
2692db8699
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
|
hace 2 años |
StringObject.cpp
|
16197af60d
LibJS: Add spec comments to StringObject
|
hace 2 años |
StringObject.h
|
7c0c1c8f49
LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr
|
hace 2 años |
StringOrSymbol.h
|
a8bf2f8e4c
LibJS: Port Symbol to String
|
hace 2 años |
StringPrototype.cpp
|
d31b780760
LibJS: Update spec numbers for the Well-Formed Unicode Strings proposal
|
hace 2 años |
StringPrototype.h
|
2692db8699
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
|
hace 2 años |
SuppressedError.cpp
|
b84f8fb55b
LibJS: Make intrinsics getters return NonnullGCPtr
|
hace 2 años |
SuppressedError.h
|
3353cf68f1
LibJS: Add SuppressedError{, Prototype, Constructor}
|
hace 2 años |
SuppressedErrorConstructor.cpp
|
9d7215c636
LibJS+LibWeb: Move IteratorOperations.h AOs to Iterator.h
|
hace 2 años |
SuppressedErrorConstructor.h
|
2692db8699
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
|
hace 2 años |
SuppressedErrorPrototype.cpp
|
b84f8fb55b
LibJS: Make intrinsics getters return NonnullGCPtr
|
hace 2 años |
SuppressedErrorPrototype.h
|
2692db8699
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
|
hace 2 años |
Symbol.cpp
|
0ae511edae
LibJS: Add spec comments to SymbolConstructor
|
hace 2 años |
Symbol.h
|
0ae511edae
LibJS: Add spec comments to SymbolConstructor
|
hace 2 años |
SymbolConstructor.cpp
|
b84f8fb55b
LibJS: Make intrinsics getters return NonnullGCPtr
|
hace 2 años |
SymbolConstructor.h
|
2692db8699
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
|
hace 2 años |
SymbolObject.cpp
|
b84f8fb55b
LibJS: Make intrinsics getters return NonnullGCPtr
|
hace 2 años |
SymbolObject.h
|
7c0c1c8f49
LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr
|
hace 2 años |
SymbolPrototype.cpp
|
b110258848
LibJS: Port this_symbol_value() to NonnullGCPtr
|
hace 2 años |
SymbolPrototype.h
|
2692db8699
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
|
hace 2 años |
ThrowableStringBuilder.cpp
|
4d10911f96
LibJS: Pre-allocate the out-of-memory error string on the VM
|
hace 2 años |
ThrowableStringBuilder.h
|
153b793638
LibJS: Add a throwable StringBuilder::join method
|
hace 2 años |
TypedArray.cpp
|
9d7215c636
LibJS+LibWeb: Move IteratorOperations.h AOs to Iterator.h
|
hace 2 años |
TypedArray.h
|
52cd671163
LibJS: Make Object::internal_get() reveal the used property offset
|
hace 2 años |
TypedArrayConstructor.cpp
|
9d7215c636
LibJS+LibWeb: Move IteratorOperations.h AOs to Iterator.h
|
hace 2 años |
TypedArrayConstructor.h
|
2692db8699
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
|
hace 2 años |
TypedArrayPrototype.cpp
|
b1870bc47b
LibJS: Propagate OOM from SetValueInBuffer AO
|
hace 2 años |
TypedArrayPrototype.h
|
2692db8699
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
|
hace 2 años |
Utf16String.cpp
|
c79d20be58
LibJS: Define Utf16String::to_utf8 to convert Utf16String to String
|
hace 2 años |
Utf16String.h
|
c79d20be58
LibJS: Define Utf16String::to_utf8 to convert Utf16String to String
|
hace 2 años |
VM.cpp
|
9d7215c636
LibJS+LibWeb: Move IteratorOperations.h AOs to Iterator.h
|
hace 2 años |
VM.h
|
66a8664518
LibJS: Provide a mutable SourceTextModule to HostGetImportMetaProperties
|
hace 2 años |
Value.cpp
|
0cb9c9e81e
LibJS: Add fast paths for bitwise ops on 2x Int32 JS::Value
|
hace 2 años |
Value.h
|
c911781c21
Everywhere: Remove needless trailing semi-colons after functions
|
hace 2 años |
ValueTraits.h
|
1c1b902a6a
LibJS+LibWeb: Move headers around to allow including Value from Cell
|
hace 2 años |
WeakContainer.cpp
|
cdc1315dc8
LibJS: Use IntrusiveList for keeping track of WeakContainers
|
hace 4 años |
WeakContainer.h
|
a95b321bf1
LibJS: Add missing headers
|
hace 3 años |
WeakMap.cpp
|
b84f8fb55b
LibJS: Make intrinsics getters return NonnullGCPtr
|
hace 2 años |
WeakMap.h
|
c911781c21
Everywhere: Remove needless trailing semi-colons after functions
|
hace 2 años |
WeakMapConstructor.cpp
|
9d7215c636
LibJS+LibWeb: Move IteratorOperations.h AOs to Iterator.h
|
hace 2 años |
WeakMapConstructor.h
|
2692db8699
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
|
hace 2 años |
WeakMapPrototype.cpp
|
a23dd88f61
LibJS: Port PrototypeObject::typed_this_object() to NonnullGCPtr
|
hace 2 años |
WeakMapPrototype.h
|
2692db8699
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
|
hace 2 años |
WeakRef.cpp
|
b84f8fb55b
LibJS: Make intrinsics getters return NonnullGCPtr
|
hace 2 años |
WeakRef.h
|
c911781c21
Everywhere: Remove needless trailing semi-colons after functions
|
hace 2 años |
WeakRefConstructor.cpp
|
b84f8fb55b
LibJS: Make intrinsics getters return NonnullGCPtr
|
hace 2 años |
WeakRefConstructor.h
|
2692db8699
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
|
hace 2 años |
WeakRefPrototype.cpp
|
a23dd88f61
LibJS: Port PrototypeObject::typed_this_object() to NonnullGCPtr
|
hace 2 años |
WeakRefPrototype.h
|
2692db8699
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
|
hace 2 años |
WeakSet.cpp
|
b84f8fb55b
LibJS: Make intrinsics getters return NonnullGCPtr
|
hace 2 años |
WeakSet.h
|
c911781c21
Everywhere: Remove needless trailing semi-colons after functions
|
hace 2 años |
WeakSetConstructor.cpp
|
9d7215c636
LibJS+LibWeb: Move IteratorOperations.h AOs to Iterator.h
|
hace 2 años |
WeakSetConstructor.h
|
2692db8699
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
|
hace 2 años |
WeakSetPrototype.cpp
|
a23dd88f61
LibJS: Port PrototypeObject::typed_this_object() to NonnullGCPtr
|
hace 2 años |
WeakSetPrototype.h
|
2692db8699
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
|
hace 2 años |
WrapForValidIteratorPrototype.cpp
|
9d7215c636
LibJS+LibWeb: Move IteratorOperations.h AOs to Iterator.h
|
hace 2 años |
WrapForValidIteratorPrototype.h
|
d9d245faa7
LibJS: Implement Iterator.from and the WrapForValidIteratorPrototype
|
hace 2 años |
WrappedFunction.cpp
|
7c0c1c8f49
LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr
|
hace 2 años |
WrappedFunction.h
|
7c0c1c8f49
LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr
|
hace 2 años |