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