.. |
Intl
|
29b6c22384
LibJS: Reorder and reduce steps of InitializeDateTimeFormat
|
3 years ago |
Temporal
|
5397278bfc
LibJS: Update spec comments to use ToZeroPaddedDecimalString AO
|
3 years ago |
AbstractOperations.cpp
|
7e18d1c078
LibJS: Remove unused include from AbstractOperations.cpp
|
3 years ago |
AbstractOperations.h
|
745b998774
LibJS: Get rid of unnecessary work from canonical_numeric_index_string
|
3 years ago |
Accessor.h
|
a0367aa43b
DevTools+LibJS+LibWeb: Change class_name to use StringView
|
3 years ago |
AggregateError.cpp
|
c503a28e19
LibJS: Make AggregateError inherit from Error
|
4 years ago |
AggregateError.h
|
c503a28e19
LibJS: Make AggregateError inherit from Error
|
4 years ago |
AggregateErrorConstructor.cpp
|
5832de62fe
LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr
|
3 years ago |
AggregateErrorConstructor.h
|
5832de62fe
LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr
|
3 years ago |
AggregateErrorPrototype.cpp
|
a6b8291a9b
LibJS: Add define_direct_property and remove the define_property helper
|
4 years ago |
AggregateErrorPrototype.h
|
cbd7437d40
LibJS: Implement AggregateError
|
4 years ago |
ArgumentsObject.cpp
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 years ago |
ArgumentsObject.h
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 years ago |
Array.cpp
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 years ago |
Array.h
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 years ago |
ArrayBuffer.cpp
|
6654efcd82
LibJS: Remove cloneConstructor parameter from CloneArrayBuffer
|
3 years ago |
ArrayBuffer.h
|
6654efcd82
LibJS: Remove cloneConstructor parameter from CloneArrayBuffer
|
3 years ago |
ArrayBufferConstructor.cpp
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 years ago |
ArrayBufferConstructor.h
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 years ago |
ArrayBufferPrototype.cpp
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 years ago |
ArrayBufferPrototype.h
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 years ago |
ArrayConstructor.cpp
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 years ago |
ArrayConstructor.h
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 years ago |
ArrayIterator.cpp
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 years ago |
ArrayIterator.h
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 years ago |
ArrayIteratorPrototype.cpp
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 years ago |
ArrayIteratorPrototype.h
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 years ago |
ArrayPrototype.cpp
|
00b8ce4a6d
LibJS: Pass this value to fallback func in Array.prototype.toString()
|
3 years ago |
ArrayPrototype.h
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 years ago |
AsyncFromSyncIterator.cpp
|
09a11fa6ea
LibJS: Implement proper Iterator records
|
3 years ago |
AsyncFromSyncIterator.h
|
09a11fa6ea
LibJS: Implement proper Iterator records
|
3 years ago |
AsyncFromSyncIteratorPrototype.cpp
|
47cdd90836
LibJS: Use new NativeFunction::create() in most places
|
3 years ago |
AsyncFromSyncIteratorPrototype.h
|
09a11fa6ea
LibJS: Implement proper Iterator records
|
3 years ago |
AsyncFunctionConstructor.cpp
|
de238ff351
LibJS: Use FunctionConstructor as the proto of AsyncFunctionConstructor
|
3 years ago |
AsyncFunctionConstructor.h
|
681787de76
LibJS: Add support for async functions
|
3 years ago |
AsyncFunctionDriverWrapper.cpp
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 years ago |
AsyncFunctionDriverWrapper.h
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 years ago |
AsyncFunctionPrototype.cpp
|
681787de76
LibJS: Add support for async functions
|
3 years ago |
AsyncFunctionPrototype.h
|
681787de76
LibJS: Add support for async functions
|
3 years ago |
AsyncGeneratorFunctionConstructor.cpp
|
7d0782f308
LibJS: Remove duplicate definition of AsyncGeneratorFunction.prototype
|
3 years ago |
AsyncGeneratorFunctionConstructor.h
|
0982a73d1d
LibJS: Parse async generator functions
|
3 years ago |
AsyncGeneratorFunctionPrototype.cpp
|
0982a73d1d
LibJS: Parse async generator functions
|
3 years ago |
AsyncGeneratorFunctionPrototype.h
|
0982a73d1d
LibJS: Parse async generator functions
|
3 years ago |
AsyncIteratorPrototype.cpp
|
232e830a0a
LibJS: Mark %{Async,}IteratorPrototype%[@@iterator] as Configurable
|
3 years ago |
AsyncIteratorPrototype.h
|
7fd38eac98
LibJS: Add AsyncIteratorPrototype
|
3 years ago |
AtomicsObject.cpp
|
39b308ba52
LibJS: Factor out TypedArrayElement{Size,Type} abstract operations
|
3 years ago |
AtomicsObject.h
|
6efbafa6e0
Everywhere: Update copyrights with my new serenityos.org e-mail :^)
|
3 years ago |
BigInt.cpp
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 years ago |
BigInt.h
|
086969277e
Everywhere: Run clang-format
|
3 years ago |
BigIntConstructor.cpp
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 years ago |
BigIntConstructor.h
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 years ago |
BigIntObject.cpp
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 years ago |
BigIntObject.h
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 years ago |
BigIntPrototype.cpp
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 years ago |
BigIntPrototype.h
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 years ago |
BooleanConstructor.cpp
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 years ago |
BooleanConstructor.h
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 years ago |
BooleanObject.cpp
|
ee1379520a
LibJS: Add missing whitespace around namespace curly braces
|
3 years ago |
BooleanObject.h
|
ee1379520a
LibJS: Add missing whitespace around namespace curly braces
|
3 years ago |
BooleanPrototype.cpp
|
ee1379520a
LibJS: Add missing whitespace around namespace curly braces
|
3 years ago |
BooleanPrototype.h
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 years ago |
BoundFunction.cpp
|
b4c6fd51be
LibJS: Use single page spec link for BoundFunctionCreate
|
3 years ago |
BoundFunction.h
|
086969277e
Everywhere: Run clang-format
|
3 years ago |
CanonicalIndex.h
|
8eb936538f
LibJS: Add missing include for 'u32' to CanonicalIndex.h
|
3 years ago |
ClassFieldDefinition.h
|
e815d3f9ce
LibJS: De-duplicate ClassFieldDefinition Records
|
3 years ago |
CommonPropertyNames.h
|
f350c153e8
LibJS: Implement and test ArrayBuffer.prototype.resize
|
3 years ago |
Completion.cpp
|
244adb371f
LibJS: Spin the event loop until await has completed
|
3 years ago |
Completion.h
|
c79e4961f6
LibJS: Add explicit default copy+move constructors to ThrowCompletionOr
|
3 years ago |
ConsoleObject.cpp
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 years ago |
ConsoleObject.h
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 years ago |
DataView.cpp
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 years ago |
DataView.h
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 years ago |
DataViewConstructor.cpp
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 years ago |
DataViewConstructor.h
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 years ago |
DataViewPrototype.cpp
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 years ago |
DataViewPrototype.h
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 years ago |
Date.cpp
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 years ago |
Date.h
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 years ago |
DateConstructor.cpp
|
086969277e
Everywhere: Run clang-format
|
3 years ago |
DateConstructor.h
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 years ago |
DatePrototype.cpp
|
5397278bfc
LibJS: Update spec comments to use ToZeroPaddedDecimalString AO
|
3 years ago |
DatePrototype.h
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 years ago |
DeclarativeEnvironment.cpp
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 years ago |
DeclarativeEnvironment.h
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 years ago |
ECMAScriptFunctionObject.cpp
|
e815d3f9ce
LibJS: De-duplicate ClassFieldDefinition Records
|
3 years ago |
ECMAScriptFunctionObject.h
|
e815d3f9ce
LibJS: De-duplicate ClassFieldDefinition Records
|
3 years ago |
Environment.cpp
|
fc04465fa3
LibJS: Remove unnecessary GlobalObject pointer from Environment
|
3 years ago |
Environment.h
|
a0367aa43b
DevTools+LibJS+LibWeb: Change class_name to use StringView
|
3 years ago |
EnvironmentCoordinate.h
|
0a53cf2a07
LibJS: Add missing header in EnvironmentCoordinate.h
|
3 years ago |
Error.cpp
|
fd0f1d0c1a
LibJS: Fix two typos in comments
|
3 years ago |
Error.h
|
e160f508a8
LibJS: Add a traceback to Error
|
3 years ago |
ErrorConstructor.cpp
|
ecba29c158
LibJS: Set internal function name of NativeError constructors
|
3 years ago |
ErrorConstructor.h
|
5832de62fe
LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr
|
3 years ago |
ErrorPrototype.cpp
|
fb60ada6ce
LibJS: Handle non-Error this object in Error.prototype.stack getter
|
3 years ago |
ErrorPrototype.h
|
8d784310e0
LibJS: Implement the Error.prototype.stack setter
|
3 years ago |
ErrorTypes.cpp
|
fcd3b9a0df
Userland: Use mattco@serenityos.org for my copyright headers
|
4 years ago |
ErrorTypes.h
|
0174993bea
LibJS: Add explicit ErrorType values for TypedArray prototype exceptions
|
3 years ago |
ExecutionContext.h
|
bc183dbbcb
LibJS: Replace uses of MarkedValueList with MarkedVector<Value>
|
3 years ago |
FinalizationRegistry.cpp
|
5b48912d35
LibJS: Remove a bunch of gratuitous JS namespace qualifiers
|
3 years ago |
FinalizationRegistry.h
|
5b48912d35
LibJS: Remove a bunch of gratuitous JS namespace qualifiers
|
3 years ago |
FinalizationRegistryConstructor.cpp
|
24d772af7c
LibJS: Move additional notes to spec comments onto their own line
|
3 years ago |
FinalizationRegistryConstructor.h
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 years ago |
FinalizationRegistryPrototype.cpp
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 years ago |
FinalizationRegistryPrototype.h
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 years ago |
FunctionConstructor.cpp
|
90f14de1e9
LibJS: Call HostEnsureCanCompileStrings in CreateDynamicFunction
|
3 years ago |
FunctionConstructor.h
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 years ago |
FunctionEnvironment.cpp
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 years ago |
FunctionEnvironment.h
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 years ago |
FunctionKind.h
|
0c73fbbba5
LibJS: Rename FunctionKind::{Regular => Normal}
|
3 years ago |
FunctionObject.cpp
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 years ago |
FunctionObject.h
|
086969277e
Everywhere: Run clang-format
|
3 years ago |
FunctionPrototype.cpp
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 years ago |
FunctionPrototype.h
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 years ago |
GeneratorFunctionConstructor.cpp
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 years ago |
GeneratorFunctionConstructor.h
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 years ago |
GeneratorFunctionPrototype.cpp
|
ee1379520a
LibJS: Add missing whitespace around namespace curly braces
|
3 years ago |
GeneratorFunctionPrototype.h
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 years ago |
GeneratorObject.cpp
|
e1cd36559d
LibJS: Make the BC generator.next(value) work
|
3 years ago |
GeneratorObject.h
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 years ago |
GeneratorPrototype.cpp
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 years ago |
GeneratorPrototype.h
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 years ago |
GlobalEnvironment.cpp
|
fc04465fa3
LibJS: Remove unnecessary GlobalObject pointer from Environment
|
3 years ago |
GlobalEnvironment.h
|
87a89e7126
LibJS: Convert create_global_function_binding() to ThrowCompletionOr
|
3 years ago |
GlobalObject.cpp
|
00b8ce4a6d
LibJS: Pass this value to fallback func in Array.prototype.toString()
|
3 years ago |
GlobalObject.h
|
00b8ce4a6d
LibJS: Pass this value to fallback func in Array.prototype.toString()
|
3 years ago |
IndexedProperties.cpp
|
086969277e
Everywhere: Run clang-format
|
3 years ago |
IndexedProperties.h
|
086969277e
Everywhere: Run clang-format
|
3 years ago |
Iterator.h
|
2575184242
LibJS: Add a spec link for Iterator Records
|
3 years ago |
IteratorOperations.cpp
|
2575184242
LibJS: Add a spec link for Iterator Records
|
3 years ago |
IteratorOperations.h
|
bc183dbbcb
LibJS: Replace uses of MarkedValueList with MarkedVector<Value>
|
3 years ago |
IteratorPrototype.cpp
|
472ff7a6d4
LibJS: Don't coerce this value in %IteratorPrototype%[@@iterator]
|
3 years ago |
IteratorPrototype.h
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 years ago |
JSONObject.cpp
|
5b48912d35
LibJS: Remove a bunch of gratuitous JS namespace qualifiers
|
3 years ago |
JSONObject.h
|
086969277e
Everywhere: Run clang-format
|
3 years ago |
JobCallback.h
|
bc183dbbcb
LibJS: Replace uses of MarkedValueList with MarkedVector<Value>
|
3 years ago |
Map.cpp
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 years ago |
Map.h
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 years ago |
MapConstructor.cpp
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 years ago |
MapConstructor.h
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 years ago |
MapIterator.cpp
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 years ago |
MapIterator.h
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 years ago |
MapIteratorPrototype.cpp
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 years ago |
MapIteratorPrototype.h
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 years ago |
MapPrototype.cpp
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 years ago |
MapPrototype.h
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 years ago |
MathObject.cpp
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 years ago |
MathObject.h
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 years ago |
ModuleEnvironment.cpp
|
aeb72fe9d0
LibJS: Reduce header dependency graph in Realm.h
|
3 years ago |
ModuleEnvironment.h
|
0cdbc03de0
LibJS: Add ModuleEnvironment
|
3 years ago |
ModuleNamespaceObject.cpp
|
bc183dbbcb
LibJS: Replace uses of MarkedValueList with MarkedVector<Value>
|
3 years ago |
ModuleNamespaceObject.h
|
bc183dbbcb
LibJS: Replace uses of MarkedValueList with MarkedVector<Value>
|
3 years ago |
NativeFunction.cpp
|
086969277e
Everywhere: Run clang-format
|
3 years ago |
NativeFunction.h
|
086969277e
Everywhere: Run clang-format
|
3 years ago |
NumberConstructor.cpp
|
086969277e
Everywhere: Run clang-format
|
3 years ago |
NumberConstructor.h
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 years ago |
NumberObject.cpp
|
ee1379520a
LibJS: Add missing whitespace around namespace curly braces
|
3 years ago |
NumberObject.h
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 years ago |
NumberPrototype.cpp
|
f912a48315
Userland: Change static const variables to static constexpr
|
3 years ago |
NumberPrototype.h
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 years ago |
Object.cpp
|
e815d3f9ce
LibJS: De-duplicate ClassFieldDefinition Records
|
3 years ago |
Object.h
|
e815d3f9ce
LibJS: De-duplicate ClassFieldDefinition Records
|
3 years ago |
ObjectConstructor.cpp
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 years ago |
ObjectConstructor.h
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 years ago |
ObjectEnvironment.cpp
|
1c4c251be3
LibJS+Everywhere: Remove all VM::clear_exception() calls
|
3 years ago |
ObjectEnvironment.h
|
01370136ee
LibJS: Convert delete_binding() to ThrowCompletionOr
|
3 years ago |
ObjectPrototype.cpp
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 years ago |
ObjectPrototype.h
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 years ago |
PrimitiveString.cpp
|
da374a82bc
LibJS: Correct an include in PrimitiveString
|
3 years ago |
PrimitiveString.h
|
a0367aa43b
DevTools+LibJS+LibWeb: Change class_name to use StringView
|
3 years ago |
PrivateEnvironment.cpp
|
f25899ca34
LibJS: Mark entire private environment chains during GC
|
3 years ago |
PrivateEnvironment.h
|
a0367aa43b
DevTools+LibJS+LibWeb: Change class_name to use StringView
|
3 years ago |
Promise.cpp
|
4c1c6ef91c
LibJS: Setup host hooks and have promise jobs work out the realm
|
3 years ago |
Promise.h
|
f71f404e0c
LibWeb: Introduce the Environment Settings Object
|
3 years ago |
PromiseConstructor.cpp
|
9264f9d24e
LibJS+Everywhere: Remove VM::exception() and most related functions
|
3 years ago |
PromiseConstructor.h
|
5af8f72d54
LibJS: Convert PromiseConstructor functions to ThrowCompletionOr
|
3 years ago |
PromiseJobs.cpp
|
5b48912d35
LibJS: Remove a bunch of gratuitous JS namespace qualifiers
|
3 years ago |
PromiseJobs.h
|
4c1c6ef91c
LibJS: Setup host hooks and have promise jobs work out the realm
|
3 years ago |
PromisePrototype.cpp
|
7feeb2df0d
LibJS: Capture values as handles in Promise.prototype.finally callbacks
|
3 years ago |
PromisePrototype.h
|
35faf50941
LibJS: Convert PromisePrototype functions to ThrowCompletionOr
|
3 years ago |
PromiseReaction.cpp
|
47cdd90836
LibJS: Use new NativeFunction::create() in most places
|
3 years ago |
PromiseReaction.h
|
086969277e
Everywhere: Run clang-format
|
3 years ago |
PromiseResolvingElementFunctions.cpp
|
d46be7e7f2
LibJS: Visit internal values in PromiseValueList
|
3 years ago |
PromiseResolvingElementFunctions.h
|
a0367aa43b
DevTools+LibJS+LibWeb: Change class_name to use StringView
|
3 years ago |
PromiseResolvingFunction.cpp
|
5832de62fe
LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr
|
3 years ago |
PromiseResolvingFunction.h
|
a0367aa43b
DevTools+LibJS+LibWeb: Change class_name to use StringView
|
3 years ago |
PropertyAttributes.h
|
086969277e
Everywhere: Run clang-format
|
3 years ago |
PropertyDescriptor.cpp
|
d7d73f9100
LibJS: Convert to_property_descriptor() to ThrowCompletionOr
|
3 years ago |
PropertyDescriptor.h
|
216e21a1fa
AK: Convert AK::Format formatting helpers to returning ErrorOr<void>
|
3 years ago |
PropertyKey.h
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 years ago |
PrototypeObject.h
|
6efbafa6e0
Everywhere: Update copyrights with my new serenityos.org e-mail :^)
|
3 years ago |
ProxyConstructor.cpp
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 years ago |
ProxyConstructor.h
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 years ago |
ProxyObject.cpp
|
086969277e
Everywhere: Run clang-format
|
3 years ago |
ProxyObject.h
|
086969277e
Everywhere: Run clang-format
|
3 years ago |
Realm.cpp
|
aeb72fe9d0
LibJS: Reduce header dependency graph in Realm.h
|
3 years ago |
Realm.h
|
a0367aa43b
DevTools+LibJS+LibWeb: Change class_name to use StringView
|
3 years ago |
Reference.cpp
|
b126a8b697
LibJS: Correct receiver value in GetValue's [[Get]] call
|
3 years ago |
Reference.h
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 years ago |
ReflectObject.cpp
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 years ago |
ReflectObject.h
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 years ago |
RegExpConstructor.cpp
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 years ago |
RegExpConstructor.h
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 years ago |
RegExpObject.cpp
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 years ago |
RegExpObject.h
|
086969277e
Everywhere: Run clang-format
|
3 years ago |
RegExpPrototype.cpp
|
157d16f049
LibJS: Update specification steps for RegExp Match Indices
|
3 years ago |
RegExpPrototype.h
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 years ago |
RegExpStringIterator.cpp
|
6efbafa6e0
Everywhere: Update copyrights with my new serenityos.org e-mail :^)
|
3 years ago |
RegExpStringIterator.h
|
6efbafa6e0
Everywhere: Update copyrights with my new serenityos.org e-mail :^)
|
3 years ago |
RegExpStringIteratorPrototype.cpp
|
6efbafa6e0
Everywhere: Update copyrights with my new serenityos.org e-mail :^)
|
3 years ago |
RegExpStringIteratorPrototype.h
|
6efbafa6e0
Everywhere: Update copyrights with my new serenityos.org e-mail :^)
|
3 years ago |
Set.cpp
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 years ago |
Set.h
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 years ago |
SetConstructor.cpp
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 years ago |
SetConstructor.h
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 years ago |
SetIterator.cpp
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 years ago |
SetIterator.h
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 years ago |
SetIteratorPrototype.cpp
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 years ago |
SetIteratorPrototype.h
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 years ago |
SetPrototype.cpp
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 years ago |
SetPrototype.h
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 years ago |
ShadowRealm.cpp
|
5b48912d35
LibJS: Remove a bunch of gratuitous JS namespace qualifiers
|
3 years ago |
ShadowRealm.h
|
c08a52dd97
LibJS: Remove the name prefix for wrapped functions
|
3 years ago |
ShadowRealmConstructor.cpp
|
57c5a59cab
LibJS: Add ScriptOrModule to execution context and track it everywhere
|
3 years ago |
ShadowRealmConstructor.h
|
5832de62fe
LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr
|
3 years ago |
ShadowRealmPrototype.cpp
|
68ee193464
LibJS: Check type of ShadowRealm.prototype.importValue() 2nd argument
|
3 years ago |
ShadowRealmPrototype.h
|
040e29c7b9
LibJS: Convert ShadowRealmPrototype functions to ThrowCompletionOr
|
3 years ago |
Shape.cpp
|
343d699627
LibJS: Add missing Vector::in_reverse() in ensure_property_table()
|
3 years ago |
Shape.h
|
086969277e
Everywhere: Run clang-format
|
3 years ago |
StringConstructor.cpp
|
086969277e
Everywhere: Run clang-format
|
3 years ago |
StringConstructor.h
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 years ago |
StringIterator.cpp
|
ee1379520a
LibJS: Add missing whitespace around namespace curly braces
|
3 years ago |
StringIterator.h
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 years ago |
StringIteratorPrototype.cpp
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 years ago |
StringIteratorPrototype.h
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 years ago |
StringObject.cpp
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 years ago |
StringObject.h
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 years ago |
StringOrSymbol.h
|
53a8a11973
LibJS: Make StringOrSymbol always be FlyString in the string case
|
4 years ago |
StringPrototype.cpp
|
f3f3e3cdc3
LibJS: Remove outdated FIXME from String.prototype.localeCompare
|
3 years ago |
StringPrototype.h
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 years ago |
Symbol.cpp
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 years ago |
Symbol.h
|
086969277e
Everywhere: Run clang-format
|
3 years ago |
SymbolConstructor.cpp
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 years ago |
SymbolConstructor.h
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 years ago |
SymbolObject.cpp
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 years ago |
SymbolObject.h
|
086969277e
Everywhere: Run clang-format
|
3 years ago |
SymbolPrototype.cpp
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 years ago |
SymbolPrototype.h
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 years ago |
TypedArray.cpp
|
6654efcd82
LibJS: Remove cloneConstructor parameter from CloneArrayBuffer
|
3 years ago |
TypedArray.h
|
39b308ba52
LibJS: Factor out TypedArrayElement{Size,Type} abstract operations
|
3 years ago |
TypedArrayConstructor.cpp
|
086969277e
Everywhere: Run clang-format
|
3 years ago |
TypedArrayConstructor.h
|
086969277e
Everywhere: Run clang-format
|
3 years ago |
TypedArrayPrototype.cpp
|
6654efcd82
LibJS: Remove cloneConstructor parameter from CloneArrayBuffer
|
3 years ago |
TypedArrayPrototype.h
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 years ago |
Utf16String.cpp
|
6efbafa6e0
Everywhere: Update copyrights with my new serenityos.org e-mail :^)
|
3 years ago |
Utf16String.h
|
6efbafa6e0
Everywhere: Update copyrights with my new serenityos.org e-mail :^)
|
3 years ago |
VM.cpp
|
e815d3f9ce
LibJS: De-duplicate ClassFieldDefinition Records
|
3 years ago |
VM.h
|
34f902fb52
LibJS: Add missing steps and spec comments to PerformEval
|
3 years ago |
Value.cpp
|
5b48912d35
LibJS: Remove a bunch of gratuitous JS namespace qualifiers
|
3 years ago |
Value.h
|
086969277e
Everywhere: Run clang-format
|
3 years ago |
ValueTraits.h
|
59080f441e
LibJS: Normalize NaN values in Sets and Maps
|
3 years ago |
WeakContainer.cpp
|
cdc1315dc8
LibJS: Use IntrusiveList for keeping track of WeakContainers
|
4 years ago |
WeakContainer.h
|
a95b321bf1
LibJS: Add missing headers
|
3 years ago |
WeakMap.cpp
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 years ago |
WeakMap.h
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 years ago |
WeakMapConstructor.cpp
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 years ago |
WeakMapConstructor.h
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 years ago |
WeakMapPrototype.cpp
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 years ago |
WeakMapPrototype.h
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 years ago |
WeakRef.cpp
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 years ago |
WeakRef.h
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 years ago |
WeakRefConstructor.cpp
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 years ago |
WeakRefConstructor.h
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 years ago |
WeakRefPrototype.cpp
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 years ago |
WeakRefPrototype.h
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 years ago |
WeakSet.cpp
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 years ago |
WeakSet.h
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 years ago |
WeakSetConstructor.cpp
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 years ago |
WeakSetConstructor.h
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 years ago |
WeakSetPrototype.cpp
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 years ago |
WeakSetPrototype.h
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 years ago |
WrappedFunction.cpp
|
c08a52dd97
LibJS: Remove the name prefix for wrapped functions
|
3 years ago |
WrappedFunction.h
|
bc183dbbcb
LibJS: Replace uses of MarkedValueList with MarkedVector<Value>
|
3 years ago |