.. |
Intl
|
ec492a1a08
Everywhere: Run clang-format
|
1 gadu atpakaļ |
Temporal
|
9065b0b0f6
LibJS: Truncate roundingIncrement before range check
|
1 gadu atpakaļ |
AbstractOperations.cpp
|
f6aee2b9e8
LibJS/Bytecode: Flatten bytecode to a contiguous representation
|
1 gadu atpakaļ |
AbstractOperations.h
|
ff00d21d58
Everywhere: Mark a bunch of function parameters as NOESCAPE
|
1 gadu atpakaļ |
Accessor.cpp
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 gadu atpakaļ |
Accessor.h
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 gadu atpakaļ |
Agent.cpp
|
a7073c3f1f
LibJS: Skip test262 tests with the CanBlockIsFalse flag
|
1 gadu atpakaļ |
Agent.h
|
a7073c3f1f
LibJS: Skip test262 tests with the CanBlockIsFalse flag
|
1 gadu atpakaļ |
AggregateError.cpp
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 gadu atpakaļ |
AggregateError.h
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 gadu atpakaļ |
AggregateErrorConstructor.cpp
|
5e1499d104
Everywhere: Rename {Deprecated => Byte}String
|
1 gadu atpakaļ |
AggregateErrorConstructor.h
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 gadu atpakaļ |
AggregateErrorPrototype.cpp
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 gadu atpakaļ |
AggregateErrorPrototype.h
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 gadu atpakaļ |
ArgumentsObject.cpp
|
493a04d5fe
LibJS: Add PropertyLookupPhase enum to distinguish Object [[Get]] calls
|
1 gadu atpakaļ |
ArgumentsObject.h
|
493a04d5fe
LibJS: Add PropertyLookupPhase enum to distinguish Object [[Get]] calls
|
1 gadu atpakaļ |
Array.cpp
|
5e1499d104
Everywhere: Rename {Deprecated => Byte}String
|
1 gadu atpakaļ |
Array.h
|
fceba6a257
LibWeb/WebIDL: Introduce ObservableArray
|
1 gadu atpakaļ |
ArrayBuffer.cpp
|
84936c9ab6
LibJS: Inline the ArrayBufferByteLength implementation
|
1 gadu atpakaļ |
ArrayBuffer.h
|
17e2f751c5
LibJS: Add an explicit DataBlock::size method
|
1 gadu atpakaļ |
ArrayBufferConstructor.cpp
|
29ac6e3689
LibJS: Partially implement resizable ArrayBuffer objects
|
1 gadu atpakaļ |
ArrayBufferConstructor.h
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 gadu atpakaļ |
ArrayBufferPrototype.cpp
|
3f3686cf7b
LibJS: Implement missing steps from the ArrayBuffer transfer proposal
|
1 gadu atpakaļ |
ArrayBufferPrototype.h
|
29ac6e3689
LibJS: Partially implement resizable ArrayBuffer objects
|
1 gadu atpakaļ |
ArrayConstructor.cpp
|
ae11a4de1c
LibJS: Remove unused `target` field from Completion
|
1 gadu atpakaļ |
ArrayConstructor.h
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 gadu atpakaļ |
ArrayIterator.cpp
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 gadu atpakaļ |
ArrayIterator.h
|
373ec387c1
LibJS: Add fast_is<ArrayIterator>()
|
1 gadu atpakaļ |
ArrayIteratorPrototype.cpp
|
9258d7b98a
LibJS+LibWeb: Implement resizable ArrayBuffer support for TypedArray
|
1 gadu atpakaļ |
ArrayIteratorPrototype.h
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 gadu atpakaļ |
ArrayPrototype.cpp
|
5e1499d104
Everywhere: Rename {Deprecated => Byte}String
|
1 gadu atpakaļ |
ArrayPrototype.h
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 gadu atpakaļ |
AsyncFromSyncIterator.cpp
|
4699c81fc1
LibJS: Stop converting between Object <-> IteratorRecord all the time
|
1 gadu atpakaļ |
AsyncFromSyncIterator.h
|
4699c81fc1
LibJS: Stop converting between Object <-> IteratorRecord all the time
|
1 gadu atpakaļ |
AsyncFromSyncIteratorPrototype.cpp
|
f4fa37afd2
LibJS+LibWeb: Add missing JS_DEFINE_ALLOCATOR() for a bunch of classes
|
1 gadu atpakaļ |
AsyncFromSyncIteratorPrototype.h
|
4699c81fc1
LibJS: Stop converting between Object <-> IteratorRecord all the time
|
1 gadu atpakaļ |
AsyncFunctionConstructor.cpp
|
3dc5f467a8
LibJS: Always allocate ExecutionContext objects on the malloc heap
|
1 gadu atpakaļ |
AsyncFunctionConstructor.h
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 gadu atpakaļ |
AsyncFunctionDriverWrapper.cpp
|
b108d51c5b
LibJS: Only consider VM-accessible execution contexts as strong roots
|
1 gadu atpakaļ |
AsyncFunctionDriverWrapper.h
|
3dc5f467a8
LibJS: Always allocate ExecutionContext objects on the malloc heap
|
1 gadu atpakaļ |
AsyncFunctionPrototype.cpp
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 gadu atpakaļ |
AsyncFunctionPrototype.h
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 gadu atpakaļ |
AsyncGenerator.cpp
|
f6aee2b9e8
LibJS/Bytecode: Flatten bytecode to a contiguous representation
|
1 gadu atpakaļ |
AsyncGenerator.h
|
865e651a7d
LibJS: Merge CallFrame into ExecutionContext
|
1 gadu atpakaļ |
AsyncGeneratorFunctionConstructor.cpp
|
3dc5f467a8
LibJS: Always allocate ExecutionContext objects on the malloc heap
|
1 gadu atpakaļ |
AsyncGeneratorFunctionConstructor.h
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 gadu atpakaļ |
AsyncGeneratorFunctionPrototype.cpp
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 gadu atpakaļ |
AsyncGeneratorFunctionPrototype.h
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 gadu atpakaļ |
AsyncGeneratorPrototype.cpp
|
ae11a4de1c
LibJS: Remove unused `target` field from Completion
|
1 gadu atpakaļ |
AsyncGeneratorPrototype.h
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 gadu atpakaļ |
AsyncGeneratorRequest.h
|
fc9d587e39
LibJS: Make PromiseCapability GC-allocated
|
2 gadi atpakaļ |
AsyncIteratorPrototype.cpp
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 gadu atpakaļ |
AsyncIteratorPrototype.h
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 gadu atpakaļ |
AtomicsObject.cpp
|
9258d7b98a
LibJS+LibWeb: Implement resizable ArrayBuffer support for TypedArray
|
1 gadu atpakaļ |
AtomicsObject.h
|
026363024f
LibJS: Stub out Atomics.notify
|
1 gadu atpakaļ |
BigInt.cpp
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 gadu atpakaļ |
BigInt.h
|
5e1499d104
Everywhere: Rename {Deprecated => Byte}String
|
1 gadu atpakaļ |
BigIntConstructor.cpp
|
5ed7cd6e32
Everywhere: Use east const in more places
|
1 gadu atpakaļ |
BigIntConstructor.h
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 gadu atpakaļ |
BigIntObject.cpp
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 gadu atpakaļ |
BigIntObject.h
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 gadu atpakaļ |
BigIntPrototype.cpp
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 gadu atpakaļ |
BigIntPrototype.h
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 gadu atpakaļ |
BooleanConstructor.cpp
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 gadu atpakaļ |
BooleanConstructor.h
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 gadu atpakaļ |
BooleanObject.cpp
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 gadu atpakaļ |
BooleanObject.h
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 gadu atpakaļ |
BooleanPrototype.cpp
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 gadu atpakaļ |
BooleanPrototype.h
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 gadu atpakaļ |
BoundFunction.cpp
|
53d0dd4a2e
LibJS+LibWeb: Use new Cell::Visitor helpers to avoid manual iteration
|
1 gadu atpakaļ |
BoundFunction.h
|
ece961f882
LibJS: Pass call/construct argument lists as ReadonlySpan<Value>
|
1 gadu atpakaļ |
ByteLength.h
|
c7fec9424c
LibJS+LibWeb: Implement resizable ArrayBuffer support for DataView
|
1 gadu atpakaļ |
CanonicalIndex.h
|
d37d6b3479
LibJS: Protect CanonicalIndex against double-to-integer overflow
|
2 gadi atpakaļ |
ClassFieldDefinition.h
|
4aade74b91
LibJS: Include Environment.h directly in ClassFieldDefinition.h
|
2 gadi atpakaļ |
CommonPropertyNames.h
|
cad95ce274
LibJS: Implement Promise.try()
|
1 gadu atpakaļ |
Completion.cpp
|
ae11a4de1c
LibJS: Remove unused `target` field from Completion
|
1 gadu atpakaļ |
Completion.h
|
ae11a4de1c
LibJS: Remove unused `target` field from Completion
|
1 gadu atpakaļ |
ConsoleObject.cpp
|
4db1712f90
LibJS+LibWeb: Make Console, ConsoleClient & subclasses GC-allocated
|
1 gadu atpakaļ |
ConsoleObject.h
|
4db1712f90
LibJS+LibWeb: Make Console, ConsoleClient & subclasses GC-allocated
|
1 gadu atpakaļ |
DataView.cpp
|
c7fec9424c
LibJS+LibWeb: Implement resizable ArrayBuffer support for DataView
|
1 gadu atpakaļ |
DataView.h
|
c7fec9424c
LibJS+LibWeb: Implement resizable ArrayBuffer support for DataView
|
1 gadu atpakaļ |
DataViewConstructor.cpp
|
c7fec9424c
LibJS+LibWeb: Implement resizable ArrayBuffer support for DataView
|
1 gadu atpakaļ |
DataViewConstructor.h
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 gadu atpakaļ |
DataViewPrototype.cpp
|
c7fec9424c
LibJS+LibWeb: Implement resizable ArrayBuffer support for DataView
|
1 gadu atpakaļ |
DataViewPrototype.h
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 gadu atpakaļ |
Date.cpp
|
6047f1adcb
LibJS: Ensure JS::Date has a key function and its vtable is in LibJS
|
1 gadu atpakaļ |
Date.h
|
6047f1adcb
LibJS: Ensure JS::Date has a key function and its vtable is in LibJS
|
1 gadu atpakaļ |
DateConstructor.cpp
|
f757a7cfa8
LibJS: Support more weird date formats found on the web
|
1 gadu atpakaļ |
DateConstructor.h
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 gadu atpakaļ |
DatePrototype.cpp
|
5e1499d104
Everywhere: Rename {Deprecated => Byte}String
|
1 gadu atpakaļ |
DatePrototype.h
|
5e1499d104
Everywhere: Rename {Deprecated => Byte}String
|
1 gadu atpakaļ |
DeclarativeEnvironment.cpp
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 gadu atpakaļ |
DeclarativeEnvironment.h
|
d878975f95
AK+LibJS: Remove OFFSET_OF and its users
|
1 gadu atpakaļ |
DisposableStack.cpp
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 gadu atpakaļ |
DisposableStack.h
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 gadu atpakaļ |
DisposableStackConstructor.cpp
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 gadu atpakaļ |
DisposableStackConstructor.h
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 gadu atpakaļ |
DisposableStackPrototype.cpp
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 gadu atpakaļ |
DisposableStackPrototype.h
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 gadu atpakaļ |
ECMAScriptFunctionObject.cpp
|
ae11a4de1c
LibJS: Remove unused `target` field from Completion
|
1 gadu atpakaļ |
ECMAScriptFunctionObject.h
|
4d5823a5bc
LibWeb+LibJS: Skip function environment allocation if possible
|
1 gadu atpakaļ |
Environment.cpp
|
82eeee2008
LibJS+LibWeb: Normalize calls to Base::visit_edges in GC objects
|
2 gadi atpakaļ |
Environment.h
|
d878975f95
AK+LibJS: Remove OFFSET_OF and its users
|
1 gadu atpakaļ |
EnvironmentCoordinate.h
|
d878975f95
AK+LibJS: Remove OFFSET_OF and its users
|
1 gadu atpakaļ |
Error.cpp
|
5e1499d104
Everywhere: Rename {Deprecated => Byte}String
|
1 gadu atpakaļ |
Error.h
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 gadu atpakaļ |
ErrorConstructor.cpp
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 gadu atpakaļ |
ErrorConstructor.h
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 gadu atpakaļ |
ErrorPrototype.cpp
|
d62c0fcbdc
LibJS: Add calls to JS_{DECLARE,DEFINE}_ALLOCATOR()
|
1 gadu atpakaļ |
ErrorPrototype.h
|
d62c0fcbdc
LibJS: Add calls to JS_{DECLARE,DEFINE}_ALLOCATOR()
|
1 gadu atpakaļ |
ErrorTypes.cpp
|
3d656ba600
LibJS: Emit StringViews for ErrorType instances
|
3 gadi atpakaļ |
ErrorTypes.h
|
ecb7d4b40f
LibJS: Throw RangeError in `StringPrototype::repeat` if OOM
|
1 gadu atpakaļ |
ExecutionContext.cpp
|
f6aee2b9e8
LibJS/Bytecode: Flatten bytecode to a contiguous representation
|
1 gadu atpakaļ |
ExecutionContext.h
|
f6aee2b9e8
LibJS/Bytecode: Flatten bytecode to a contiguous representation
|
1 gadu atpakaļ |
FinalizationRegistry.cpp
|
a3b4c2a30f
LibJS+LibWeb: Change JobCallback to be GC-allocated
|
1 gadu atpakaļ |
FinalizationRegistry.h
|
a3b4c2a30f
LibJS+LibWeb: Change JobCallback to be GC-allocated
|
1 gadu atpakaļ |
FinalizationRegistryConstructor.cpp
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 gadu atpakaļ |
FinalizationRegistryConstructor.h
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 gadu atpakaļ |
FinalizationRegistryPrototype.cpp
|
a3b4c2a30f
LibJS+LibWeb: Change JobCallback to be GC-allocated
|
1 gadu atpakaļ |
FinalizationRegistryPrototype.h
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 gadu atpakaļ |
FunctionConstructor.cpp
|
8ff16c1b57
LibJS: Cache access to properties found in prototype chain
|
1 gadu atpakaļ |
FunctionConstructor.h
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 gadu atpakaļ |
FunctionEnvironment.cpp
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 gadu atpakaļ |
FunctionEnvironment.h
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 gadu atpakaļ |
FunctionKind.h
|
c696654294
LibJS: Add a missing include to FunctionKind.h
|
2 gadi atpakaļ |
FunctionObject.cpp
|
5e1499d104
Everywhere: Rename {Deprecated => Byte}String
|
1 gadu atpakaļ |
FunctionObject.h
|
ece961f882
LibJS: Pass call/construct argument lists as ReadonlySpan<Value>
|
1 gadu atpakaļ |
FunctionPrototype.cpp
|
5e1499d104
Everywhere: Rename {Deprecated => Byte}String
|
1 gadu atpakaļ |
FunctionPrototype.h
|
ece961f882
LibJS: Pass call/construct argument lists as ReadonlySpan<Value>
|
1 gadu atpakaļ |
GeneratorFunctionConstructor.cpp
|
3dc5f467a8
LibJS: Always allocate ExecutionContext objects on the malloc heap
|
1 gadu atpakaļ |
GeneratorFunctionConstructor.h
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 gadu atpakaļ |
GeneratorFunctionPrototype.cpp
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 gadu atpakaļ |
GeneratorFunctionPrototype.h
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 gadu atpakaļ |
GeneratorObject.cpp
|
f6aee2b9e8
LibJS/Bytecode: Flatten bytecode to a contiguous representation
|
1 gadu atpakaļ |
GeneratorObject.h
|
865e651a7d
LibJS: Merge CallFrame into ExecutionContext
|
1 gadu atpakaļ |
GeneratorPrototype.cpp
|
ae11a4de1c
LibJS: Remove unused `target` field from Completion
|
1 gadu atpakaļ |
GeneratorPrototype.h
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 gadu atpakaļ |
GlobalEnvironment.cpp
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 gadu atpakaļ |
GlobalEnvironment.h
|
d878975f95
AK+LibJS: Remove OFFSET_OF and its users
|
1 gadu atpakaļ |
GlobalObject.cpp
|
3170ad2ee3
LibJS: Avoid string trimming in GlobalObject.parseInt() when possible
|
1 gadu atpakaļ |
GlobalObject.h
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 gadu atpakaļ |
IndexedProperties.cpp
|
161298b5d1
LibJS/Bytecode: Inline indexed property access in GetByVal better
|
1 gadu atpakaļ |
IndexedProperties.h
|
161298b5d1
LibJS/Bytecode: Inline indexed property access in GetByVal better
|
1 gadu atpakaļ |
Intrinsics.cpp
|
8ff16c1b57
LibJS: Cache access to properties found in prototype chain
|
1 gadu atpakaļ |
Intrinsics.h
|
8ff16c1b57
LibJS: Cache access to properties found in prototype chain
|
1 gadu atpakaļ |
Iterator.cpp
|
18847fca50
LibJS: Use IteratorStepValue in ECMA-262
|
1 gadu atpakaļ |
Iterator.h
|
18847fca50
LibJS: Use IteratorStepValue in ECMA-262
|
1 gadu atpakaļ |
IteratorConstructor.cpp
|
4699c81fc1
LibJS: Stop converting between Object <-> IteratorRecord all the time
|
1 gadu atpakaļ |
IteratorConstructor.h
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 gadu atpakaļ |
IteratorHelper.cpp
|
4699c81fc1
LibJS: Stop converting between Object <-> IteratorRecord all the time
|
1 gadu atpakaļ |
IteratorHelper.h
|
4699c81fc1
LibJS: Stop converting between Object <-> IteratorRecord all the time
|
1 gadu atpakaļ |
IteratorHelperPrototype.cpp
|
ae11a4de1c
LibJS: Remove unused `target` field from Completion
|
1 gadu atpakaļ |
IteratorHelperPrototype.h
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 gadu atpakaļ |
IteratorPrototype.cpp
|
4699c81fc1
LibJS: Stop converting between Object <-> IteratorRecord all the time
|
1 gadu atpakaļ |
IteratorPrototype.h
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 gadu atpakaļ |
JSONObject.cpp
|
b5f1a48a7c
AK+Everywhere: Remove JsonValue APIs with implicit default values
|
1 gadu atpakaļ |
JSONObject.h
|
5e1499d104
Everywhere: Rename {Deprecated => Byte}String
|
1 gadu atpakaļ |
JobCallback.cpp
|
44819419ab
LibJS: Add missing Base::visit_edges() in JobCallback
|
1 gadu atpakaļ |
JobCallback.h
|
a3b4c2a30f
LibJS+LibWeb: Change JobCallback to be GC-allocated
|
1 gadu atpakaļ |
Map.cpp
|
7cbbd4dd7e
LibJS: Suppress LibJSGCVerifier warning about Map::m_keys
|
1 gadu atpakaļ |
Map.h
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 gadu atpakaļ |
MapConstructor.cpp
|
edbc2a1031
LibJS: Update spec numbers for the Array Grouping proposal
|
1 gadu atpakaļ |
MapConstructor.h
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 gadu atpakaļ |
MapIterator.cpp
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 gadu atpakaļ |
MapIterator.h
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 gadu atpakaļ |
MapIteratorPrototype.cpp
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 gadu atpakaļ |
MapIteratorPrototype.h
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 gadu atpakaļ |
MapPrototype.cpp
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 gadu atpakaļ |
MapPrototype.h
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 gadu atpakaļ |
MathObject.cpp
|
e335354b30
LibJS: Call builtins directly in the bytecode interpreter
|
1 gadu atpakaļ |
MathObject.h
|
e335354b30
LibJS: Call builtins directly in the bytecode interpreter
|
1 gadu atpakaļ |
ModuleEnvironment.cpp
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 gadu atpakaļ |
ModuleEnvironment.h
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 gadu atpakaļ |
ModuleNamespaceObject.cpp
|
493a04d5fe
LibJS: Add PropertyLookupPhase enum to distinguish Object [[Get]] calls
|
1 gadu atpakaļ |
ModuleNamespaceObject.h
|
493a04d5fe
LibJS: Add PropertyLookupPhase enum to distinguish Object [[Get]] calls
|
1 gadu atpakaļ |
ModuleRequest.h
|
5e1499d104
Everywhere: Rename {Deprecated => Byte}String
|
1 gadu atpakaļ |
NativeFunction.cpp
|
f6aee2b9e8
LibJS/Bytecode: Flatten bytecode to a contiguous representation
|
1 gadu atpakaļ |
NativeFunction.h
|
845da3901d
LibJS: Make ExecutionContext::function_name a GCPtr<PrimitiveString>
|
1 gadu atpakaļ |
NumberConstructor.cpp
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 gadu atpakaļ |
NumberConstructor.h
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 gadu atpakaļ |
NumberObject.cpp
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 gadu atpakaļ |
NumberObject.h
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 gadu atpakaļ |
NumberPrototype.cpp
|
5e1499d104
Everywhere: Rename {Deprecated => Byte}String
|
1 gadu atpakaļ |
NumberPrototype.h
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 gadu atpakaļ |
Object.cpp
|
8ff16c1b57
LibJS: Cache access to properties found in prototype chain
|
1 gadu atpakaļ |
Object.h
|
8ff16c1b57
LibJS: Cache access to properties found in prototype chain
|
1 gadu atpakaļ |
ObjectConstructor.cpp
|
edbc2a1031
LibJS: Update spec numbers for the Array Grouping proposal
|
1 gadu atpakaļ |
ObjectConstructor.h
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 gadu atpakaļ |
ObjectEnvironment.cpp
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 gadu atpakaļ |
ObjectEnvironment.h
|
d878975f95
AK+LibJS: Remove OFFSET_OF and its users
|
1 gadu atpakaļ |
ObjectPrototype.cpp
|
5e1499d104
Everywhere: Rename {Deprecated => Byte}String
|
1 gadu atpakaļ |
ObjectPrototype.h
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 gadu atpakaļ |
PrimitiveString.cpp
|
a53911717f
LibJS: Remove DeprecatedFlyString::impl use in PrimitiveString
|
1 gadu atpakaļ |
PrimitiveString.h
|
5e1499d104
Everywhere: Rename {Deprecated => Byte}String
|
1 gadu atpakaļ |
PrivateEnvironment.cpp
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 gadu atpakaļ |
PrivateEnvironment.h
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 gadu atpakaļ |
Promise.cpp
|
53d0dd4a2e
LibJS+LibWeb: Use new Cell::Visitor helpers to avoid manual iteration
|
1 gadu atpakaļ |
Promise.h
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 gadu atpakaļ |
PromiseCapability.cpp
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 gadu atpakaļ |
PromiseCapability.h
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 gadu atpakaļ |
PromiseConstructor.cpp
|
cad95ce274
LibJS: Implement Promise.try()
|
1 gadu atpakaļ |
PromiseConstructor.h
|
cad95ce274
LibJS: Implement Promise.try()
|
1 gadu atpakaļ |
PromiseJobs.cpp
|
0c84508f87
LibJS: Fix GC leaks in promise reaction job setup
|
1 gadu atpakaļ |
PromiseJobs.h
|
41cc8e75f2
LibJS: Make PromiseJob store callback as a HeapFunction
|
1 gadu atpakaļ |
PromisePrototype.cpp
|
338dde70a1
LibJS: Don't create Handles in Promise.finally()
|
1 gadu atpakaļ |
PromisePrototype.h
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 gadu atpakaļ |
PromiseReaction.cpp
|
a3b4c2a30f
LibJS+LibWeb: Change JobCallback to be GC-allocated
|
1 gadu atpakaļ |
PromiseReaction.h
|
a3b4c2a30f
LibJS+LibWeb: Change JobCallback to be GC-allocated
|
1 gadu atpakaļ |
PromiseResolvingElementFunctions.cpp
|
53d0dd4a2e
LibJS+LibWeb: Use new Cell::Visitor helpers to avoid manual iteration
|
1 gadu atpakaļ |
PromiseResolvingElementFunctions.h
|
d62c0fcbdc
LibJS: Add calls to JS_{DECLARE,DEFINE}_ALLOCATOR()
|
1 gadu atpakaļ |
PromiseResolvingFunction.cpp
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 gadu atpakaļ |
PromiseResolvingFunction.h
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 gadu atpakaļ |
PropertyAttributes.h
|
5e1499d104
Everywhere: Rename {Deprecated => Byte}String
|
1 gadu atpakaļ |
PropertyDescriptor.cpp
|
65717e3b75
LibJS: Inline fast case for Value::to_{boolean,number,numeric,primitive}
|
1 gadu atpakaļ |
PropertyDescriptor.h
|
97ebfd9f0f
LibJS: Make Value::to_string_without_side_effects() infallible
|
2 gadi atpakaļ |
PropertyKey.h
|
713d8dc0f8
LibJS: Add support for constructing a PropertyKey from a FlyString
|
1 gadu atpakaļ |
PrototypeObject.h
|
89503a0cfe
LibJS: Port PrototypeObject::typed_this_value() to NonnullGCPtr
|
2 gadi atpakaļ |
ProxyConstructor.cpp
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 gadu atpakaļ |
ProxyConstructor.h
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 gadu atpakaļ |
ProxyObject.cpp
|
493a04d5fe
LibJS: Add PropertyLookupPhase enum to distinguish Object [[Get]] calls
|
1 gadu atpakaļ |
ProxyObject.h
|
493a04d5fe
LibJS: Add PropertyLookupPhase enum to distinguish Object [[Get]] calls
|
1 gadu atpakaļ |
Realm.cpp
|
3dc5f467a8
LibJS: Always allocate ExecutionContext objects on the malloc heap
|
1 gadu atpakaļ |
Realm.h
|
3945e1a82a
LibJS: Make JS::Cell a Weakable
|
1 gadu atpakaļ |
Reference.cpp
|
d667721b24
LibJS: Skip object creation for BigInt and Symbol values in GetValue
|
1 gadu atpakaļ |
Reference.h
|
2b19d1b5ab
LibJS: Do not coerce nullish references to unresolvable references
|
2 gadi atpakaļ |
ReflectObject.cpp
|
ece961f882
LibJS: Pass call/construct argument lists as ReadonlySpan<Value>
|
1 gadu atpakaļ |
ReflectObject.h
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 gadu atpakaļ |
RegExpConstructor.cpp
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 gadu atpakaļ |
RegExpConstructor.h
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 gadu atpakaļ |
RegExpLegacyStaticProperties.cpp
|
7849950383
LibJS: Make Utf16String & related APIs infallible
|
2 gadi atpakaļ |
RegExpLegacyStaticProperties.h
|
7849950383
LibJS: Make Utf16String & related APIs infallible
|
2 gadi atpakaļ |
RegExpObject.cpp
|
b018114bee
LibWeb: Add missing visit_edges implementation to RegExpObject
|
1 gadu atpakaļ |
RegExpObject.h
|
b018114bee
LibWeb: Add missing visit_edges implementation to RegExpObject
|
1 gadu atpakaļ |
RegExpPrototype.cpp
|
5e1499d104
Everywhere: Rename {Deprecated => Byte}String
|
1 gadu atpakaļ |
RegExpPrototype.h
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 gadu atpakaļ |
RegExpStringIterator.cpp
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 gadu atpakaļ |
RegExpStringIterator.h
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 gadu atpakaļ |
RegExpStringIteratorPrototype.cpp
|
5e1499d104
Everywhere: Rename {Deprecated => Byte}String
|
1 gadu atpakaļ |
RegExpStringIteratorPrototype.h
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 gadu atpakaļ |
Set.cpp
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 gadu atpakaļ |
Set.h
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 gadu atpakaļ |
SetConstructor.cpp
|
18847fca50
LibJS: Use IteratorStepValue in ECMA-262
|
1 gadu atpakaļ |
SetConstructor.h
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 gadu atpakaļ |
SetIterator.cpp
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 gadu atpakaļ |
SetIterator.h
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 gadu atpakaļ |
SetIteratorPrototype.cpp
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 gadu atpakaļ |
SetIteratorPrototype.h
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 gadu atpakaļ |
SetPrototype.cpp
|
d62c0fcbdc
LibJS: Add calls to JS_{DECLARE,DEFINE}_ALLOCATOR()
|
1 gadu atpakaļ |
SetPrototype.h
|
d62c0fcbdc
LibJS: Add calls to JS_{DECLARE,DEFINE}_ALLOCATOR()
|
1 gadu atpakaļ |
ShadowRealm.cpp
|
f6aee2b9e8
LibJS/Bytecode: Flatten bytecode to a contiguous representation
|
1 gadu atpakaļ |
ShadowRealm.h
|
5e1499d104
Everywhere: Rename {Deprecated => Byte}String
|
1 gadu atpakaļ |
ShadowRealmConstructor.cpp
|
3dc5f467a8
LibJS: Always allocate ExecutionContext objects on the malloc heap
|
1 gadu atpakaļ |
ShadowRealmConstructor.h
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 gadu atpakaļ |
ShadowRealmPrototype.cpp
|
5e1499d104
Everywhere: Rename {Deprecated => Byte}String
|
1 gadu atpakaļ |
ShadowRealmPrototype.h
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 gadu atpakaļ |
Shape.cpp
|
8ff16c1b57
LibJS: Cache access to properties found in prototype chain
|
1 gadu atpakaļ |
Shape.h
|
8ff16c1b57
LibJS: Cache access to properties found in prototype chain
|
1 gadu atpakaļ |
SharedArrayBufferConstructor.cpp
|
4f32392426
LibJS: Update spec headers of ArrayBuffer, TypedArray, DataView, Atomics
|
1 gadu atpakaļ |
SharedArrayBufferConstructor.h
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 gadu atpakaļ |
SharedArrayBufferPrototype.cpp
|
526a74f2f1
LibJS: Implement missing checks for SharedArrayBuffer values
|
1 gadu atpakaļ |
SharedArrayBufferPrototype.h
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 gadu atpakaļ |
StringConstructor.cpp
|
5e1499d104
Everywhere: Rename {Deprecated => Byte}String
|
1 gadu atpakaļ |
StringConstructor.h
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 gadu atpakaļ |
StringIterator.cpp
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 gadu atpakaļ |
StringIterator.h
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 gadu atpakaļ |
StringIteratorPrototype.cpp
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 gadu atpakaļ |
StringIteratorPrototype.h
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 gadu atpakaļ |
StringObject.cpp
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 gadu atpakaļ |
StringObject.h
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 gadu atpakaļ |
StringOrSymbol.h
|
8ac0e3f0e5
AK+LibJS: Remove null state from DeprecatedFlyString :^)
|
1 gadu atpakaļ |
StringPrototype.cpp
|
ecb7d4b40f
LibJS: Throw RangeError in `StringPrototype::repeat` if OOM
|
1 gadu atpakaļ |
StringPrototype.h
|
a984067567
LibJS: Make the StringIndexOf AO public
|
1 gadu atpakaļ |
SuppressedError.cpp
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 gadu atpakaļ |
SuppressedError.h
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 gadu atpakaļ |
SuppressedErrorConstructor.cpp
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 gadu atpakaļ |
SuppressedErrorConstructor.h
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 gadu atpakaļ |
SuppressedErrorPrototype.cpp
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 gadu atpakaļ |
SuppressedErrorPrototype.h
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 gadu atpakaļ |
Symbol.cpp
|
f4fa37afd2
LibJS+LibWeb: Add missing JS_DEFINE_ALLOCATOR() for a bunch of classes
|
1 gadu atpakaļ |
Symbol.h
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 gadu atpakaļ |
SymbolConstructor.cpp
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 gadu atpakaļ |
SymbolConstructor.h
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 gadu atpakaļ |
SymbolObject.cpp
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 gadu atpakaļ |
SymbolObject.h
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 gadu atpakaļ |
SymbolPrototype.cpp
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 gadu atpakaļ |
SymbolPrototype.h
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 gadu atpakaļ |
TypedArray.cpp
|
ec492a1a08
Everywhere: Run clang-format
|
1 gadu atpakaļ |
TypedArray.h
|
493a04d5fe
LibJS: Add PropertyLookupPhase enum to distinguish Object [[Get]] calls
|
1 gadu atpakaļ |
TypedArrayConstructor.cpp
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 gadu atpakaļ |
TypedArrayConstructor.h
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 gadu atpakaļ |
TypedArrayPrototype.cpp
|
45fa6249df
LibJS: Do not unnecessarily revalidate a TypedArray
|
1 gadu atpakaļ |
TypedArrayPrototype.h
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 gadu atpakaļ |
Utf16String.cpp
|
5e1499d104
Everywhere: Rename {Deprecated => Byte}String
|
1 gadu atpakaļ |
Utf16String.h
|
5e1499d104
Everywhere: Rename {Deprecated => Byte}String
|
1 gadu atpakaļ |
VM.cpp
|
f6aee2b9e8
LibJS/Bytecode: Flatten bytecode to a contiguous representation
|
1 gadu atpakaļ |
VM.h
|
323c9edbb9
LibJS: Increase the stack limit on macOS with ASAN enabled
|
1 gadu atpakaļ |
Value.cpp
|
17c1f742a9
LibJS/Bytecode: Increase coverage of left/shift expression fast paths
|
1 gadu atpakaļ |
Value.h
|
55a4b0a21e
LibJS: Mark Value as a trivial type for AK collection purposes
|
1 gadu atpakaļ |
ValueInlines.h
|
65717e3b75
LibJS: Inline fast case for Value::to_{boolean,number,numeric,primitive}
|
1 gadu atpakaļ |
ValueTraits.h
|
5ed7cd6e32
Everywhere: Use east const in more places
|
1 gadu atpakaļ |
WeakContainer.cpp
|
cdc1315dc8
LibJS: Use IntrusiveList for keeping track of WeakContainers
|
4 gadi atpakaļ |
WeakContainer.h
|
a95b321bf1
LibJS: Add missing headers
|
3 gadi atpakaļ |
WeakMap.cpp
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 gadu atpakaļ |
WeakMap.h
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 gadu atpakaļ |
WeakMapConstructor.cpp
|
5e1499d104
Everywhere: Rename {Deprecated => Byte}String
|
1 gadu atpakaļ |
WeakMapConstructor.h
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 gadu atpakaļ |
WeakMapPrototype.cpp
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 gadu atpakaļ |
WeakMapPrototype.h
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 gadu atpakaļ |
WeakRef.cpp
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 gadu atpakaļ |
WeakRef.h
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 gadu atpakaļ |
WeakRefConstructor.cpp
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 gadu atpakaļ |
WeakRefConstructor.h
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 gadu atpakaļ |
WeakRefPrototype.cpp
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 gadu atpakaļ |
WeakRefPrototype.h
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 gadu atpakaļ |
WeakSet.cpp
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 gadu atpakaļ |
WeakSet.h
|
c84cd1d668
LibJSGCVerifier: Support marking GCPtr members as raw references
|
1 gadu atpakaļ |
WeakSetConstructor.cpp
|
18847fca50
LibJS: Use IteratorStepValue in ECMA-262
|
1 gadu atpakaļ |
WeakSetConstructor.h
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 gadu atpakaļ |
WeakSetPrototype.cpp
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 gadu atpakaļ |
WeakSetPrototype.h
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 gadu atpakaļ |
WrapForValidIteratorPrototype.cpp
|
d62c0fcbdc
LibJS: Add calls to JS_{DECLARE,DEFINE}_ALLOCATOR()
|
1 gadu atpakaļ |
WrapForValidIteratorPrototype.h
|
d62c0fcbdc
LibJS: Add calls to JS_{DECLARE,DEFINE}_ALLOCATOR()
|
1 gadu atpakaļ |
WrappedFunction.cpp
|
3dc5f467a8
LibJS: Always allocate ExecutionContext objects on the malloc heap
|
1 gadu atpakaļ |
WrappedFunction.h
|
ece961f882
LibJS: Pass call/construct argument lists as ReadonlySpan<Value>
|
1 gadu atpakaļ |