.. |
Intl
|
cff2d631da
LibJS: Implement Intl.NumberFormat V3's [[SignDisplay]] changes
|
3 anni fa |
Temporal
|
071b92e920
LibJS: Fix typos in Temporal spec comments
|
3 anni fa |
AbstractOperations.cpp
|
22a78e8a2c
LibJS: Implement the CanBeHeldWeakly abstract operation
|
3 anni fa |
AbstractOperations.h
|
22a78e8a2c
LibJS: Implement the CanBeHeldWeakly abstract operation
|
3 anni fa |
Accessor.h
|
a0367aa43b
DevTools+LibJS+LibWeb: Change class_name to use StringView
|
3 anni fa |
AggregateError.cpp
|
c503a28e19
LibJS: Make AggregateError inherit from Error
|
4 anni fa |
AggregateError.h
|
c503a28e19
LibJS: Make AggregateError inherit from Error
|
4 anni fa |
AggregateErrorConstructor.cpp
|
9f3f3b0864
LibJS: Remove implicit wrapping/unwrapping of completion records
|
3 anni fa |
AggregateErrorConstructor.h
|
5832de62fe
LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr
|
3 anni fa |
AggregateErrorPrototype.cpp
|
a6b8291a9b
LibJS: Add define_direct_property and remove the define_property helper
|
4 anni fa |
AggregateErrorPrototype.h
|
cbd7437d40
LibJS: Implement AggregateError
|
4 anni fa |
ArgumentsObject.cpp
|
50d0f879f7
LibJS: Remove bogus FIXME in ArgumentsObject::internal_get()
|
3 anni fa |
ArgumentsObject.h
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 anni fa |
Array.cpp
|
5927cdd9c5
LibJS: Use u64 for the length parameter in Array::create()
|
3 anni fa |
Array.h
|
5927cdd9c5
LibJS: Use u64 for the length parameter in Array::create()
|
3 anni fa |
ArrayBuffer.cpp
|
028a6b90b1
LibJS: Revert partial resizable ArrayBuffer implementation
|
3 anni fa |
ArrayBuffer.h
|
028a6b90b1
LibJS: Revert partial resizable ArrayBuffer implementation
|
3 anni fa |
ArrayBufferConstructor.cpp
|
028a6b90b1
LibJS: Revert partial resizable ArrayBuffer implementation
|
3 anni fa |
ArrayBufferConstructor.h
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 anni fa |
ArrayBufferPrototype.cpp
|
028a6b90b1
LibJS: Revert partial resizable ArrayBuffer implementation
|
3 anni fa |
ArrayBufferPrototype.h
|
028a6b90b1
LibJS: Revert partial resizable ArrayBuffer implementation
|
3 anni fa |
ArrayConstructor.cpp
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 anni fa |
ArrayConstructor.h
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 anni fa |
ArrayIterator.cpp
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 anni fa |
ArrayIterator.h
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 anni fa |
ArrayIteratorPrototype.cpp
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 anni fa |
ArrayIteratorPrototype.h
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 anni fa |
ArrayPrototype.cpp
|
4b70ddf5a0
LibJS: Let Array.prototype.toSpliced throw RangeError for len <= 2^53-1
|
3 anni fa |
ArrayPrototype.h
|
698062b831
LibJS: Implement Array.prototype.with()
|
3 anni fa |
AsyncFromSyncIterator.cpp
|
09a11fa6ea
LibJS: Implement proper Iterator records
|
3 anni fa |
AsyncFromSyncIterator.h
|
09a11fa6ea
LibJS: Implement proper Iterator records
|
3 anni fa |
AsyncFromSyncIteratorPrototype.cpp
|
9f3f3b0864
LibJS: Remove implicit wrapping/unwrapping of completion records
|
3 anni fa |
AsyncFromSyncIteratorPrototype.h
|
9f3f3b0864
LibJS: Remove implicit wrapping/unwrapping of completion records
|
3 anni fa |
AsyncFunctionConstructor.cpp
|
de238ff351
LibJS: Use FunctionConstructor as the proto of AsyncFunctionConstructor
|
3 anni fa |
AsyncFunctionConstructor.h
|
681787de76
LibJS: Add support for async functions
|
3 anni fa |
AsyncFunctionDriverWrapper.cpp
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 anni fa |
AsyncFunctionDriverWrapper.h
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 anni fa |
AsyncFunctionPrototype.cpp
|
681787de76
LibJS: Add support for async functions
|
3 anni fa |
AsyncFunctionPrototype.h
|
681787de76
LibJS: Add support for async functions
|
3 anni fa |
AsyncGenerator.cpp
|
0c65624a32
LibJS: Add AsyncGenerator / AsyncGeneratorPrototype
|
3 anni fa |
AsyncGenerator.h
|
0c65624a32
LibJS: Add AsyncGenerator / AsyncGeneratorPrototype
|
3 anni fa |
AsyncGeneratorFunctionConstructor.cpp
|
7d0782f308
LibJS: Remove duplicate definition of AsyncGeneratorFunction.prototype
|
3 anni fa |
AsyncGeneratorFunctionConstructor.h
|
0982a73d1d
LibJS: Parse async generator functions
|
3 anni fa |
AsyncGeneratorFunctionPrototype.cpp
|
0c65624a32
LibJS: Add AsyncGenerator / AsyncGeneratorPrototype
|
3 anni fa |
AsyncGeneratorFunctionPrototype.h
|
0982a73d1d
LibJS: Parse async generator functions
|
3 anni fa |
AsyncGeneratorPrototype.cpp
|
0c65624a32
LibJS: Add AsyncGenerator / AsyncGeneratorPrototype
|
3 anni fa |
AsyncGeneratorPrototype.h
|
0c65624a32
LibJS: Add AsyncGenerator / AsyncGeneratorPrototype
|
3 anni fa |
AsyncGeneratorRequest.h
|
0c65624a32
LibJS: Add AsyncGenerator / AsyncGeneratorPrototype
|
3 anni fa |
AsyncIteratorPrototype.cpp
|
232e830a0a
LibJS: Mark %{Async,}IteratorPrototype%[@@iterator] as Configurable
|
3 anni fa |
AsyncIteratorPrototype.h
|
7fd38eac98
LibJS: Add AsyncIteratorPrototype
|
3 anni fa |
AtomicsObject.cpp
|
c10d48b72c
AK/ByteBuffer+Everywhere: Handle errors in ByteBuffer::slice()
|
3 anni fa |
AtomicsObject.h
|
6efbafa6e0
Everywhere: Update copyrights with my new serenityos.org e-mail :^)
|
3 anni fa |
BigInt.cpp
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 anni fa |
BigInt.h
|
086969277e
Everywhere: Run clang-format
|
3 anni fa |
BigIntConstructor.cpp
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 anni fa |
BigIntConstructor.h
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 anni fa |
BigIntObject.cpp
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 anni fa |
BigIntObject.h
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 anni fa |
BigIntPrototype.cpp
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 anni fa |
BigIntPrototype.h
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 anni fa |
BooleanConstructor.cpp
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 anni fa |
BooleanConstructor.h
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 anni fa |
BooleanObject.cpp
|
ee1379520a
LibJS: Add missing whitespace around namespace curly braces
|
3 anni fa |
BooleanObject.h
|
ee1379520a
LibJS: Add missing whitespace around namespace curly braces
|
3 anni fa |
BooleanPrototype.cpp
|
ee1379520a
LibJS: Add missing whitespace around namespace curly braces
|
3 anni fa |
BooleanPrototype.h
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 anni fa |
BoundFunction.cpp
|
9f3f3b0864
LibJS: Remove implicit wrapping/unwrapping of completion records
|
3 anni fa |
BoundFunction.h
|
086969277e
Everywhere: Run clang-format
|
3 anni fa |
CanonicalIndex.h
|
8eb936538f
LibJS: Add missing include for 'u32' to CanonicalIndex.h
|
3 anni fa |
ClassFieldDefinition.h
|
e815d3f9ce
LibJS: De-duplicate ClassFieldDefinition Records
|
3 anni fa |
CommonPropertyNames.h
|
33698b9615
LibJS+js: Parse new constructor options from Intl.NumberFormat V3
|
3 anni fa |
Completion.cpp
|
9f3f3b0864
LibJS: Remove implicit wrapping/unwrapping of completion records
|
3 anni fa |
Completion.h
|
9f3f3b0864
LibJS: Remove implicit wrapping/unwrapping of completion records
|
3 anni fa |
ConsoleObject.cpp
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 anni fa |
ConsoleObject.h
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 anni fa |
DataView.cpp
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 anni fa |
DataView.h
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 anni fa |
DataViewConstructor.cpp
|
f97e664d8f
LibJS: Check for add overflow in `DataViewConstructor`
|
3 anni fa |
DataViewConstructor.h
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 anni fa |
DataViewPrototype.cpp
|
9f3f3b0864
LibJS: Remove implicit wrapping/unwrapping of completion records
|
3 anni fa |
DataViewPrototype.h
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 anni fa |
Date.cpp
|
f7c9bd0760
LibJS: Convert remaining Date AOs using JS::Value as in/output to double
|
3 anni fa |
Date.h
|
c6f7214a60
LibJS: Replace magic nanosecond numbers with constants
|
3 anni fa |
DateConstructor.cpp
|
3f3f45580a
Everywhere: Add sv suffix to strings relying on StringView(char const*)
|
3 anni fa |
DateConstructor.h
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 anni fa |
DatePrototype.cpp
|
f64b69955e
LibJS: Fix numeric type in Date.prototype.toTemporalInstant()
|
3 anni fa |
DatePrototype.h
|
f7c9bd0760
LibJS: Convert remaining Date AOs using JS::Value as in/output to double
|
3 anni fa |
DeclarativeEnvironment.cpp
|
89d4094709
LibJS: Mark concrete method calls of Environment Records with ?/!
|
3 anni fa |
DeclarativeEnvironment.h
|
acda12597a
LibJS: Rename scope to environment
|
3 anni fa |
ECMAScriptFunctionObject.cpp
|
53619176f5
LibJS: Set "prototype" property of async generator functions
|
3 anni fa |
ECMAScriptFunctionObject.h
|
acda12597a
LibJS: Rename scope to environment
|
3 anni fa |
Environment.cpp
|
fc04465fa3
LibJS: Remove unnecessary GlobalObject pointer from Environment
|
3 anni fa |
Environment.h
|
3f3f45580a
Everywhere: Add sv suffix to strings relying on StringView(char const*)
|
3 anni fa |
EnvironmentCoordinate.h
|
0a53cf2a07
LibJS: Add missing header in EnvironmentCoordinate.h
|
3 anni fa |
Error.cpp
|
9f3f3b0864
LibJS: Remove implicit wrapping/unwrapping of completion records
|
3 anni fa |
Error.h
|
e160f508a8
LibJS: Add a traceback to Error
|
3 anni fa |
ErrorConstructor.cpp
|
9f3f3b0864
LibJS: Remove implicit wrapping/unwrapping of completion records
|
3 anni fa |
ErrorConstructor.h
|
5832de62fe
LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr
|
3 anni fa |
ErrorPrototype.cpp
|
fb60ada6ce
LibJS: Handle non-Error this object in Error.prototype.stack getter
|
3 anni fa |
ErrorPrototype.h
|
8d784310e0
LibJS: Implement the Error.prototype.stack setter
|
3 anni fa |
ErrorTypes.cpp
|
3d656ba600
LibJS: Emit StringViews for ErrorType instances
|
3 anni fa |
ErrorTypes.h
|
33698b9615
LibJS+js: Parse new constructor options from Intl.NumberFormat V3
|
3 anni fa |
ExecutionContext.h
|
bc183dbbcb
LibJS: Replace uses of MarkedValueList with MarkedVector<Value>
|
3 anni fa |
FinalizationRegistry.cpp
|
a79796ea4a
LibJS: Implement stage 3 proposal FinalizationRegistry changes
|
3 anni fa |
FinalizationRegistry.h
|
a79796ea4a
LibJS: Implement stage 3 proposal FinalizationRegistry changes
|
3 anni fa |
FinalizationRegistryConstructor.cpp
|
24d772af7c
LibJS: Move additional notes to spec comments onto their own line
|
3 anni fa |
FinalizationRegistryConstructor.h
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 anni fa |
FinalizationRegistryPrototype.cpp
|
a79796ea4a
LibJS: Implement stage 3 proposal FinalizationRegistry changes
|
3 anni fa |
FinalizationRegistryPrototype.h
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 anni fa |
FunctionConstructor.cpp
|
77ba3d3e3f
LibJS: Remove callerRealm from HostEnsureCanCompileStrings
|
3 anni fa |
FunctionConstructor.h
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 anni fa |
FunctionEnvironment.cpp
|
acda12597a
LibJS: Rename scope to environment
|
3 anni fa |
FunctionEnvironment.h
|
acda12597a
LibJS: Rename scope to environment
|
3 anni fa |
FunctionKind.h
|
0c73fbbba5
LibJS: Rename FunctionKind::{Regular => Normal}
|
3 anni fa |
FunctionObject.cpp
|
9f3f3b0864
LibJS: Remove implicit wrapping/unwrapping of completion records
|
3 anni fa |
FunctionObject.h
|
086969277e
Everywhere: Run clang-format
|
3 anni fa |
FunctionPrototype.cpp
|
9f3f3b0864
LibJS: Remove implicit wrapping/unwrapping of completion records
|
3 anni fa |
FunctionPrototype.h
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 anni fa |
GeneratorFunctionConstructor.cpp
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 anni fa |
GeneratorFunctionConstructor.h
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 anni fa |
GeneratorFunctionPrototype.cpp
|
ee1379520a
LibJS: Add missing whitespace around namespace curly braces
|
3 anni fa |
GeneratorFunctionPrototype.h
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 anni fa |
GeneratorObject.cpp
|
e1cd36559d
LibJS: Make the BC generator.next(value) work
|
3 anni fa |
GeneratorObject.h
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 anni fa |
GeneratorPrototype.cpp
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 anni fa |
GeneratorPrototype.h
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 anni fa |
GlobalEnvironment.cpp
|
89d4094709
LibJS: Mark concrete method calls of Environment Records with ?/!
|
3 anni fa |
GlobalEnvironment.h
|
87a89e7126
LibJS: Convert create_global_function_binding() to ThrowCompletionOr
|
3 anni fa |
GlobalObject.cpp
|
97fe37bcc2
LibJS: Start implementing the stage 3 Intl.DurationFormat proposal
|
3 anni fa |
GlobalObject.h
|
dd547c3374
LibJS: Add getters for %{Async,}GeneratorFunction.prototype.prototype%
|
3 anni fa |
IndexedProperties.cpp
|
086969277e
Everywhere: Run clang-format
|
3 anni fa |
IndexedProperties.h
|
086969277e
Everywhere: Run clang-format
|
3 anni fa |
Iterator.h
|
2575184242
LibJS: Add a spec link for Iterator Records
|
3 anni fa |
IteratorOperations.cpp
|
9f3f3b0864
LibJS: Remove implicit wrapping/unwrapping of completion records
|
3 anni fa |
IteratorOperations.h
|
bc183dbbcb
LibJS: Replace uses of MarkedValueList with MarkedVector<Value>
|
3 anni fa |
IteratorPrototype.cpp
|
472ff7a6d4
LibJS: Don't coerce this value in %IteratorPrototype%[@@iterator]
|
3 anni fa |
IteratorPrototype.h
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 anni fa |
JSONObject.cpp
|
3f3f45580a
Everywhere: Add sv suffix to strings relying on StringView(char const*)
|
3 anni fa |
JSONObject.h
|
086969277e
Everywhere: Run clang-format
|
3 anni fa |
JobCallback.h
|
bc183dbbcb
LibJS: Replace uses of MarkedValueList with MarkedVector<Value>
|
3 anni fa |
Map.cpp
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 anni fa |
Map.h
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 anni fa |
MapConstructor.cpp
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 anni fa |
MapConstructor.h
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 anni fa |
MapIterator.cpp
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 anni fa |
MapIterator.h
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 anni fa |
MapIteratorPrototype.cpp
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 anni fa |
MapIteratorPrototype.h
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 anni fa |
MapPrototype.cpp
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 anni fa |
MapPrototype.h
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 anni fa |
MathObject.cpp
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 anni fa |
MathObject.h
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 anni fa |
ModuleEnvironment.cpp
|
9f3f3b0864
LibJS: Remove implicit wrapping/unwrapping of completion records
|
3 anni fa |
ModuleEnvironment.h
|
0cdbc03de0
LibJS: Add ModuleEnvironment
|
3 anni fa |
ModuleNamespaceObject.cpp
|
9f3f3b0864
LibJS: Remove implicit wrapping/unwrapping of completion records
|
3 anni fa |
ModuleNamespaceObject.h
|
bc183dbbcb
LibJS: Replace uses of MarkedValueList with MarkedVector<Value>
|
3 anni fa |
NativeFunction.cpp
|
9f3f3b0864
LibJS: Remove implicit wrapping/unwrapping of completion records
|
3 anni fa |
NativeFunction.h
|
086969277e
Everywhere: Run clang-format
|
3 anni fa |
NumberConstructor.cpp
|
086969277e
Everywhere: Run clang-format
|
3 anni fa |
NumberConstructor.h
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 anni fa |
NumberObject.cpp
|
ee1379520a
LibJS: Add missing whitespace around namespace curly braces
|
3 anni fa |
NumberObject.h
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 anni fa |
NumberPrototype.cpp
|
9f3f3b0864
LibJS: Remove implicit wrapping/unwrapping of completion records
|
3 anni fa |
NumberPrototype.h
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 anni fa |
Object.cpp
|
9f3f3b0864
LibJS: Remove implicit wrapping/unwrapping of completion records
|
3 anni fa |
Object.h
|
3f3f45580a
Everywhere: Add sv suffix to strings relying on StringView(char const*)
|
3 anni fa |
ObjectConstructor.cpp
|
9f3f3b0864
LibJS: Remove implicit wrapping/unwrapping of completion records
|
3 anni fa |
ObjectConstructor.h
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 anni fa |
ObjectEnvironment.cpp
|
9f3f3b0864
LibJS: Remove implicit wrapping/unwrapping of completion records
|
3 anni fa |
ObjectEnvironment.h
|
01370136ee
LibJS: Convert delete_binding() to ThrowCompletionOr
|
3 anni fa |
ObjectPrototype.cpp
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 anni fa |
ObjectPrototype.h
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 anni fa |
PrimitiveString.cpp
|
da374a82bc
LibJS: Correct an include in PrimitiveString
|
3 anni fa |
PrimitiveString.h
|
a0367aa43b
DevTools+LibJS+LibWeb: Change class_name to use StringView
|
3 anni fa |
PrivateEnvironment.cpp
|
f25899ca34
LibJS: Mark entire private environment chains during GC
|
3 anni fa |
PrivateEnvironment.h
|
a0367aa43b
DevTools+LibJS+LibWeb: Change class_name to use StringView
|
3 anni fa |
Promise.cpp
|
9f3f3b0864
LibJS: Remove implicit wrapping/unwrapping of completion records
|
3 anni fa |
Promise.h
|
9f3f3b0864
LibJS: Remove implicit wrapping/unwrapping of completion records
|
3 anni fa |
PromiseConstructor.cpp
|
9f3f3b0864
LibJS: Remove implicit wrapping/unwrapping of completion records
|
3 anni fa |
PromiseConstructor.h
|
5af8f72d54
LibJS: Convert PromiseConstructor functions to ThrowCompletionOr
|
3 anni fa |
PromiseJobs.cpp
|
9f3f3b0864
LibJS: Remove implicit wrapping/unwrapping of completion records
|
3 anni fa |
PromiseJobs.h
|
4c1c6ef91c
LibJS: Setup host hooks and have promise jobs work out the realm
|
3 anni fa |
PromisePrototype.cpp
|
9f3f3b0864
LibJS: Remove implicit wrapping/unwrapping of completion records
|
3 anni fa |
PromisePrototype.h
|
35faf50941
LibJS: Convert PromisePrototype functions to ThrowCompletionOr
|
3 anni fa |
PromiseReaction.cpp
|
9f3f3b0864
LibJS: Remove implicit wrapping/unwrapping of completion records
|
3 anni fa |
PromiseReaction.h
|
9f3f3b0864
LibJS: Remove implicit wrapping/unwrapping of completion records
|
3 anni fa |
PromiseResolvingElementFunctions.cpp
|
9f3f3b0864
LibJS: Remove implicit wrapping/unwrapping of completion records
|
3 anni fa |
PromiseResolvingElementFunctions.h
|
a0367aa43b
DevTools+LibJS+LibWeb: Change class_name to use StringView
|
3 anni fa |
PromiseResolvingFunction.cpp
|
5832de62fe
LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr
|
3 anni fa |
PromiseResolvingFunction.h
|
a0367aa43b
DevTools+LibJS+LibWeb: Change class_name to use StringView
|
3 anni fa |
PropertyAttributes.h
|
3f3f45580a
Everywhere: Add sv suffix to strings relying on StringView(char const*)
|
3 anni fa |
PropertyDescriptor.cpp
|
9f3f3b0864
LibJS: Remove implicit wrapping/unwrapping of completion records
|
3 anni fa |
PropertyDescriptor.h
|
3f3f45580a
Everywhere: Add sv suffix to strings relying on StringView(char const*)
|
3 anni fa |
PropertyKey.h
|
7456904a39
Meta+Userland: Simplify some formatters
|
3 anni fa |
PrototypeObject.h
|
6efbafa6e0
Everywhere: Update copyrights with my new serenityos.org e-mail :^)
|
3 anni fa |
ProxyConstructor.cpp
|
9f3f3b0864
LibJS: Remove implicit wrapping/unwrapping of completion records
|
3 anni fa |
ProxyConstructor.h
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 anni fa |
ProxyObject.cpp
|
9f3f3b0864
LibJS: Remove implicit wrapping/unwrapping of completion records
|
3 anni fa |
ProxyObject.h
|
086969277e
Everywhere: Run clang-format
|
3 anni fa |
Realm.cpp
|
9f3f3b0864
LibJS: Remove implicit wrapping/unwrapping of completion records
|
3 anni fa |
Realm.h
|
a0367aa43b
DevTools+LibJS+LibWeb: Change class_name to use StringView
|
3 anni fa |
Reference.cpp
|
3f3f45580a
Everywhere: Add sv suffix to strings relying on StringView(char const*)
|
3 anni fa |
Reference.h
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 anni fa |
ReflectObject.cpp
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 anni fa |
ReflectObject.h
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 anni fa |
RegExpConstructor.cpp
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 anni fa |
RegExpConstructor.h
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 anni fa |
RegExpObject.cpp
|
3f3f45580a
Everywhere: Add sv suffix to strings relying on StringView(char const*)
|
3 anni fa |
RegExpObject.h
|
086969277e
Everywhere: Run clang-format
|
3 anni fa |
RegExpPrototype.cpp
|
3f3f45580a
Everywhere: Add sv suffix to strings relying on StringView(char const*)
|
3 anni fa |
RegExpPrototype.h
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 anni fa |
RegExpStringIterator.cpp
|
6efbafa6e0
Everywhere: Update copyrights with my new serenityos.org e-mail :^)
|
3 anni fa |
RegExpStringIterator.h
|
6efbafa6e0
Everywhere: Update copyrights with my new serenityos.org e-mail :^)
|
3 anni fa |
RegExpStringIteratorPrototype.cpp
|
6efbafa6e0
Everywhere: Update copyrights with my new serenityos.org e-mail :^)
|
3 anni fa |
RegExpStringIteratorPrototype.h
|
6efbafa6e0
Everywhere: Update copyrights with my new serenityos.org e-mail :^)
|
3 anni fa |
Set.cpp
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 anni fa |
Set.h
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 anni fa |
SetConstructor.cpp
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 anni fa |
SetConstructor.h
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 anni fa |
SetIterator.cpp
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 anni fa |
SetIterator.h
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 anni fa |
SetIteratorPrototype.cpp
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 anni fa |
SetIteratorPrototype.h
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 anni fa |
SetPrototype.cpp
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 anni fa |
SetPrototype.h
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 anni fa |
ShadowRealm.cpp
|
9f3f3b0864
LibJS: Remove implicit wrapping/unwrapping of completion records
|
3 anni fa |
ShadowRealm.h
|
c08a52dd97
LibJS: Remove the name prefix for wrapped functions
|
3 anni fa |
ShadowRealmConstructor.cpp
|
57c5a59cab
LibJS: Add ScriptOrModule to execution context and track it everywhere
|
3 anni fa |
ShadowRealmConstructor.h
|
5832de62fe
LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr
|
3 anni fa |
ShadowRealmPrototype.cpp
|
68ee193464
LibJS: Check type of ShadowRealm.prototype.importValue() 2nd argument
|
3 anni fa |
ShadowRealmPrototype.h
|
040e29c7b9
LibJS: Convert ShadowRealmPrototype functions to ThrowCompletionOr
|
3 anni fa |
Shape.cpp
|
343d699627
LibJS: Add missing Vector::in_reverse() in ensure_property_table()
|
3 anni fa |
Shape.h
|
086969277e
Everywhere: Run clang-format
|
3 anni fa |
StringConstructor.cpp
|
086969277e
Everywhere: Run clang-format
|
3 anni fa |
StringConstructor.h
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 anni fa |
StringIterator.cpp
|
ee1379520a
LibJS: Add missing whitespace around namespace curly braces
|
3 anni fa |
StringIterator.h
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 anni fa |
StringIteratorPrototype.cpp
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 anni fa |
StringIteratorPrototype.h
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 anni fa |
StringObject.cpp
|
9f3f3b0864
LibJS: Remove implicit wrapping/unwrapping of completion records
|
3 anni fa |
StringObject.h
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 anni fa |
StringOrSymbol.h
|
53a8a11973
LibJS: Make StringOrSymbol always be FlyString in the string case
|
4 anni fa |
StringPrototype.cpp
|
c8585b77d2
Everywhere: Replace single-char StringView op. arguments with chars
|
3 anni fa |
StringPrototype.h
|
771e3b9868
LibJS: Stub out String.prototype.normalize
|
3 anni fa |
Symbol.cpp
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 anni fa |
Symbol.h
|
086969277e
Everywhere: Run clang-format
|
3 anni fa |
SymbolConstructor.cpp
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 anni fa |
SymbolConstructor.h
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 anni fa |
SymbolObject.cpp
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 anni fa |
SymbolObject.h
|
086969277e
Everywhere: Run clang-format
|
3 anni fa |
SymbolPrototype.cpp
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 anni fa |
SymbolPrototype.h
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 anni fa |
TypedArray.cpp
|
3f3f45580a
Everywhere: Add sv suffix to strings relying on StringView(char const*)
|
3 anni fa |
TypedArray.h
|
4dbb2c2d44
LibJS: Add %TypedArray%.prototype.toSorted
|
3 anni fa |
TypedArrayConstructor.cpp
|
9f3f3b0864
LibJS: Remove implicit wrapping/unwrapping of completion records
|
3 anni fa |
TypedArrayConstructor.h
|
086969277e
Everywhere: Run clang-format
|
3 anni fa |
TypedArrayPrototype.cpp
|
45d07f648e
LibJS: Add %TypedArray%.prototype.toSpliced
|
3 anni fa |
TypedArrayPrototype.h
|
45d07f648e
LibJS: Add %TypedArray%.prototype.toSpliced
|
3 anni fa |
Utf16String.cpp
|
6efbafa6e0
Everywhere: Update copyrights with my new serenityos.org e-mail :^)
|
3 anni fa |
Utf16String.h
|
6efbafa6e0
Everywhere: Update copyrights with my new serenityos.org e-mail :^)
|
3 anni fa |
VM.cpp
|
3f3f45580a
Everywhere: Add sv suffix to strings relying on StringView(char const*)
|
3 anni fa |
VM.h
|
028a6b90b1
LibJS: Revert partial resizable ArrayBuffer implementation
|
3 anni fa |
Value.cpp
|
3f3f45580a
Everywhere: Add sv suffix to strings relying on StringView(char const*)
|
3 anni fa |
Value.h
|
1132151f3d
LibJS: Use a template for 'Value from integral number' constructors
|
3 anni fa |
ValueTraits.h
|
59080f441e
LibJS: Normalize NaN values in Sets and Maps
|
3 anni fa |
WeakContainer.cpp
|
cdc1315dc8
LibJS: Use IntrusiveList for keeping track of WeakContainers
|
4 anni fa |
WeakContainer.h
|
a95b321bf1
LibJS: Add missing headers
|
3 anni fa |
WeakMap.cpp
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 anni fa |
WeakMap.h
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 anni fa |
WeakMapConstructor.cpp
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 anni fa |
WeakMapConstructor.h
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 anni fa |
WeakMapPrototype.cpp
|
a80d3fdf49
LibJS: Implement WeakMap changes from 'Symbol as WeakMap Keys Proposal'
|
3 anni fa |
WeakMapPrototype.h
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 anni fa |
WeakRef.cpp
|
53ed8decaf
LibJS: Implement WeakRef changes from 'Symbol as WeakMap Keys Proposal'
|
3 anni fa |
WeakRef.h
|
53ed8decaf
LibJS: Implement WeakRef changes from 'Symbol as WeakMap Keys Proposal'
|
3 anni fa |
WeakRefConstructor.cpp
|
53ed8decaf
LibJS: Implement WeakRef changes from 'Symbol as WeakMap Keys Proposal'
|
3 anni fa |
WeakRefConstructor.h
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 anni fa |
WeakRefPrototype.cpp
|
53ed8decaf
LibJS: Implement WeakRef changes from 'Symbol as WeakMap Keys Proposal'
|
3 anni fa |
WeakRefPrototype.h
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 anni fa |
WeakSet.cpp
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 anni fa |
WeakSet.h
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 anni fa |
WeakSetConstructor.cpp
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 anni fa |
WeakSetConstructor.h
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 anni fa |
WeakSetPrototype.cpp
|
dbd0110721
LibJS: Implement WeakSet changes from 'Symbol as WeakMap Keys Proposal'
|
3 anni fa |
WeakSetPrototype.h
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 anni fa |
WrappedFunction.cpp
|
9f3f3b0864
LibJS: Remove implicit wrapping/unwrapping of completion records
|
3 anni fa |
WrappedFunction.h
|
bc183dbbcb
LibJS: Replace uses of MarkedValueList with MarkedVector<Value>
|
3 anni fa |