.. |
Intl
|
LibJS+LibWeb: Replace JS::Utf16String with AK::Utf16String
|
2025-07-18 12:45:38 -04:00 |
Temporal
|
LibJS: Enable EXPLICIT_SYMBOL_EXPORT
|
2025-06-30 10:50:36 -06:00 |
AbstractOperations.cpp
|
LibJS+LibWeb: Replace JS::Utf16String with AK::Utf16String
|
2025-07-18 12:45:38 -04:00 |
AbstractOperations.h
|
LibJS: Enable EXPLICIT_SYMBOL_EXPORT
|
2025-06-30 10:50:36 -06:00 |
Accessor.cpp
|
|
|
Accessor.h
|
LibJS: Enable EXPLICIT_SYMBOL_EXPORT
|
2025-06-30 10:50:36 -06:00 |
Agent.cpp
|
LibJS: Switch Agent [[CanBlock]] slot to a enum member
|
2025-04-25 14:07:51 +02:00 |
Agent.h
|
LibJS: Enable EXPLICIT_SYMBOL_EXPORT
|
2025-06-30 10:50:36 -06:00 |
AggregateError.cpp
|
|
|
AggregateError.h
|
LibJS: Enable EXPLICIT_SYMBOL_EXPORT
|
2025-06-30 10:50:36 -06:00 |
AggregateErrorConstructor.cpp
|
LibJS: Use Value::to_byte_string() in fewer places
|
2025-03-28 12:31:40 -04:00 |
AggregateErrorConstructor.h
|
LibJS: Enable EXPLICIT_SYMBOL_EXPORT
|
2025-06-30 10:50:36 -06:00 |
AggregateErrorPrototype.cpp
|
|
|
AggregateErrorPrototype.h
|
LibJS: Enable EXPLICIT_SYMBOL_EXPORT
|
2025-06-30 10:50:36 -06:00 |
ArgumentsObject.cpp
|
LibJS: Make mapped arguments objects way less allocation-happy
|
2025-05-11 14:00:40 +02:00 |
ArgumentsObject.h
|
LibJS: Enable EXPLICIT_SYMBOL_EXPORT
|
2025-06-30 10:50:36 -06:00 |
Array.cpp
|
LibJS: Add simple storage fast path in internal_define_own_property()
|
2025-06-05 03:43:43 +02:00 |
Array.h
|
LibJS: Enable EXPLICIT_SYMBOL_EXPORT
|
2025-06-30 10:50:36 -06:00 |
ArrayBuffer.cpp
|
LibJS: Allow creating shared ArrayBuffer objects more easily
|
2025-07-18 10:09:02 -04:00 |
ArrayBuffer.h
|
LibJS: Allow creating shared ArrayBuffer objects more easily
|
2025-07-18 10:09:02 -04:00 |
ArrayBufferConstructor.cpp
|
LibJS: Make Completion.[[Value]] non-optional
|
2025-04-05 11:20:26 +02:00 |
ArrayBufferConstructor.h
|
LibJS: Enable EXPLICIT_SYMBOL_EXPORT
|
2025-06-30 10:50:36 -06:00 |
ArrayBufferPrototype.cpp
|
|
|
ArrayBufferPrototype.h
|
LibJS: Enable EXPLICIT_SYMBOL_EXPORT
|
2025-06-30 10:50:36 -06:00 |
ArrayConstructor.cpp
|
LibJS: Add a TRY_OR_CLOSE_ITERATOR macro for IfAbruptCloseIterator
|
2025-04-29 07:33:08 -04:00 |
ArrayConstructor.h
|
LibJS: Enable EXPLICIT_SYMBOL_EXPORT
|
2025-06-30 10:50:36 -06:00 |
ArrayIterator.cpp
|
LibJS: Do more comprehensive check if next() fast path is possible
|
2025-06-02 00:15:36 +02:00 |
ArrayIterator.h
|
LibJS: Enable EXPLICIT_SYMBOL_EXPORT
|
2025-06-30 10:50:36 -06:00 |
ArrayIteratorPrototype.cpp
|
LibJS: Do more comprehensive check if next() fast path is possible
|
2025-06-02 00:15:36 +02:00 |
ArrayIteratorPrototype.h
|
LibJS: Enable EXPLICIT_SYMBOL_EXPORT
|
2025-06-30 10:50:36 -06:00 |
ArrayPrototype.cpp
|
LibJS: Skip prototype chain lookup in internal_set() for arrays
|
2025-05-23 14:51:32 +02:00 |
ArrayPrototype.h
|
LibJS: Enable EXPLICIT_SYMBOL_EXPORT
|
2025-06-30 10:50:36 -06:00 |
AsyncDisposableStack.cpp
|
LibJS: Implement the AsyncDisposableStack interface
|
2025-01-17 20:46:32 +01:00 |
AsyncDisposableStack.h
|
LibJS: Enable EXPLICIT_SYMBOL_EXPORT
|
2025-06-30 10:50:36 -06:00 |
AsyncDisposableStackConstructor.cpp
|
LibJS: Implement the AsyncDisposableStack interface
|
2025-01-17 20:46:32 +01:00 |
AsyncDisposableStackConstructor.h
|
LibJS: Enable EXPLICIT_SYMBOL_EXPORT
|
2025-06-30 10:50:36 -06:00 |
AsyncDisposableStackPrototype.cpp
|
LibJS: Make Completion.[[Value]] non-optional
|
2025-04-05 11:20:26 +02:00 |
AsyncDisposableStackPrototype.h
|
LibJS: Enable EXPLICIT_SYMBOL_EXPORT
|
2025-06-30 10:50:36 -06:00 |
AsyncFromSyncIterator.cpp
|
|
|
AsyncFromSyncIterator.h
|
LibJS: Enable EXPLICIT_SYMBOL_EXPORT
|
2025-06-30 10:50:36 -06:00 |
AsyncFromSyncIteratorPrototype.cpp
|
LibJS: Close sync iterator when async wrapper yields rejection
|
2025-04-29 07:33:08 -04:00 |
AsyncFromSyncIteratorPrototype.h
|
LibJS: Enable EXPLICIT_SYMBOL_EXPORT
|
2025-06-30 10:50:36 -06:00 |
AsyncFunctionConstructor.cpp
|
LibJS: Implement the Dynamic Code Brand Checks stage 3 proposal
|
2025-07-09 15:52:54 -06:00 |
AsyncFunctionConstructor.h
|
LibJS: Enable EXPLICIT_SYMBOL_EXPORT
|
2025-06-30 10:50:36 -06:00 |
AsyncFunctionDriverWrapper.cpp
|
LibJS: Cache rejected/fulfilled callbacks in AsyncFunctionDriverWrapper
|
2025-05-09 12:30:15 +02:00 |
AsyncFunctionDriverWrapper.h
|
LibJS: Enable EXPLICIT_SYMBOL_EXPORT
|
2025-06-30 10:50:36 -06:00 |
AsyncFunctionPrototype.cpp
|
|
|
AsyncFunctionPrototype.h
|
LibJS: Enable EXPLICIT_SYMBOL_EXPORT
|
2025-06-30 10:50:36 -06:00 |
AsyncGenerator.cpp
|
LibJS: Make Value() default-construct the undefined value
|
2025-04-05 11:20:26 +02:00 |
AsyncGenerator.h
|
LibJS: Enable EXPLICIT_SYMBOL_EXPORT
|
2025-06-30 10:50:36 -06:00 |
AsyncGeneratorFunctionConstructor.cpp
|
LibJS: Implement the Dynamic Code Brand Checks stage 3 proposal
|
2025-07-09 15:52:54 -06:00 |
AsyncGeneratorFunctionConstructor.h
|
LibJS: Enable EXPLICIT_SYMBOL_EXPORT
|
2025-06-30 10:50:36 -06:00 |
AsyncGeneratorFunctionPrototype.cpp
|
|
|
AsyncGeneratorFunctionPrototype.h
|
LibJS: Enable EXPLICIT_SYMBOL_EXPORT
|
2025-06-30 10:50:36 -06:00 |
AsyncGeneratorPrototype.cpp
|
|
|
AsyncGeneratorPrototype.h
|
LibJS: Enable EXPLICIT_SYMBOL_EXPORT
|
2025-06-30 10:50:36 -06:00 |
AsyncGeneratorRequest.h
|
|
|
AsyncIteratorPrototype.cpp
|
|
|
AsyncIteratorPrototype.h
|
LibJS: Enable EXPLICIT_SYMBOL_EXPORT
|
2025-06-30 10:50:36 -06:00 |
AtomicsObject.cpp
|
LibJS+LibWeb: Set [[CanBlock]] false to Agent for window agent
|
2025-04-22 11:50:35 -04:00 |
AtomicsObject.h
|
LibJS: Enable EXPLICIT_SYMBOL_EXPORT
|
2025-06-30 10:50:36 -06:00 |
BigInt.cpp
|
LibCrypto: Remove the concept of invalid big integers
|
2025-04-28 12:05:26 +02:00 |
BigInt.h
|
LibJS: Enable EXPLICIT_SYMBOL_EXPORT
|
2025-06-30 10:50:36 -06:00 |
BigIntConstructor.cpp
|
LibCrypto: Replace {Unsigned,Signed}BigInteger impl with LibTomMath
|
2025-05-23 11:57:21 +02:00 |
BigIntConstructor.h
|
LibJS: Enable EXPLICIT_SYMBOL_EXPORT
|
2025-06-30 10:50:36 -06:00 |
BigIntObject.cpp
|
|
|
BigIntObject.h
|
LibJS: Enable EXPLICIT_SYMBOL_EXPORT
|
2025-06-30 10:50:36 -06:00 |
BigIntPrototype.cpp
|
LibCrypto+LibJS: Remove {Signed,Unsigned}BigInteger to_base_deprecated
|
2025-04-28 12:05:26 +02:00 |
BigIntPrototype.h
|
LibJS: Enable EXPLICIT_SYMBOL_EXPORT
|
2025-06-30 10:50:36 -06:00 |
BooleanConstructor.cpp
|
|
|
BooleanConstructor.h
|
LibJS: Enable EXPLICIT_SYMBOL_EXPORT
|
2025-06-30 10:50:36 -06:00 |
BooleanObject.cpp
|
|
|
BooleanObject.h
|
LibJS: Enable EXPLICIT_SYMBOL_EXPORT
|
2025-06-30 10:50:36 -06:00 |
BooleanPrototype.cpp
|
|
|
BooleanPrototype.h
|
LibJS: Enable EXPLICIT_SYMBOL_EXPORT
|
2025-06-30 10:50:36 -06:00 |
BoundFunction.cpp
|
LibJS: Avoid redundant ExecutionContext allocation for bound functions
|
2025-05-07 13:20:41 +02:00 |
BoundFunction.h
|
LibJS: Enable EXPLICIT_SYMBOL_EXPORT
|
2025-06-30 10:50:36 -06:00 |
ByteLength.h
|
|
|
CanonicalIndex.h
|
|
|
ClassFieldDefinition.h
|
LibJS: Elide function wrapper for class field literal initializers
|
2025-04-01 23:55:20 +02:00 |
CommonPropertyNames.h
|
LibJS: Implement Intl.Locale.prototype.variants
|
2025-06-04 17:11:35 -04:00 |
Completion.cpp
|
LibJS: Enable EXPLICIT_SYMBOL_EXPORT
|
2025-06-30 10:50:36 -06:00 |
Completion.h
|
LibJS: Enable EXPLICIT_SYMBOL_EXPORT
|
2025-06-30 10:50:36 -06:00 |
CompletionCell.cpp
|
LibJS: Make Completion.[[Value]] non-optional
|
2025-04-05 11:20:26 +02:00 |
CompletionCell.h
|
LibJS: Enable EXPLICIT_SYMBOL_EXPORT
|
2025-06-30 10:50:36 -06:00 |
ConsoleObject.cpp
|
|
|
ConsoleObject.h
|
LibJS: Enable EXPLICIT_SYMBOL_EXPORT
|
2025-06-30 10:50:36 -06:00 |
ConsoleObjectPrototype.cpp
|
|
|
ConsoleObjectPrototype.h
|
LibJS: Enable EXPLICIT_SYMBOL_EXPORT
|
2025-06-30 10:50:36 -06:00 |
DataView.cpp
|
|
|
DataView.h
|
LibJS: Enable EXPLICIT_SYMBOL_EXPORT
|
2025-06-30 10:50:36 -06:00 |
DataViewConstructor.cpp
|
|
|
DataViewConstructor.h
|
LibJS: Enable EXPLICIT_SYMBOL_EXPORT
|
2025-06-30 10:50:36 -06:00 |
DataViewPrototype.cpp
|
LibJS: Update spec steps / links for the Float16Array proposal
|
2025-04-29 07:33:08 -04:00 |
DataViewPrototype.h
|
LibJS: Enable EXPLICIT_SYMBOL_EXPORT
|
2025-06-30 10:50:36 -06:00 |
Date.cpp
|
Everywhere: Fix typos - act III
|
2025-06-16 14:20:48 +01:00 |
Date.h
|
LibJS: Enable EXPLICIT_SYMBOL_EXPORT
|
2025-06-30 10:50:36 -06:00 |
DateConstructor.cpp
|
Everywhere: Replace DateTime::to_string() with UnixDateTime::to_string()
|
2025-06-19 18:42:45 -06:00 |
DateConstructor.h
|
LibJS: Enable EXPLICIT_SYMBOL_EXPORT
|
2025-06-30 10:50:36 -06:00 |
DateParser.h
|
LibJS: DateParser for simplified ISO8601 and non-standard date strings
|
2025-05-26 18:48:09 +02:00 |
DatePrototype.cpp
|
Everywhere: Replace DateTime::to_string() with UnixDateTime::to_string()
|
2025-06-19 18:42:45 -06:00 |
DatePrototype.h
|
LibJS: Enable EXPLICIT_SYMBOL_EXPORT
|
2025-06-30 10:50:36 -06:00 |
DeclarativeEnvironment.cpp
|
LibJS: Use FlyString in PropertyKey instead of DeprecatedFlyString
|
2025-03-24 22:27:17 +00:00 |
DeclarativeEnvironment.h
|
LibJS: Enable EXPLICIT_SYMBOL_EXPORT
|
2025-06-30 10:50:36 -06:00 |
DisposableStack.cpp
|
LibJS: Bring the explicit resource management implementation up to date
|
2025-01-17 20:46:32 +01:00 |
DisposableStack.h
|
LibJS: Enable EXPLICIT_SYMBOL_EXPORT
|
2025-06-30 10:50:36 -06:00 |
DisposableStackConstructor.cpp
|
LibJS: Bring the explicit resource management implementation up to date
|
2025-01-17 20:46:32 +01:00 |
DisposableStackConstructor.h
|
LibJS: Enable EXPLICIT_SYMBOL_EXPORT
|
2025-06-30 10:50:36 -06:00 |
DisposableStackPrototype.cpp
|
LibJS: Make Completion.[[Value]] non-optional
|
2025-04-05 11:20:26 +02:00 |
DisposableStackPrototype.h
|
LibJS: Enable EXPLICIT_SYMBOL_EXPORT
|
2025-06-30 10:50:36 -06:00 |
ECMAScriptFunctionObject.cpp
|
LibJS: Preserve information about local variables declaration kind
|
2025-05-06 12:06:23 +02:00 |
ECMAScriptFunctionObject.h
|
LibJS: Enable EXPLICIT_SYMBOL_EXPORT
|
2025-06-30 10:50:36 -06:00 |
Environment.cpp
|
|
|
Environment.h
|
LibJS: Enable EXPLICIT_SYMBOL_EXPORT
|
2025-06-30 10:50:36 -06:00 |
EnvironmentCoordinate.h
|
|
|
Error.cpp
|
LibJS: Allow assigning an error message after Error object creation
|
2025-07-18 10:09:02 -04:00 |
Error.h
|
LibJS: Allow assigning an error message after Error object creation
|
2025-07-18 10:09:02 -04:00 |
ErrorConstructor.cpp
|
|
|
ErrorConstructor.h
|
LibJS: Enable EXPLICIT_SYMBOL_EXPORT
|
2025-06-30 10:50:36 -06:00 |
ErrorPrototype.cpp
|
|
|
ErrorPrototype.h
|
LibJS: Enable EXPLICIT_SYMBOL_EXPORT
|
2025-06-30 10:50:36 -06:00 |
ErrorTypes.cpp
|
|
|
ErrorTypes.h
|
LibJS: Add minimum changes to build on Windows and run js.exe
|
2025-05-29 03:26:23 -06:00 |
ExecutionContext.cpp
|
LibJS: Cache arguments span in ExecutionContext
|
2025-04-24 10:30:52 +02:00 |
ExecutionContext.h
|
LibJS: Enable EXPLICIT_SYMBOL_EXPORT
|
2025-06-30 10:50:36 -06:00 |
FinalizationRegistry.cpp
|
LibJS: Make Value() default-construct the undefined value
|
2025-04-05 11:20:26 +02:00 |
FinalizationRegistry.h
|
LibJS: Enable EXPLICIT_SYMBOL_EXPORT
|
2025-06-30 10:50:36 -06:00 |
FinalizationRegistryConstructor.cpp
|
|
|
FinalizationRegistryConstructor.h
|
LibJS: Enable EXPLICIT_SYMBOL_EXPORT
|
2025-06-30 10:50:36 -06:00 |
FinalizationRegistryPrototype.cpp
|
|
|
FinalizationRegistryPrototype.h
|
LibJS: Enable EXPLICIT_SYMBOL_EXPORT
|
2025-06-30 10:50:36 -06:00 |
FunctionConstructor.cpp
|
LibJS: Implement the Dynamic Code Brand Checks stage 3 proposal
|
2025-07-09 15:52:54 -06:00 |
FunctionConstructor.h
|
LibJS: Implement the Dynamic Code Brand Checks stage 3 proposal
|
2025-07-09 15:52:54 -06:00 |
FunctionEnvironment.cpp
|
LibJS: Make Value() default-construct the undefined value
|
2025-04-05 11:20:26 +02:00 |
FunctionEnvironment.h
|
LibJS: Enable EXPLICIT_SYMBOL_EXPORT
|
2025-06-30 10:50:36 -06:00 |
FunctionKind.h
|
|
|
FunctionObject.cpp
|
LibJS: Use a premade shape for NativeFunction with length and name
|
2025-04-09 07:22:01 +02:00 |
FunctionObject.h
|
LibJS: Enable EXPLICIT_SYMBOL_EXPORT
|
2025-06-30 10:50:36 -06:00 |
FunctionPrototype.cpp
|
LibJS: Optimize Function.prototype.apply()
|
2025-06-03 17:16:01 +02:00 |
FunctionPrototype.h
|
LibJS: Enable EXPLICIT_SYMBOL_EXPORT
|
2025-06-30 10:50:36 -06:00 |
GeneratorFunctionConstructor.cpp
|
LibJS: Implement the Dynamic Code Brand Checks stage 3 proposal
|
2025-07-09 15:52:54 -06:00 |
GeneratorFunctionConstructor.h
|
LibJS: Enable EXPLICIT_SYMBOL_EXPORT
|
2025-06-30 10:50:36 -06:00 |
GeneratorFunctionPrototype.cpp
|
|
|
GeneratorFunctionPrototype.h
|
LibJS: Enable EXPLICIT_SYMBOL_EXPORT
|
2025-06-30 10:50:36 -06:00 |
GeneratorObject.cpp
|
LibJS: Skip iteration result allocation in AsyncFunctionDriverWrapper
|
2025-05-09 12:30:15 +02:00 |
GeneratorObject.h
|
LibJS: Enable EXPLICIT_SYMBOL_EXPORT
|
2025-06-30 10:50:36 -06:00 |
GeneratorPrototype.cpp
|
LibJS: Skip iteration result allocation in AsyncFunctionDriverWrapper
|
2025-05-09 12:30:15 +02:00 |
GeneratorPrototype.h
|
LibJS: Enable EXPLICIT_SYMBOL_EXPORT
|
2025-06-30 10:50:36 -06:00 |
GeneratorResult.cpp
|
LibJS: Make async functions & generators faster with helper types
|
2025-04-01 02:30:42 +02:00 |
GeneratorResult.h
|
LibJS: Enable EXPLICIT_SYMBOL_EXPORT
|
2025-06-30 10:50:36 -06:00 |
GlobalEnvironment.cpp
|
LibJS: Remove [[VarNames]] from GlobalEnvironment
|
2025-04-29 07:33:08 -04:00 |
GlobalEnvironment.h
|
LibJS: Enable EXPLICIT_SYMBOL_EXPORT
|
2025-06-30 10:50:36 -06:00 |
GlobalObject.cpp
|
LibJS+LibWeb: Replace JS::Utf16String with AK::Utf16String
|
2025-07-18 12:45:38 -04:00 |
GlobalObject.h
|
LibJS: Enable EXPLICIT_SYMBOL_EXPORT
|
2025-06-30 10:50:36 -06:00 |
IndexedProperties.cpp
|
LibJS: Make array_like_size() non-virtual in IndexedPropertyStorage
|
2025-06-05 03:43:43 +02:00 |
IndexedProperties.h
|
LibJS: Enable EXPLICIT_SYMBOL_EXPORT
|
2025-06-30 10:50:36 -06:00 |
Intrinsics.cpp
|
LibJS: Skip prototype chain lookup in internal_set() for arrays
|
2025-05-23 14:51:32 +02:00 |
Intrinsics.h
|
LibJS: Enable EXPLICIT_SYMBOL_EXPORT
|
2025-06-30 10:50:36 -06:00 |
Iterator.cpp
|
LibJS: Do more comprehensive check if next() fast path is possible
|
2025-06-02 00:15:36 +02:00 |
Iterator.h
|
LibJS: Enable EXPLICIT_SYMBOL_EXPORT
|
2025-06-30 10:50:36 -06:00 |
IteratorConstructor.cpp
|
|
|
IteratorConstructor.h
|
LibJS: Enable EXPLICIT_SYMBOL_EXPORT
|
2025-06-30 10:50:36 -06:00 |
IteratorHelper.cpp
|
LibJS: Skip iteration result allocation in AsyncFunctionDriverWrapper
|
2025-05-09 12:30:15 +02:00 |
IteratorHelper.h
|
LibJS: Enable EXPLICIT_SYMBOL_EXPORT
|
2025-06-30 10:50:36 -06:00 |
IteratorHelperPrototype.cpp
|
LibJS: Skip iteration result allocation in AsyncFunctionDriverWrapper
|
2025-05-09 12:30:15 +02:00 |
IteratorHelperPrototype.h
|
LibJS: Enable EXPLICIT_SYMBOL_EXPORT
|
2025-06-30 10:50:36 -06:00 |
IteratorPrototype.cpp
|
LibJS+LibWeb: Add fast path for builtin iterators in iterator_step()
|
2025-05-13 15:14:25 +03:00 |
IteratorPrototype.h
|
LibJS: Enable EXPLICIT_SYMBOL_EXPORT
|
2025-06-30 10:50:36 -06:00 |
JobCallback.cpp
|
|
|
JobCallback.h
|
LibJS: Enable EXPLICIT_SYMBOL_EXPORT
|
2025-06-30 10:50:36 -06:00 |
JSONObject.cpp
|
LibJS: Update spec steps / links for the JSON modules proposal
|
2025-04-29 07:33:08 -04:00 |
JSONObject.h
|
LibJS: Enable EXPLICIT_SYMBOL_EXPORT
|
2025-06-30 10:50:36 -06:00 |
KeyedCollections.cpp
|
|
|
KeyedCollections.h
|
LibJS: Enable EXPLICIT_SYMBOL_EXPORT
|
2025-06-30 10:50:36 -06:00 |
Map.cpp
|
|
|
Map.h
|
LibJS: Enable EXPLICIT_SYMBOL_EXPORT
|
2025-06-30 10:50:36 -06:00 |
MapConstructor.cpp
|
|
|
MapConstructor.h
|
LibJS: Enable EXPLICIT_SYMBOL_EXPORT
|
2025-06-30 10:50:36 -06:00 |
MapIterator.cpp
|
LibJS: Do more comprehensive check if next() fast path is possible
|
2025-06-02 00:15:36 +02:00 |
MapIterator.h
|
LibJS: Enable EXPLICIT_SYMBOL_EXPORT
|
2025-06-30 10:50:36 -06:00 |
MapIteratorPrototype.cpp
|
LibJS: Do more comprehensive check if next() fast path is possible
|
2025-06-02 00:15:36 +02:00 |
MapIteratorPrototype.h
|
LibJS: Enable EXPLICIT_SYMBOL_EXPORT
|
2025-06-30 10:50:36 -06:00 |
MapPrototype.cpp
|
|
|
MapPrototype.h
|
LibJS: Enable EXPLICIT_SYMBOL_EXPORT
|
2025-06-30 10:50:36 -06:00 |
MathObject.cpp
|
LibJS: Use CallBuiltin for Math.tan()
|
2025-05-26 21:52:43 +02:00 |
MathObject.h
|
LibJS: Enable EXPLICIT_SYMBOL_EXPORT
|
2025-06-30 10:50:36 -06:00 |
ModuleEnvironment.cpp
|
LibJS: Use FlyString in PropertyKey instead of DeprecatedFlyString
|
2025-03-24 22:27:17 +00:00 |
ModuleEnvironment.h
|
LibJS: Enable EXPLICIT_SYMBOL_EXPORT
|
2025-06-30 10:50:36 -06:00 |
ModuleNamespaceObject.cpp
|
Revert "LibJS+LibWeb: Return Vector<PropertyKey> from…
|
2025-05-16 06:33:09 +01:00 |
ModuleNamespaceObject.h
|
LibJS: Enable EXPLICIT_SYMBOL_EXPORT
|
2025-06-30 10:50:36 -06:00 |
ModuleRequest.h
|
LibJS: Enable EXPLICIT_SYMBOL_EXPORT
|
2025-06-30 10:50:36 -06:00 |
NativeFunction.cpp
|
LibJS: Do more comprehensive check if next() fast path is possible
|
2025-06-02 00:15:36 +02:00 |
NativeFunction.h
|
LibJS: Enable EXPLICIT_SYMBOL_EXPORT
|
2025-06-30 10:50:36 -06:00 |
NumberConstructor.cpp
|
|
|
NumberConstructor.h
|
LibJS: Enable EXPLICIT_SYMBOL_EXPORT
|
2025-06-30 10:50:36 -06:00 |
NumberObject.cpp
|
|
|
NumberObject.h
|
LibJS: Enable EXPLICIT_SYMBOL_EXPORT
|
2025-06-30 10:50:36 -06:00 |
NumberPrototype.cpp
|
LibJS: Replace some use of ByteString with String
|
2025-05-03 08:08:04 +02:00 |
NumberPrototype.h
|
LibJS: Enable EXPLICIT_SYMBOL_EXPORT
|
2025-06-30 10:50:36 -06:00 |
Object.cpp
|
LibJS: Do more comprehensive check if next() fast path is possible
|
2025-06-02 00:15:36 +02:00 |
Object.h
|
LibJS: Enable EXPLICIT_SYMBOL_EXPORT
|
2025-06-30 10:50:36 -06:00 |
ObjectConstructor.cpp
|
Revert "LibJS+LibWeb: Return Vector<PropertyKey> from…
|
2025-05-16 06:33:09 +01:00 |
ObjectConstructor.h
|
LibJS: Enable EXPLICIT_SYMBOL_EXPORT
|
2025-06-30 10:50:36 -06:00 |
ObjectEnvironment.cpp
|
LibJS: Use FlyString in PropertyKey instead of DeprecatedFlyString
|
2025-03-24 22:27:17 +00:00 |
ObjectEnvironment.h
|
LibJS: Enable EXPLICIT_SYMBOL_EXPORT
|
2025-06-30 10:50:36 -06:00 |
ObjectPrototype.cpp
|
LibJS: Add cache for the string "[object Object]"
|
2025-04-15 13:08:27 +02:00 |
ObjectPrototype.h
|
LibJS: Enable EXPLICIT_SYMBOL_EXPORT
|
2025-06-30 10:50:36 -06:00 |
PrimitiveString.cpp
|
LibJS+LibWeb: Replace JS::Utf16String with AK::Utf16String
|
2025-07-18 12:45:38 -04:00 |
PrimitiveString.h
|
LibJS+LibWeb: Replace JS::Utf16String with AK::Utf16String
|
2025-07-18 12:45:38 -04:00 |
PrivateEnvironment.cpp
|
LibJS: Use FlyString in PropertyKey instead of DeprecatedFlyString
|
2025-03-24 22:27:17 +00:00 |
PrivateEnvironment.h
|
LibJS: Enable EXPLICIT_SYMBOL_EXPORT
|
2025-06-30 10:50:36 -06:00 |
Promise.cpp
|
LibJS: Make Value() default-construct the undefined value
|
2025-04-05 11:20:26 +02:00 |
Promise.h
|
LibJS: Enable EXPLICIT_SYMBOL_EXPORT
|
2025-06-30 10:50:36 -06:00 |
PromiseCapability.cpp
|
Meta: Enforce newlines around namespaces
|
2025-05-14 02:01:59 -06:00 |
PromiseCapability.h
|
LibJS: Enable EXPLICIT_SYMBOL_EXPORT
|
2025-06-30 10:50:36 -06:00 |
PromiseConstructor.cpp
|
LibJS: Cache arguments span in ExecutionContext
|
2025-04-24 10:30:52 +02:00 |
PromiseConstructor.h
|
LibJS: Enable EXPLICIT_SYMBOL_EXPORT
|
2025-06-30 10:50:36 -06:00 |
PromiseJobs.cpp
|
LibJS: Make Completion.[[Value]] non-optional
|
2025-04-05 11:20:26 +02:00 |
PromiseJobs.h
|
LibJS: Enable EXPLICIT_SYMBOL_EXPORT
|
2025-06-30 10:50:36 -06:00 |
PromisePrototype.cpp
|
LibJS: Replace PropertyKey(char[]) with PropertyKey(FlyString)
|
2025-03-24 22:27:17 +00:00 |
PromisePrototype.h
|
LibJS: Enable EXPLICIT_SYMBOL_EXPORT
|
2025-06-30 10:50:36 -06:00 |
PromiseReaction.cpp
|
|
|
PromiseReaction.h
|
LibJS: Enable EXPLICIT_SYMBOL_EXPORT
|
2025-06-30 10:50:36 -06:00 |
PromiseResolvingElementFunctions.cpp
|
|
|
PromiseResolvingElementFunctions.h
|
LibJS: Enable EXPLICIT_SYMBOL_EXPORT
|
2025-06-30 10:50:36 -06:00 |
PromiseResolvingFunction.cpp
|
|
|
PromiseResolvingFunction.h
|
LibJS: Enable EXPLICIT_SYMBOL_EXPORT
|
2025-06-30 10:50:36 -06:00 |
PropertyAttributes.h
|
LibJS: Enable EXPLICIT_SYMBOL_EXPORT
|
2025-06-30 10:50:36 -06:00 |
PropertyDescriptor.cpp
|
LibJS: Make Value() default-construct the undefined value
|
2025-04-05 11:20:26 +02:00 |
PropertyDescriptor.h
|
LibJS: Enable EXPLICIT_SYMBOL_EXPORT
|
2025-06-30 10:50:36 -06:00 |
PropertyKey.h
|
LibJS: Enable EXPLICIT_SYMBOL_EXPORT
|
2025-06-30 10:50:36 -06:00 |
PrototypeObject.h
|
|
|
ProxyConstructor.cpp
|
LibJS: Replace PropertyKey(char[]) with PropertyKey(FlyString)
|
2025-03-24 22:27:17 +00:00 |
ProxyConstructor.h
|
LibJS: Enable EXPLICIT_SYMBOL_EXPORT
|
2025-06-30 10:50:36 -06:00 |
ProxyObject.cpp
|
LibJS: Skip prototype chain lookup in internal_set() for arrays
|
2025-05-23 14:51:32 +02:00 |
ProxyObject.h
|
LibJS: Enable EXPLICIT_SYMBOL_EXPORT
|
2025-06-30 10:50:36 -06:00 |
RawJSONObject.cpp
|
LibJS: Implement rawJSON and isRawJSON functions
|
2025-04-24 09:33:49 -04:00 |
RawJSONObject.h
|
LibJS: Enable EXPLICIT_SYMBOL_EXPORT
|
2025-06-30 10:50:36 -06:00 |
Realm.cpp
|
LibJS+LibWeb: Join arguments into vector of registers+constants+locals
|
2025-04-24 10:30:52 +02:00 |
Realm.h
|
LibJS: Enable EXPLICIT_SYMBOL_EXPORT
|
2025-06-30 10:50:36 -06:00 |
Reference.cpp
|
LibJS+LibWeb: Replace StringOrSymbol usage with PropertyKey
|
2025-05-17 10:08:37 -04:00 |
Reference.h
|
LibJS: Enable EXPLICIT_SYMBOL_EXPORT
|
2025-06-30 10:50:36 -06:00 |
ReflectObject.cpp
|
Revert "LibJS+LibWeb: Return Vector<PropertyKey> from…
|
2025-05-16 06:33:09 +01:00 |
ReflectObject.h
|
LibJS: Enable EXPLICIT_SYMBOL_EXPORT
|
2025-06-30 10:50:36 -06:00 |
RegExpConstructor.cpp
|
LibJS: Update spec steps / links for the RegExp.escape proposal
|
2025-04-29 07:33:08 -04:00 |
RegExpConstructor.h
|
LibJS: Enable EXPLICIT_SYMBOL_EXPORT
|
2025-06-30 10:50:36 -06:00 |
RegExpLegacyStaticProperties.cpp
|
LibJS+LibWeb: Replace JS::Utf16String with AK::Utf16String
|
2025-07-18 12:45:38 -04:00 |
RegExpLegacyStaticProperties.h
|
LibJS+LibWeb: Replace JS::Utf16String with AK::Utf16String
|
2025-07-18 12:45:38 -04:00 |
RegExpObject.cpp
|
AK+Everywhere: Recognise that surrogates in utf16 aren't all that common
|
2025-04-23 07:56:02 -06:00 |
RegExpObject.h
|
LibJS: Enable EXPLICIT_SYMBOL_EXPORT
|
2025-06-30 10:50:36 -06:00 |
RegExpPrototype.cpp
|
LibJS+LibWeb: Replace JS::Utf16String with AK::Utf16String
|
2025-07-18 12:45:38 -04:00 |
RegExpPrototype.h
|
LibJS+LibWeb: Replace JS::Utf16String with AK::Utf16String
|
2025-07-18 12:45:38 -04:00 |
RegExpStringIterator.cpp
|
LibJS: Use PrimitiveString more instead of Utf16String in RegExp code
|
2025-05-03 20:01:20 +02:00 |
RegExpStringIterator.h
|
LibJS: Enable EXPLICIT_SYMBOL_EXPORT
|
2025-06-30 10:50:36 -06:00 |
RegExpStringIteratorPrototype.cpp
|
LibJS+LibWeb: Replace JS::Utf16String with AK::Utf16String
|
2025-07-18 12:45:38 -04:00 |
RegExpStringIteratorPrototype.h
|
LibJS: Enable EXPLICIT_SYMBOL_EXPORT
|
2025-06-30 10:50:36 -06:00 |
Set.cpp
|
|
|
Set.h
|
LibJS: Enable EXPLICIT_SYMBOL_EXPORT
|
2025-06-30 10:50:36 -06:00 |
SetConstructor.cpp
|
|
|
SetConstructor.h
|
LibJS: Enable EXPLICIT_SYMBOL_EXPORT
|
2025-06-30 10:50:36 -06:00 |
SetIterator.cpp
|
LibJS: Do more comprehensive check if next() fast path is possible
|
2025-06-02 00:15:36 +02:00 |
SetIterator.h
|
LibJS: Enable EXPLICIT_SYMBOL_EXPORT
|
2025-06-30 10:50:36 -06:00 |
SetIteratorPrototype.cpp
|
LibJS: Do more comprehensive check if next() fast path is possible
|
2025-06-02 00:15:36 +02:00 |
SetIteratorPrototype.h
|
LibJS: Enable EXPLICIT_SYMBOL_EXPORT
|
2025-06-30 10:50:36 -06:00 |
SetPrototype.cpp
|
LibJS: Make Completion.[[Value]] non-optional
|
2025-04-05 11:20:26 +02:00 |
SetPrototype.h
|
LibJS: Enable EXPLICIT_SYMBOL_EXPORT
|
2025-06-30 10:50:36 -06:00 |
ShadowRealm.cpp
|
LibJS: Implement the Dynamic Code Brand Checks stage 3 proposal
|
2025-07-09 15:52:54 -06:00 |
ShadowRealm.h
|
LibJS: Implement the Dynamic Code Brand Checks stage 3 proposal
|
2025-07-09 15:52:54 -06:00 |
ShadowRealmConstructor.cpp
|
|
|
ShadowRealmConstructor.h
|
LibJS: Enable EXPLICIT_SYMBOL_EXPORT
|
2025-06-30 10:50:36 -06:00 |
ShadowRealmPrototype.cpp
|
LibJS: Implement the Dynamic Code Brand Checks stage 3 proposal
|
2025-07-09 15:52:54 -06:00 |
ShadowRealmPrototype.h
|
LibJS: Enable EXPLICIT_SYMBOL_EXPORT
|
2025-06-30 10:50:36 -06:00 |
Shape.cpp
|
LibJS: Delete unused Shape::create_for_prototype()
|
2025-05-23 14:51:32 +02:00 |
Shape.h
|
LibJS: Enable EXPLICIT_SYMBOL_EXPORT
|
2025-06-30 10:50:36 -06:00 |
SharedArrayBufferConstructor.cpp
|
LibJS: Make Completion.[[Value]] non-optional
|
2025-04-05 11:20:26 +02:00 |
SharedArrayBufferConstructor.h
|
LibJS: Enable EXPLICIT_SYMBOL_EXPORT
|
2025-06-30 10:50:36 -06:00 |
SharedArrayBufferPrototype.cpp
|
|
|
SharedArrayBufferPrototype.h
|
LibJS: Enable EXPLICIT_SYMBOL_EXPORT
|
2025-06-30 10:50:36 -06:00 |
StringConstructor.cpp
|
LibJS+LibWeb: Replace JS::Utf16String with AK::Utf16String
|
2025-07-18 12:45:38 -04:00 |
StringConstructor.h
|
LibJS: Enable EXPLICIT_SYMBOL_EXPORT
|
2025-06-30 10:50:36 -06:00 |
StringIterator.cpp
|
LibJS: Do more comprehensive check if next() fast path is possible
|
2025-06-02 00:15:36 +02:00 |
StringIterator.h
|
LibJS: Enable EXPLICIT_SYMBOL_EXPORT
|
2025-06-30 10:50:36 -06:00 |
StringIteratorPrototype.cpp
|
LibJS: Do more comprehensive check if next() fast path is possible
|
2025-06-02 00:15:36 +02:00 |
StringIteratorPrototype.h
|
LibJS: Enable EXPLICIT_SYMBOL_EXPORT
|
2025-06-30 10:50:36 -06:00 |
StringObject.cpp
|
LibJS+LibWeb: Replace JS::Utf16String with AK::Utf16String
|
2025-07-18 12:45:38 -04:00 |
StringObject.h
|
LibJS: Enable EXPLICIT_SYMBOL_EXPORT
|
2025-06-30 10:50:36 -06:00 |
StringPrototype.cpp
|
LibJS+LibWeb: Replace JS::Utf16String with AK::Utf16String
|
2025-07-18 12:45:38 -04:00 |
StringPrototype.h
|
LibJS: Enable EXPLICIT_SYMBOL_EXPORT
|
2025-06-30 10:50:36 -06:00 |
SuppressedError.cpp
|
|
|
SuppressedError.h
|
LibJS: Enable EXPLICIT_SYMBOL_EXPORT
|
2025-06-30 10:50:36 -06:00 |
SuppressedErrorConstructor.cpp
|
|
|
SuppressedErrorConstructor.h
|
LibJS: Enable EXPLICIT_SYMBOL_EXPORT
|
2025-06-30 10:50:36 -06:00 |
SuppressedErrorPrototype.cpp
|
|
|
SuppressedErrorPrototype.h
|
LibJS: Enable EXPLICIT_SYMBOL_EXPORT
|
2025-06-30 10:50:36 -06:00 |
Symbol.cpp
|
|
|
Symbol.h
|
LibJS: Enable EXPLICIT_SYMBOL_EXPORT
|
2025-06-30 10:50:36 -06:00 |
SymbolConstructor.cpp
|
|
|
SymbolConstructor.h
|
LibJS: Enable EXPLICIT_SYMBOL_EXPORT
|
2025-06-30 10:50:36 -06:00 |
SymbolObject.cpp
|
|
|
SymbolObject.h
|
LibJS: Enable EXPLICIT_SYMBOL_EXPORT
|
2025-06-30 10:50:36 -06:00 |
SymbolPrototype.cpp
|
|
|
SymbolPrototype.h
|
LibJS: Enable EXPLICIT_SYMBOL_EXPORT
|
2025-06-30 10:50:36 -06:00 |
TypedArray.cpp
|
LibJS: Fix pointer authentication failure in TypedArray
|
2025-06-17 15:44:37 -06:00 |
TypedArray.h
|
LibJS: Enable EXPLICIT_SYMBOL_EXPORT
|
2025-06-30 10:50:36 -06:00 |
TypedArrayConstructor.cpp
|
LibJS: Use FlyString in PropertyKey instead of DeprecatedFlyString
|
2025-03-24 22:27:17 +00:00 |
TypedArrayConstructor.h
|
LibJS: Enable EXPLICIT_SYMBOL_EXPORT
|
2025-06-30 10:50:36 -06:00 |
TypedArrayPrototype.cpp
|
LibJS: Add fast path for TypedArrayPrototype.copyWithin()
|
2025-07-17 08:50:04 +02:00 |
TypedArrayPrototype.h
|
LibJS: Enable EXPLICIT_SYMBOL_EXPORT
|
2025-06-30 10:50:36 -06:00 |
Uint8Array.cpp
|
AK+Everywhere: Replace custom number parsers with fast_float
|
2025-07-03 09:51:56 -04:00 |
Uint8Array.h
|
LibJS: Enable EXPLICIT_SYMBOL_EXPORT
|
2025-06-30 10:50:36 -06:00 |
Value.cpp
|
LibJS+LibWeb: Replace JS::Utf16String with AK::Utf16String
|
2025-07-18 12:45:38 -04:00 |
Value.h
|
LibJS: Enable EXPLICIT_SYMBOL_EXPORT
|
2025-06-30 10:50:36 -06:00 |
ValueInlines.h
|
LibJS: Move Value::to_i32() and to_u32() back out-of-line
|
2025-04-10 00:33:54 +02:00 |
ValueTraits.h
|
Meta: Enforce newlines around namespaces
|
2025-05-14 02:01:59 -06:00 |
VM.cpp
|
LibJS: Implement the Dynamic Code Brand Checks stage 3 proposal
|
2025-07-09 15:52:54 -06:00 |
VM.h
|
LibWeb/CSP: Implement the script-src directive
|
2025-07-09 15:52:54 -06:00 |
WeakMap.cpp
|
|
|
WeakMap.h
|
LibJS: Enable EXPLICIT_SYMBOL_EXPORT
|
2025-06-30 10:50:36 -06:00 |
WeakMapConstructor.cpp
|
|
|
WeakMapConstructor.h
|
LibJS: Enable EXPLICIT_SYMBOL_EXPORT
|
2025-06-30 10:50:36 -06:00 |
WeakMapPrototype.cpp
|
|
|
WeakMapPrototype.h
|
LibJS: Enable EXPLICIT_SYMBOL_EXPORT
|
2025-06-30 10:50:36 -06:00 |
WeakRef.cpp
|
|
|
WeakRef.h
|
LibJS: Enable EXPLICIT_SYMBOL_EXPORT
|
2025-06-30 10:50:36 -06:00 |
WeakRefConstructor.cpp
|
|
|
WeakRefConstructor.h
|
LibJS: Enable EXPLICIT_SYMBOL_EXPORT
|
2025-06-30 10:50:36 -06:00 |
WeakRefPrototype.cpp
|
|
|
WeakRefPrototype.h
|
LibJS: Enable EXPLICIT_SYMBOL_EXPORT
|
2025-06-30 10:50:36 -06:00 |
WeakSet.cpp
|
|
|
WeakSet.h
|
LibJS: Enable EXPLICIT_SYMBOL_EXPORT
|
2025-06-30 10:50:36 -06:00 |
WeakSetConstructor.cpp
|
|
|
WeakSetConstructor.h
|
LibJS: Enable EXPLICIT_SYMBOL_EXPORT
|
2025-06-30 10:50:36 -06:00 |
WeakSetPrototype.cpp
|
|
|
WeakSetPrototype.h
|
LibJS: Enable EXPLICIT_SYMBOL_EXPORT
|
2025-06-30 10:50:36 -06:00 |
WrapForValidIteratorPrototype.cpp
|
|
|
WrapForValidIteratorPrototype.h
|
LibJS: Enable EXPLICIT_SYMBOL_EXPORT
|
2025-06-30 10:50:36 -06:00 |
WrappedFunction.cpp
|
LibJS: Let invokers (callers) of [[Call]] allocate ExecutionContext
|
2025-04-28 01:23:56 +02:00 |
WrappedFunction.h
|
LibJS: Enable EXPLICIT_SYMBOL_EXPORT
|
2025-06-30 10:50:36 -06:00 |