.. |
Intl
|
4b3e26c583
LibJS+LibLocale: Replace calendar weekday information with ICU
|
1 tahun lalu |
Temporal
|
9ea6ab0ad4
LibJS+LibWeb: Fix a ton of JS_CELL-like macro issues
|
1 tahun lalu |
AbstractOperations.cpp
|
a3782782fa
LibJS: Remove two unused members from ExecutionContext
|
1 tahun lalu |
AbstractOperations.h
|
a5f4c9a632
AK+Userland: Remove NOESCAPE
|
1 tahun lalu |
Accessor.cpp
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 tahun lalu |
Accessor.h
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 tahun lalu |
Agent.cpp
|
a7073c3f1f
LibJS: Skip test262 tests with the CanBlockIsFalse flag
|
1 tahun lalu |
Agent.h
|
a7073c3f1f
LibJS: Skip test262 tests with the CanBlockIsFalse flag
|
1 tahun lalu |
AggregateError.cpp
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 tahun lalu |
AggregateError.h
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 tahun lalu |
AggregateErrorConstructor.cpp
|
5e1499d104
Everywhere: Rename {Deprecated => Byte}String
|
1 tahun lalu |
AggregateErrorConstructor.h
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 tahun lalu |
AggregateErrorPrototype.cpp
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 tahun lalu |
AggregateErrorPrototype.h
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 tahun lalu |
ArgumentsObject.cpp
|
493a04d5fe
LibJS: Add PropertyLookupPhase enum to distinguish Object [[Get]] calls
|
1 tahun lalu |
ArgumentsObject.h
|
493a04d5fe
LibJS: Add PropertyLookupPhase enum to distinguish Object [[Get]] calls
|
1 tahun lalu |
Array.cpp
|
5e1499d104
Everywhere: Rename {Deprecated => Byte}String
|
1 tahun lalu |
Array.h
|
fceba6a257
LibWeb/WebIDL: Introduce ObservableArray
|
1 tahun lalu |
ArrayBuffer.cpp
|
84936c9ab6
LibJS: Inline the ArrayBufferByteLength implementation
|
1 tahun lalu |
ArrayBuffer.h
|
17e2f751c5
LibJS: Add an explicit DataBlock::size method
|
1 tahun lalu |
ArrayBufferConstructor.cpp
|
29ac6e3689
LibJS: Partially implement resizable ArrayBuffer objects
|
1 tahun lalu |
ArrayBufferConstructor.h
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 tahun lalu |
ArrayBufferPrototype.cpp
|
3f3686cf7b
LibJS: Implement missing steps from the ArrayBuffer transfer proposal
|
1 tahun lalu |
ArrayBufferPrototype.h
|
29ac6e3689
LibJS: Partially implement resizable ArrayBuffer objects
|
1 tahun lalu |
ArrayConstructor.cpp
|
ae11a4de1c
LibJS: Remove unused `target` field from Completion
|
1 tahun lalu |
ArrayConstructor.h
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 tahun lalu |
ArrayIterator.cpp
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 tahun lalu |
ArrayIterator.h
|
373ec387c1
LibJS: Add fast_is<ArrayIterator>()
|
1 tahun lalu |
ArrayIteratorPrototype.cpp
|
9258d7b98a
LibJS+LibWeb: Implement resizable ArrayBuffer support for TypedArray
|
1 tahun lalu |
ArrayIteratorPrototype.h
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 tahun lalu |
ArrayPrototype.cpp
|
5e1499d104
Everywhere: Rename {Deprecated => Byte}String
|
1 tahun lalu |
ArrayPrototype.h
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 tahun lalu |
AsyncFromSyncIterator.cpp
|
4699c81fc1
LibJS: Stop converting between Object <-> IteratorRecord all the time
|
1 tahun lalu |
AsyncFromSyncIterator.h
|
4699c81fc1
LibJS: Stop converting between Object <-> IteratorRecord all the time
|
1 tahun lalu |
AsyncFromSyncIteratorPrototype.cpp
|
f4fa37afd2
LibJS+LibWeb: Add missing JS_DEFINE_ALLOCATOR() for a bunch of classes
|
1 tahun lalu |
AsyncFromSyncIteratorPrototype.h
|
4699c81fc1
LibJS: Stop converting between Object <-> IteratorRecord all the time
|
1 tahun lalu |
AsyncFunctionConstructor.cpp
|
3dc5f467a8
LibJS: Always allocate ExecutionContext objects on the malloc heap
|
1 tahun lalu |
AsyncFunctionConstructor.h
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 tahun lalu |
AsyncFunctionDriverWrapper.cpp
|
b108d51c5b
LibJS: Only consider VM-accessible execution contexts as strong roots
|
1 tahun lalu |
AsyncFunctionDriverWrapper.h
|
3dc5f467a8
LibJS: Always allocate ExecutionContext objects on the malloc heap
|
1 tahun lalu |
AsyncFunctionPrototype.cpp
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 tahun lalu |
AsyncFunctionPrototype.h
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 tahun lalu |
AsyncGenerator.cpp
|
f6aee2b9e8
LibJS/Bytecode: Flatten bytecode to a contiguous representation
|
1 tahun lalu |
AsyncGenerator.h
|
865e651a7d
LibJS: Merge CallFrame into ExecutionContext
|
1 tahun lalu |
AsyncGeneratorFunctionConstructor.cpp
|
3dc5f467a8
LibJS: Always allocate ExecutionContext objects on the malloc heap
|
1 tahun lalu |
AsyncGeneratorFunctionConstructor.h
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 tahun lalu |
AsyncGeneratorFunctionPrototype.cpp
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 tahun lalu |
AsyncGeneratorFunctionPrototype.h
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 tahun lalu |
AsyncGeneratorPrototype.cpp
|
ae11a4de1c
LibJS: Remove unused `target` field from Completion
|
1 tahun lalu |
AsyncGeneratorPrototype.h
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 tahun lalu |
AsyncGeneratorRequest.h
|
fc9d587e39
LibJS: Make PromiseCapability GC-allocated
|
2 tahun lalu |
AsyncIteratorPrototype.cpp
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 tahun lalu |
AsyncIteratorPrototype.h
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 tahun lalu |
AtomicsObject.cpp
|
9258d7b98a
LibJS+LibWeb: Implement resizable ArrayBuffer support for TypedArray
|
1 tahun lalu |
AtomicsObject.h
|
026363024f
LibJS: Stub out Atomics.notify
|
1 tahun lalu |
BigInt.cpp
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 tahun lalu |
BigInt.h
|
5e1499d104
Everywhere: Rename {Deprecated => Byte}String
|
1 tahun lalu |
BigIntConstructor.cpp
|
5ed7cd6e32
Everywhere: Use east const in more places
|
1 tahun lalu |
BigIntConstructor.h
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 tahun lalu |
BigIntObject.cpp
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 tahun lalu |
BigIntObject.h
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 tahun lalu |
BigIntPrototype.cpp
|
67f3de2320
LibJS+LibLocale: Begin replacing number formatting with ICU
|
1 tahun lalu |
BigIntPrototype.h
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 tahun lalu |
BooleanConstructor.cpp
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 tahun lalu |
BooleanConstructor.h
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 tahun lalu |
BooleanObject.cpp
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 tahun lalu |
BooleanObject.h
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 tahun lalu |
BooleanPrototype.cpp
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 tahun lalu |
BooleanPrototype.h
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 tahun lalu |
BoundFunction.cpp
|
53d0dd4a2e
LibJS+LibWeb: Use new Cell::Visitor helpers to avoid manual iteration
|
1 tahun lalu |
BoundFunction.h
|
ece961f882
LibJS: Pass call/construct argument lists as ReadonlySpan<Value>
|
1 tahun lalu |
ByteLength.h
|
c7fec9424c
LibJS+LibWeb: Implement resizable ArrayBuffer support for DataView
|
1 tahun lalu |
CanonicalIndex.h
|
d37d6b3479
LibJS: Protect CanonicalIndex against double-to-integer overflow
|
2 tahun lalu |
ClassFieldDefinition.h
|
4aade74b91
LibJS: Include Environment.h directly in ClassFieldDefinition.h
|
2 tahun lalu |
CommonPropertyNames.h
|
cad95ce274
LibJS: Implement Promise.try()
|
1 tahun lalu |
Completion.cpp
|
ae11a4de1c
LibJS: Remove unused `target` field from Completion
|
1 tahun lalu |
Completion.h
|
353e635535
LibJS/Bytecode: Grab at ThrowCompletionOr errors directly
|
1 tahun lalu |
ConsoleObject.cpp
|
4db1712f90
LibJS+LibWeb: Make Console, ConsoleClient & subclasses GC-allocated
|
1 tahun lalu |
ConsoleObject.h
|
4db1712f90
LibJS+LibWeb: Make Console, ConsoleClient & subclasses GC-allocated
|
1 tahun lalu |
DataView.cpp
|
c7fec9424c
LibJS+LibWeb: Implement resizable ArrayBuffer support for DataView
|
1 tahun lalu |
DataView.h
|
c7fec9424c
LibJS+LibWeb: Implement resizable ArrayBuffer support for DataView
|
1 tahun lalu |
DataViewConstructor.cpp
|
c7fec9424c
LibJS+LibWeb: Implement resizable ArrayBuffer support for DataView
|
1 tahun lalu |
DataViewConstructor.h
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 tahun lalu |
DataViewPrototype.cpp
|
c7fec9424c
LibJS+LibWeb: Implement resizable ArrayBuffer support for DataView
|
1 tahun lalu |
DataViewPrototype.h
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 tahun lalu |
Date.cpp
|
6047f1adcb
LibJS: Ensure JS::Date has a key function and its vtable is in LibJS
|
1 tahun lalu |
Date.h
|
6047f1adcb
LibJS: Ensure JS::Date has a key function and its vtable is in LibJS
|
1 tahun lalu |
DateConstructor.cpp
|
f757a7cfa8
LibJS: Support more weird date formats found on the web
|
1 tahun lalu |
DateConstructor.h
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 tahun lalu |
DatePrototype.cpp
|
e2bffe5612
LibJS+LibLocale: Replace time zone display names with ICU
|
1 tahun lalu |
DatePrototype.h
|
5e1499d104
Everywhere: Rename {Deprecated => Byte}String
|
1 tahun lalu |
DeclarativeEnvironment.cpp
|
ed50eb0aaa
LibJS/Bytecode: Add environment coordinate caching to SetVariable
|
1 tahun lalu |
DeclarativeEnvironment.h
|
ed50eb0aaa
LibJS/Bytecode: Add environment coordinate caching to SetVariable
|
1 tahun lalu |
DisposableStack.cpp
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 tahun lalu |
DisposableStack.h
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 tahun lalu |
DisposableStackConstructor.cpp
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 tahun lalu |
DisposableStackConstructor.h
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 tahun lalu |
DisposableStackPrototype.cpp
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 tahun lalu |
DisposableStackPrototype.h
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 tahun lalu |
ECMAScriptFunctionObject.cpp
|
a3782782fa
LibJS: Remove two unused members from ExecutionContext
|
1 tahun lalu |
ECMAScriptFunctionObject.h
|
f29ac8517e
LibJS: Skip ordinary_call_bind_this() when possible
|
1 tahun lalu |
Environment.cpp
|
6ad6e09be1
LibJS: Make Environment::is_declarative_environment() non-virtual
|
1 tahun lalu |
Environment.h
|
6ad6e09be1
LibJS: Make Environment::is_declarative_environment() non-virtual
|
1 tahun lalu |
EnvironmentCoordinate.h
|
d878975f95
AK+LibJS: Remove OFFSET_OF and its users
|
1 tahun lalu |
Error.cpp
|
5e1499d104
Everywhere: Rename {Deprecated => Byte}String
|
1 tahun lalu |
Error.h
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 tahun lalu |
ErrorConstructor.cpp
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 tahun lalu |
ErrorConstructor.h
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 tahun lalu |
ErrorPrototype.cpp
|
d62c0fcbdc
LibJS: Add calls to JS_{DECLARE,DEFINE}_ALLOCATOR()
|
1 tahun lalu |
ErrorPrototype.h
|
d62c0fcbdc
LibJS: Add calls to JS_{DECLARE,DEFINE}_ALLOCATOR()
|
1 tahun lalu |
ErrorTypes.cpp
|
3d656ba600
LibJS: Emit StringViews for ErrorType instances
|
3 tahun lalu |
ErrorTypes.h
|
3e221fbb2d
IDLGenerators: Handle restricted/unrestricted floating point types
|
1 tahun lalu |
ExecutionContext.cpp
|
a3782782fa
LibJS: Remove two unused members from ExecutionContext
|
1 tahun lalu |
ExecutionContext.h
|
a48fc971c6
LibJS: Rearrange ExecutionContext members to shrink the class
|
1 tahun lalu |
FinalizationRegistry.cpp
|
a3b4c2a30f
LibJS+LibWeb: Change JobCallback to be GC-allocated
|
1 tahun lalu |
FinalizationRegistry.h
|
a3b4c2a30f
LibJS+LibWeb: Change JobCallback to be GC-allocated
|
1 tahun lalu |
FinalizationRegistryConstructor.cpp
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 tahun lalu |
FinalizationRegistryConstructor.h
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 tahun lalu |
FinalizationRegistryPrototype.cpp
|
a3b4c2a30f
LibJS+LibWeb: Change JobCallback to be GC-allocated
|
1 tahun lalu |
FinalizationRegistryPrototype.h
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 tahun lalu |
FunctionConstructor.cpp
|
e934132442
LibJS+LibWeb: Pass function metadata collected in parsing using a struct
|
1 tahun lalu |
FunctionConstructor.h
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 tahun lalu |
FunctionEnvironment.cpp
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 tahun lalu |
FunctionEnvironment.h
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 tahun lalu |
FunctionKind.h
|
c696654294
LibJS: Add a missing include to FunctionKind.h
|
2 tahun lalu |
FunctionObject.cpp
|
5e1499d104
Everywhere: Rename {Deprecated => Byte}String
|
1 tahun lalu |
FunctionObject.h
|
a4f70986a0
LibJS: Emit bytecode for function declaration instantiation
|
1 tahun lalu |
FunctionPrototype.cpp
|
5e1499d104
Everywhere: Rename {Deprecated => Byte}String
|
1 tahun lalu |
FunctionPrototype.h
|
ece961f882
LibJS: Pass call/construct argument lists as ReadonlySpan<Value>
|
1 tahun lalu |
GeneratorFunctionConstructor.cpp
|
3dc5f467a8
LibJS: Always allocate ExecutionContext objects on the malloc heap
|
1 tahun lalu |
GeneratorFunctionConstructor.h
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 tahun lalu |
GeneratorFunctionPrototype.cpp
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 tahun lalu |
GeneratorFunctionPrototype.h
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 tahun lalu |
GeneratorObject.cpp
|
f6aee2b9e8
LibJS/Bytecode: Flatten bytecode to a contiguous representation
|
1 tahun lalu |
GeneratorObject.h
|
865e651a7d
LibJS: Merge CallFrame into ExecutionContext
|
1 tahun lalu |
GeneratorPrototype.cpp
|
ae11a4de1c
LibJS: Remove unused `target` field from Completion
|
1 tahun lalu |
GeneratorPrototype.h
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 tahun lalu |
GlobalEnvironment.cpp
|
8447f6f6da
LibJS: Inline more of cached environment variable access in interpreter
|
1 tahun lalu |
GlobalEnvironment.h
|
d878975f95
AK+LibJS: Remove OFFSET_OF and its users
|
1 tahun lalu |
GlobalObject.cpp
|
c169e43e13
Userland: Remove some SerenityOS checks
|
1 tahun lalu |
GlobalObject.h
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 tahun lalu |
IndexedProperties.cpp
|
161298b5d1
LibJS/Bytecode: Inline indexed property access in GetByVal better
|
1 tahun lalu |
IndexedProperties.h
|
161298b5d1
LibJS/Bytecode: Inline indexed property access in GetByVal better
|
1 tahun lalu |
Intrinsics.cpp
|
8ff16c1b57
LibJS: Cache access to properties found in prototype chain
|
1 tahun lalu |
Intrinsics.h
|
8ff16c1b57
LibJS: Cache access to properties found in prototype chain
|
1 tahun lalu |
Iterator.cpp
|
18847fca50
LibJS: Use IteratorStepValue in ECMA-262
|
1 tahun lalu |
Iterator.h
|
18847fca50
LibJS: Use IteratorStepValue in ECMA-262
|
1 tahun lalu |
IteratorConstructor.cpp
|
4699c81fc1
LibJS: Stop converting between Object <-> IteratorRecord all the time
|
1 tahun lalu |
IteratorConstructor.h
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 tahun lalu |
IteratorHelper.cpp
|
4699c81fc1
LibJS: Stop converting between Object <-> IteratorRecord all the time
|
1 tahun lalu |
IteratorHelper.h
|
4699c81fc1
LibJS: Stop converting between Object <-> IteratorRecord all the time
|
1 tahun lalu |
IteratorHelperPrototype.cpp
|
ae11a4de1c
LibJS: Remove unused `target` field from Completion
|
1 tahun lalu |
IteratorHelperPrototype.h
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 tahun lalu |
IteratorPrototype.cpp
|
4699c81fc1
LibJS: Stop converting between Object <-> IteratorRecord all the time
|
1 tahun lalu |
IteratorPrototype.h
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 tahun lalu |
JSONObject.cpp
|
b5f1a48a7c
AK+Everywhere: Remove JsonValue APIs with implicit default values
|
1 tahun lalu |
JSONObject.h
|
5e1499d104
Everywhere: Rename {Deprecated => Byte}String
|
1 tahun lalu |
JobCallback.cpp
|
44819419ab
LibJS: Add missing Base::visit_edges() in JobCallback
|
1 tahun lalu |
JobCallback.h
|
a3b4c2a30f
LibJS+LibWeb: Change JobCallback to be GC-allocated
|
1 tahun lalu |
Map.cpp
|
7cbbd4dd7e
LibJS: Suppress LibJSGCVerifier warning about Map::m_keys
|
1 tahun lalu |
Map.h
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 tahun lalu |
MapConstructor.cpp
|
edbc2a1031
LibJS: Update spec numbers for the Array Grouping proposal
|
1 tahun lalu |
MapConstructor.h
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 tahun lalu |
MapIterator.cpp
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 tahun lalu |
MapIterator.h
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 tahun lalu |
MapIteratorPrototype.cpp
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 tahun lalu |
MapIteratorPrototype.h
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 tahun lalu |
MapPrototype.cpp
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 tahun lalu |
MapPrototype.h
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 tahun lalu |
MathObject.cpp
|
e335354b30
LibJS: Call builtins directly in the bytecode interpreter
|
1 tahun lalu |
MathObject.h
|
e335354b30
LibJS: Call builtins directly in the bytecode interpreter
|
1 tahun lalu |
ModuleEnvironment.cpp
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 tahun lalu |
ModuleEnvironment.h
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 tahun lalu |
ModuleNamespaceObject.cpp
|
493a04d5fe
LibJS: Add PropertyLookupPhase enum to distinguish Object [[Get]] calls
|
1 tahun lalu |
ModuleNamespaceObject.h
|
493a04d5fe
LibJS: Add PropertyLookupPhase enum to distinguish Object [[Get]] calls
|
1 tahun lalu |
ModuleRequest.h
|
5e1499d104
Everywhere: Rename {Deprecated => Byte}String
|
1 tahun lalu |
NativeFunction.cpp
|
a3782782fa
LibJS: Remove two unused members from ExecutionContext
|
1 tahun lalu |
NativeFunction.h
|
a98ad191c7
Userland: Add ESCAPING annotations to a bunch of places
|
1 tahun lalu |
NumberConstructor.cpp
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 tahun lalu |
NumberConstructor.h
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 tahun lalu |
NumberObject.cpp
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 tahun lalu |
NumberObject.h
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 tahun lalu |
NumberPrototype.cpp
|
67f3de2320
LibJS+LibLocale: Begin replacing number formatting with ICU
|
1 tahun lalu |
NumberPrototype.h
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 tahun lalu |
Object.cpp
|
88d425f32b
LibJS: Add the [[Unimplemented]] attribute
|
1 tahun lalu |
Object.h
|
a98ad191c7
Userland: Add ESCAPING annotations to a bunch of places
|
1 tahun lalu |
ObjectConstructor.cpp
|
edbc2a1031
LibJS: Update spec numbers for the Array Grouping proposal
|
1 tahun lalu |
ObjectConstructor.h
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 tahun lalu |
ObjectEnvironment.cpp
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 tahun lalu |
ObjectEnvironment.h
|
d878975f95
AK+LibJS: Remove OFFSET_OF and its users
|
1 tahun lalu |
ObjectPrototype.cpp
|
5e1499d104
Everywhere: Rename {Deprecated => Byte}String
|
1 tahun lalu |
ObjectPrototype.h
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 tahun lalu |
PrimitiveString.cpp
|
a53911717f
LibJS: Remove DeprecatedFlyString::impl use in PrimitiveString
|
1 tahun lalu |
PrimitiveString.h
|
5e1499d104
Everywhere: Rename {Deprecated => Byte}String
|
1 tahun lalu |
PrivateEnvironment.cpp
|
6fb1d9e516
LibJS: Stop using execute_ast_node() for class property evaluation
|
1 tahun lalu |
PrivateEnvironment.h
|
6fb1d9e516
LibJS: Stop using execute_ast_node() for class property evaluation
|
1 tahun lalu |
Promise.cpp
|
53d0dd4a2e
LibJS+LibWeb: Use new Cell::Visitor helpers to avoid manual iteration
|
1 tahun lalu |
Promise.h
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 tahun lalu |
PromiseCapability.cpp
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 tahun lalu |
PromiseCapability.h
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 tahun lalu |
PromiseConstructor.cpp
|
cad95ce274
LibJS: Implement Promise.try()
|
1 tahun lalu |
PromiseConstructor.h
|
cad95ce274
LibJS: Implement Promise.try()
|
1 tahun lalu |
PromiseJobs.cpp
|
0c84508f87
LibJS: Fix GC leaks in promise reaction job setup
|
1 tahun lalu |
PromiseJobs.h
|
41cc8e75f2
LibJS: Make PromiseJob store callback as a HeapFunction
|
1 tahun lalu |
PromisePrototype.cpp
|
338dde70a1
LibJS: Don't create Handles in Promise.finally()
|
1 tahun lalu |
PromisePrototype.h
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 tahun lalu |
PromiseReaction.cpp
|
a3b4c2a30f
LibJS+LibWeb: Change JobCallback to be GC-allocated
|
1 tahun lalu |
PromiseReaction.h
|
a3b4c2a30f
LibJS+LibWeb: Change JobCallback to be GC-allocated
|
1 tahun lalu |
PromiseResolvingElementFunctions.cpp
|
53d0dd4a2e
LibJS+LibWeb: Use new Cell::Visitor helpers to avoid manual iteration
|
1 tahun lalu |
PromiseResolvingElementFunctions.h
|
9ea6ab0ad4
LibJS+LibWeb: Fix a ton of JS_CELL-like macro issues
|
1 tahun lalu |
PromiseResolvingFunction.cpp
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 tahun lalu |
PromiseResolvingFunction.h
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 tahun lalu |
PropertyAttributes.h
|
88d425f32b
LibJS: Add the [[Unimplemented]] attribute
|
1 tahun lalu |
PropertyDescriptor.cpp
|
65717e3b75
LibJS: Inline fast case for Value::to_{boolean,number,numeric,primitive}
|
1 tahun lalu |
PropertyDescriptor.h
|
88d425f32b
LibJS: Add the [[Unimplemented]] attribute
|
1 tahun lalu |
PropertyKey.h
|
713d8dc0f8
LibJS: Add support for constructing a PropertyKey from a FlyString
|
1 tahun lalu |
PrototypeObject.h
|
89503a0cfe
LibJS: Port PrototypeObject::typed_this_value() to NonnullGCPtr
|
2 tahun lalu |
ProxyConstructor.cpp
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 tahun lalu |
ProxyConstructor.h
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 tahun lalu |
ProxyObject.cpp
|
239b9d8662
LibJS: Manually limit the recursion depth in Proxy
|
1 tahun lalu |
ProxyObject.h
|
493a04d5fe
LibJS: Add PropertyLookupPhase enum to distinguish Object [[Get]] calls
|
1 tahun lalu |
Realm.cpp
|
a3782782fa
LibJS: Remove two unused members from ExecutionContext
|
1 tahun lalu |
Realm.h
|
a5f4c9a632
AK+Userland: Remove NOESCAPE
|
1 tahun lalu |
Reference.cpp
|
8447f6f6da
LibJS: Inline more of cached environment variable access in interpreter
|
1 tahun lalu |
Reference.h
|
2b19d1b5ab
LibJS: Do not coerce nullish references to unresolvable references
|
2 tahun lalu |
ReflectObject.cpp
|
ece961f882
LibJS: Pass call/construct argument lists as ReadonlySpan<Value>
|
1 tahun lalu |
ReflectObject.h
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 tahun lalu |
RegExpConstructor.cpp
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 tahun lalu |
RegExpConstructor.h
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 tahun lalu |
RegExpLegacyStaticProperties.cpp
|
7849950383
LibJS: Make Utf16String & related APIs infallible
|
2 tahun lalu |
RegExpLegacyStaticProperties.h
|
7849950383
LibJS: Make Utf16String & related APIs infallible
|
2 tahun lalu |
RegExpObject.cpp
|
b018114bee
LibWeb: Add missing visit_edges implementation to RegExpObject
|
1 tahun lalu |
RegExpObject.h
|
b018114bee
LibWeb: Add missing visit_edges implementation to RegExpObject
|
1 tahun lalu |
RegExpPrototype.cpp
|
5e1499d104
Everywhere: Rename {Deprecated => Byte}String
|
1 tahun lalu |
RegExpPrototype.h
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 tahun lalu |
RegExpStringIterator.cpp
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 tahun lalu |
RegExpStringIterator.h
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 tahun lalu |
RegExpStringIteratorPrototype.cpp
|
5e1499d104
Everywhere: Rename {Deprecated => Byte}String
|
1 tahun lalu |
RegExpStringIteratorPrototype.h
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 tahun lalu |
Set.cpp
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 tahun lalu |
Set.h
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 tahun lalu |
SetConstructor.cpp
|
18847fca50
LibJS: Use IteratorStepValue in ECMA-262
|
1 tahun lalu |
SetConstructor.h
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 tahun lalu |
SetIterator.cpp
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 tahun lalu |
SetIterator.h
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 tahun lalu |
SetIteratorPrototype.cpp
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 tahun lalu |
SetIteratorPrototype.h
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 tahun lalu |
SetPrototype.cpp
|
d62c0fcbdc
LibJS: Add calls to JS_{DECLARE,DEFINE}_ALLOCATOR()
|
1 tahun lalu |
SetPrototype.h
|
d62c0fcbdc
LibJS: Add calls to JS_{DECLARE,DEFINE}_ALLOCATOR()
|
1 tahun lalu |
ShadowRealm.cpp
|
a3782782fa
LibJS: Remove two unused members from ExecutionContext
|
1 tahun lalu |
ShadowRealm.h
|
5e1499d104
Everywhere: Rename {Deprecated => Byte}String
|
1 tahun lalu |
ShadowRealmConstructor.cpp
|
a3782782fa
LibJS: Remove two unused members from ExecutionContext
|
1 tahun lalu |
ShadowRealmConstructor.h
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 tahun lalu |
ShadowRealmPrototype.cpp
|
5e1499d104
Everywhere: Rename {Deprecated => Byte}String
|
1 tahun lalu |
ShadowRealmPrototype.h
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 tahun lalu |
Shape.cpp
|
8ff16c1b57
LibJS: Cache access to properties found in prototype chain
|
1 tahun lalu |
Shape.h
|
8ff16c1b57
LibJS: Cache access to properties found in prototype chain
|
1 tahun lalu |
SharedArrayBufferConstructor.cpp
|
4f32392426
LibJS: Update spec headers of ArrayBuffer, TypedArray, DataView, Atomics
|
1 tahun lalu |
SharedArrayBufferConstructor.h
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 tahun lalu |
SharedArrayBufferPrototype.cpp
|
526a74f2f1
LibJS: Implement missing checks for SharedArrayBuffer values
|
1 tahun lalu |
SharedArrayBufferPrototype.h
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 tahun lalu |
StringConstructor.cpp
|
5e1499d104
Everywhere: Rename {Deprecated => Byte}String
|
1 tahun lalu |
StringConstructor.h
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 tahun lalu |
StringIterator.cpp
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 tahun lalu |
StringIterator.h
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 tahun lalu |
StringIteratorPrototype.cpp
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 tahun lalu |
StringIteratorPrototype.h
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 tahun lalu |
StringObject.cpp
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 tahun lalu |
StringObject.h
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 tahun lalu |
StringOrSymbol.h
|
8ac0e3f0e5
AK+LibJS: Remove null state from DeprecatedFlyString :^)
|
1 tahun lalu |
StringPrototype.cpp
|
ecb7d4b40f
LibJS: Throw RangeError in `StringPrototype::repeat` if OOM
|
1 tahun lalu |
StringPrototype.h
|
a984067567
LibJS: Make the StringIndexOf AO public
|
1 tahun lalu |
SuppressedError.cpp
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 tahun lalu |
SuppressedError.h
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 tahun lalu |
SuppressedErrorConstructor.cpp
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 tahun lalu |
SuppressedErrorConstructor.h
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 tahun lalu |
SuppressedErrorPrototype.cpp
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 tahun lalu |
SuppressedErrorPrototype.h
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 tahun lalu |
Symbol.cpp
|
f4fa37afd2
LibJS+LibWeb: Add missing JS_DEFINE_ALLOCATOR() for a bunch of classes
|
1 tahun lalu |
Symbol.h
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 tahun lalu |
SymbolConstructor.cpp
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 tahun lalu |
SymbolConstructor.h
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 tahun lalu |
SymbolObject.cpp
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 tahun lalu |
SymbolObject.h
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 tahun lalu |
SymbolPrototype.cpp
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 tahun lalu |
SymbolPrototype.h
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 tahun lalu |
TypedArray.cpp
|
ec492a1a08
Everywhere: Run clang-format
|
1 tahun lalu |
TypedArray.h
|
493a04d5fe
LibJS: Add PropertyLookupPhase enum to distinguish Object [[Get]] calls
|
1 tahun lalu |
TypedArrayConstructor.cpp
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 tahun lalu |
TypedArrayConstructor.h
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 tahun lalu |
TypedArrayPrototype.cpp
|
6f5201b759
LibJS: Add fast paths in TypedArrayPrototype.fill()
|
1 tahun lalu |
TypedArrayPrototype.h
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 tahun lalu |
Utf16String.cpp
|
5e1499d104
Everywhere: Rename {Deprecated => Byte}String
|
1 tahun lalu |
Utf16String.h
|
5e1499d104
Everywhere: Rename {Deprecated => Byte}String
|
1 tahun lalu |
VM.cpp
|
2aab56bf71
LibJS: Null-check current executable in VM::dump_backtrace()
|
1 tahun lalu |
VM.h
|
88d425f32b
LibJS: Add the [[Unimplemented]] attribute
|
1 tahun lalu |
Value.cpp
|
17c1f742a9
LibJS/Bytecode: Increase coverage of left/shift expression fast paths
|
1 tahun lalu |
Value.h
|
55a4b0a21e
LibJS: Mark Value as a trivial type for AK collection purposes
|
1 tahun lalu |
ValueInlines.h
|
65717e3b75
LibJS: Inline fast case for Value::to_{boolean,number,numeric,primitive}
|
1 tahun lalu |
ValueTraits.h
|
5ed7cd6e32
Everywhere: Use east const in more places
|
1 tahun lalu |
WeakContainer.cpp
|
cdc1315dc8
LibJS: Use IntrusiveList for keeping track of WeakContainers
|
4 tahun lalu |
WeakContainer.h
|
a95b321bf1
LibJS: Add missing headers
|
3 tahun lalu |
WeakMap.cpp
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 tahun lalu |
WeakMap.h
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 tahun lalu |
WeakMapConstructor.cpp
|
5e1499d104
Everywhere: Rename {Deprecated => Byte}String
|
1 tahun lalu |
WeakMapConstructor.h
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 tahun lalu |
WeakMapPrototype.cpp
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 tahun lalu |
WeakMapPrototype.h
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 tahun lalu |
WeakRef.cpp
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 tahun lalu |
WeakRef.h
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 tahun lalu |
WeakRefConstructor.cpp
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 tahun lalu |
WeakRefConstructor.h
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 tahun lalu |
WeakRefPrototype.cpp
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 tahun lalu |
WeakRefPrototype.h
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 tahun lalu |
WeakSet.cpp
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 tahun lalu |
WeakSet.h
|
c84cd1d668
LibJSGCVerifier: Support marking GCPtr members as raw references
|
1 tahun lalu |
WeakSetConstructor.cpp
|
18847fca50
LibJS: Use IteratorStepValue in ECMA-262
|
1 tahun lalu |
WeakSetConstructor.h
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 tahun lalu |
WeakSetPrototype.cpp
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 tahun lalu |
WeakSetPrototype.h
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 tahun lalu |
WrapForValidIteratorPrototype.cpp
|
d62c0fcbdc
LibJS: Add calls to JS_{DECLARE,DEFINE}_ALLOCATOR()
|
1 tahun lalu |
WrapForValidIteratorPrototype.h
|
d62c0fcbdc
LibJS: Add calls to JS_{DECLARE,DEFINE}_ALLOCATOR()
|
1 tahun lalu |
WrappedFunction.cpp
|
a3782782fa
LibJS: Remove two unused members from ExecutionContext
|
1 tahun lalu |
WrappedFunction.h
|
ece961f882
LibJS: Pass call/construct argument lists as ReadonlySpan<Value>
|
1 tahun lalu |