.. |
Intl
|
86b99fd9a6
LibJS: Extend Intl.DisplayNames.of to support currency tags
|
4 anni fa |
Temporal
|
f6370fe3f7
LibJS: Add the ToTemporalTime AO and stub the ParseTemporalTimeString AO
|
4 anni fa |
AbstractOperations.cpp
|
6c45620709
LibJS: Reduce copying of string data in String.prototype
|
4 anni fa |
AbstractOperations.h
|
5a8f870594
LibJS: Implement RegExp.prototype [ @@replace ] with UTF-16 code units
|
4 anni fa |
Accessor.h
|
ba9d5c4d54
LibJS: Rename Function => FunctionObject
|
4 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
|
a6b8291a9b
LibJS: Add define_direct_property and remove the define_property helper
|
4 anni fa |
AggregateErrorConstructor.h
|
ba9d5c4d54
LibJS: Rename Function => FunctionObject
|
4 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
|
8d01d43f5e
LibJS: Replace the boolean argument of Object::set with an enum class
|
4 anni fa |
ArgumentsObject.h
|
77fa33e61a
LibJS: Finish implementing mapped arguments exotic objects :^)
|
4 anni fa |
Array.cpp
|
c351b4ad0d
LibJS: Stop using a native property for Array lengths
|
4 anni fa |
Array.h
|
c351b4ad0d
LibJS: Stop using a native property for Array lengths
|
4 anni fa |
ArrayBuffer.cpp
|
f5a978c1aa
LibWeb: Set a detach key for ArrayBuffers returned from WASM
|
4 anni fa |
ArrayBuffer.h
|
f4ea6b1824
LibJS: Implement TypedArray GetModifySetValueInBuffer abstract operation
|
4 anni fa |
ArrayBufferConstructor.cpp
|
eeb4c1eec9
LibJS: Reorder and add missing name & length properties to Built-ins
|
4 anni fa |
ArrayBufferConstructor.h
|
ba9d5c4d54
LibJS: Rename Function => FunctionObject
|
4 anni fa |
ArrayBufferPrototype.cpp
|
312946059b
LibJS+Spreadsheet: Use js_string(VM&, ...) overload more
|
4 anni fa |
ArrayBufferPrototype.h
|
ebdeed087c
Everywhere: Use linusg@serenityos.org for my copyright headers
|
4 anni fa |
ArrayConstructor.cpp
|
8d01d43f5e
LibJS: Replace the boolean argument of Object::set with an enum class
|
4 anni fa |
ArrayConstructor.h
|
ba9d5c4d54
LibJS: Rename Function => FunctionObject
|
4 anni fa |
ArrayIterator.cpp
|
e5753443ae
LibJS: Consistently make prototype the last argument in Object ctors
|
4 anni fa |
ArrayIterator.h
|
e5753443ae
LibJS: Consistently make prototype the last argument in Object ctors
|
4 anni fa |
ArrayIteratorPrototype.cpp
|
a6b8291a9b
LibJS: Add define_direct_property and remove the define_property helper
|
4 anni fa |
ArrayIteratorPrototype.h
|
fcd3b9a0df
Userland: Use mattco@serenityos.org for my copyright headers
|
4 anni fa |
ArrayPrototype.cpp
|
e26cfd313e
LibJS: Prevent stack overflow in flatten_into_array()
|
4 anni fa |
ArrayPrototype.h
|
b6523906b3
LibJS: Implement proposed Array.prototype.findLast{,Index}
|
4 anni fa |
AtomicsObject.cpp
|
1a3e1bff7b
LibJS: Implement Atomics.isLockFree
|
4 anni fa |
AtomicsObject.h
|
1a3e1bff7b
LibJS: Implement Atomics.isLockFree
|
4 anni fa |
BigInt.cpp
|
f58891ed42
LibJS: Add a js_bigint(VM&, ...) overload and use it
|
4 anni fa |
BigInt.h
|
f58891ed42
LibJS: Add a js_bigint(VM&, ...) overload and use it
|
4 anni fa |
BigIntConstructor.cpp
|
eeb4c1eec9
LibJS: Reorder and add missing name & length properties to Built-ins
|
4 anni fa |
BigIntConstructor.h
|
ba9d5c4d54
LibJS: Rename Function => FunctionObject
|
4 anni fa |
BigIntObject.cpp
|
ebdeed087c
Everywhere: Use linusg@serenityos.org for my copyright headers
|
4 anni fa |
BigIntObject.h
|
ebdeed087c
Everywhere: Use linusg@serenityos.org for my copyright headers
|
4 anni fa |
BigIntPrototype.cpp
|
b10657a2b6
LibJS: Remove unused includes out of Cell.h, move to the users
|
4 anni fa |
BigIntPrototype.h
|
ebdeed087c
Everywhere: Use linusg@serenityos.org for my copyright headers
|
4 anni fa |
BooleanConstructor.cpp
|
a6b8291a9b
LibJS: Add define_direct_property and remove the define_property helper
|
4 anni fa |
BooleanConstructor.h
|
ba9d5c4d54
LibJS: Rename Function => FunctionObject
|
4 anni fa |
BooleanObject.cpp
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 anni fa |
BooleanObject.h
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 anni fa |
BooleanPrototype.cpp
|
b10657a2b6
LibJS: Remove unused includes out of Cell.h, move to the users
|
4 anni fa |
BooleanPrototype.h
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 anni fa |
BoundFunction.cpp
|
a6b8291a9b
LibJS: Add define_direct_property and remove the define_property helper
|
4 anni fa |
BoundFunction.h
|
44221756ab
LibJS: Drop "Record" suffix from all the *Environment record classes
|
4 anni fa |
CommonPropertyNames.h
|
a061d874c9
LibJS: Implement Intl.DisplayNames.prototype.resolvedOptions
|
4 anni fa |
ConsoleObject.cpp
|
53f70e5208
LibJS: Remove the default length & attributes from define_native_*
|
4 anni fa |
ConsoleObject.h
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 anni fa |
DataView.cpp
|
e5753443ae
LibJS: Consistently make prototype the last argument in Object ctors
|
4 anni fa |
DataView.h
|
e5753443ae
LibJS: Consistently make prototype the last argument in Object ctors
|
4 anni fa |
DataViewConstructor.cpp
|
a6b8291a9b
LibJS: Add define_direct_property and remove the define_property helper
|
4 anni fa |
DataViewConstructor.h
|
ba9d5c4d54
LibJS: Rename Function => FunctionObject
|
4 anni fa |
DataViewPrototype.cpp
|
84053816d5
LibJS: Use Checked<T> for offsets in the SetViewValue AO
|
4 anni fa |
DataViewPrototype.h
|
d7a70eb77c
LibJS: Add all of the DataView.prototype.set* methods
|
4 anni fa |
Date.cpp
|
ee608f58ee
LibJS: Add type range checks to the Date make_day AO
|
4 anni fa |
Date.h
|
5512ff79f0
LibJS: Implement a bunch of time value related Date AOs
|
4 anni fa |
DateConstructor.cpp
|
a647f0abf6
LibJS: Make parse_simplified_iso8601() use Optional<int> instead of -1
|
4 anni fa |
DateConstructor.h
|
ba9d5c4d54
LibJS: Rename Function => FunctionObject
|
4 anni fa |
DatePrototype.cpp
|
151447bdf7
LibJS: Move Object::invoke to Value::invoke and fix it for primitives
|
4 anni fa |
DatePrototype.h
|
7e4b0681e1
LibJS: Implement Date.prototype.toTemporalInstant()
|
4 anni fa |
DeclarativeEnvironment.cpp
|
80170887db
LibJS: Make Environment::put_into_environment() return a success bool
|
4 anni fa |
DeclarativeEnvironment.h
|
80170887db
LibJS: Make Environment::put_into_environment() return a success bool
|
4 anni fa |
Environment.cpp
|
44221756ab
LibJS: Drop "Record" suffix from all the *Environment record classes
|
4 anni fa |
Environment.h
|
80170887db
LibJS: Make Environment::put_into_environment() return a success bool
|
4 anni fa |
Error.cpp
|
a6b8291a9b
LibJS: Add define_direct_property and remove the define_property helper
|
4 anni fa |
Error.h
|
dbda5a9a4c
LibJS: Move install_error_cause() from Object to Error
|
4 anni fa |
ErrorConstructor.cpp
|
a6b8291a9b
LibJS: Add define_direct_property and remove the define_property helper
|
4 anni fa |
ErrorConstructor.h
|
ba9d5c4d54
LibJS: Rename Function => FunctionObject
|
4 anni fa |
ErrorPrototype.cpp
|
a6b8291a9b
LibJS: Add define_direct_property and remove the define_property helper
|
4 anni fa |
ErrorPrototype.h
|
ad3242bab7
LibJS: Rename JS_ENUMERATE_{ERROR_SUBCLASSES => NATIVE_ERRORS}
|
4 anni fa |
ErrorTypes.cpp
|
fcd3b9a0df
Userland: Use mattco@serenityos.org for my copyright headers
|
4 anni fa |
ErrorTypes.h
|
17bb652775
LibJS: Implement Intl.DisplayNames.prototype.of
|
4 anni fa |
Exception.cpp
|
c2ad599783
LibJS: Rename CallFrame => ExecutionContext
|
4 anni fa |
Exception.h
|
32ee195d62
LibJS: Avoid allocations in the Exception constructor
|
4 anni fa |
FinalizationRegistry.cpp
|
cd53d046b2
LibJS: Fix typo "sweeped" => "swept" everywhere
|
4 anni fa |
FinalizationRegistry.h
|
cd53d046b2
LibJS: Fix typo "sweeped" => "swept" everywhere
|
4 anni fa |
FinalizationRegistryConstructor.cpp
|
a6b8291a9b
LibJS: Add define_direct_property and remove the define_property helper
|
4 anni fa |
FinalizationRegistryConstructor.h
|
ba9d5c4d54
LibJS: Rename Function => FunctionObject
|
4 anni fa |
FinalizationRegistryPrototype.cpp
|
b10657a2b6
LibJS: Remove unused includes out of Cell.h, move to the users
|
4 anni fa |
FinalizationRegistryPrototype.h
|
e1b0719435
LibJS: Add all of the FinalizationRegistry.prototype methods
|
4 anni fa |
FunctionConstructor.cpp
|
a6b8291a9b
LibJS: Add define_direct_property and remove the define_property helper
|
4 anni fa |
FunctionConstructor.h
|
ba9d5c4d54
LibJS: Rename Function => FunctionObject
|
4 anni fa |
FunctionEnvironment.cpp
|
fe9dc47320
LibJS: Make FunctionObject's m_home_object an Object*, not Value
|
4 anni fa |
FunctionEnvironment.h
|
44221756ab
LibJS: Drop "Record" suffix from all the *Environment record classes
|
4 anni fa |
FunctionObject.cpp
|
ba9d5c4d54
LibJS: Rename Function => FunctionObject
|
4 anni fa |
FunctionObject.h
|
fe9dc47320
LibJS: Make FunctionObject's m_home_object an Object*, not Value
|
4 anni fa |
FunctionPrototype.cpp
|
53166c10ca
LibJS: Remove unused header includes
|
4 anni fa |
FunctionPrototype.h
|
ebdeed087c
Everywhere: Use linusg@serenityos.org for my copyright headers
|
4 anni fa |
GeneratorFunctionConstructor.cpp
|
a6b8291a9b
LibJS: Add define_direct_property and remove the define_property helper
|
4 anni fa |
GeneratorFunctionConstructor.h
|
804d592303
LibJS: Add missing has_constructor override to Generator Functions
|
4 anni fa |
GeneratorFunctionPrototype.cpp
|
a6b8291a9b
LibJS: Add define_direct_property and remove the define_property helper
|
4 anni fa |
GeneratorFunctionPrototype.h
|
ba9d5c4d54
LibJS: Rename Function => FunctionObject
|
4 anni fa |
GeneratorObject.cpp
|
e3ef241108
LibJS: Remove the non-standard put helper and replace it's usages
|
4 anni fa |
GeneratorObject.h
|
44221756ab
LibJS: Drop "Record" suffix from all the *Environment record classes
|
4 anni fa |
GeneratorObjectPrototype.cpp
|
a6b8291a9b
LibJS: Add define_direct_property and remove the define_property helper
|
4 anni fa |
GeneratorObjectPrototype.h
|
22b17219ff
LibJS: Add the remaining generator objects
|
4 anni fa |
GlobalEnvironment.cpp
|
8d01d43f5e
LibJS: Replace the boolean argument of Object::set with an enum class
|
4 anni fa |
GlobalEnvironment.h
|
80170887db
LibJS: Make Environment::put_into_environment() return a success bool
|
4 anni fa |
GlobalObject.cpp
|
0fb4e8b749
LibJS: Implement a nearly empty Intl.DisplayNames object
|
4 anni fa |
GlobalObject.h
|
151447bdf7
LibJS: Move Object::invoke to Value::invoke and fix it for primitives
|
4 anni fa |
IndexedProperties.cpp
|
c351b4ad0d
LibJS: Stop using a native property for Array lengths
|
4 anni fa |
IndexedProperties.h
|
c351b4ad0d
LibJS: Stop using a native property for Array lengths
|
4 anni fa |
IteratorOperations.cpp
|
a6b8291a9b
LibJS: Add define_direct_property and remove the define_property helper
|
4 anni fa |
IteratorOperations.h
|
5ee1ae37b2
LibJS: Add the IteratorStep abstract iterator operation
|
4 anni fa |
IteratorPrototype.cpp
|
f4867572b7
LibJS: Change PropertyName(Symbol*) => PropertyName(Symbol&)
|
4 anni fa |
IteratorPrototype.h
|
fcd3b9a0df
Userland: Use mattco@serenityos.org for my copyright headers
|
4 anni fa |
JSONObject.cpp
|
a6b8291a9b
LibJS: Add define_direct_property and remove the define_property helper
|
4 anni fa |
JSONObject.h
|
ba9d5c4d54
LibJS: Rename Function => FunctionObject
|
4 anni fa |
JobCallback.h
|
ba9d5c4d54
LibJS: Rename Function => FunctionObject
|
4 anni fa |
Map.cpp
|
a96ac8bd56
LibJS: Add the Map built-in object
|
4 anni fa |
Map.h
|
a27fbfd45f
LibJS: Use OrderedHashMap instead of HashMap in the Map built-in
|
4 anni fa |
MapConstructor.cpp
|
eeb4c1eec9
LibJS: Reorder and add missing name & length properties to Built-ins
|
4 anni fa |
MapConstructor.h
|
ba9d5c4d54
LibJS: Rename Function => FunctionObject
|
4 anni fa |
MapIterator.cpp
|
e5753443ae
LibJS: Consistently make prototype the last argument in Object ctors
|
4 anni fa |
MapIterator.h
|
e5753443ae
LibJS: Consistently make prototype the last argument in Object ctors
|
4 anni fa |
MapIteratorPrototype.cpp
|
b10657a2b6
LibJS: Remove unused includes out of Cell.h, move to the users
|
4 anni fa |
MapIteratorPrototype.h
|
322c8a3995
LibJS: Add the MapIterator built-in and the key/values/entries methods
|
4 anni fa |
MapPrototype.cpp
|
b10657a2b6
LibJS: Remove unused includes out of Cell.h, move to the users
|
4 anni fa |
MapPrototype.h
|
322c8a3995
LibJS: Add the MapIterator built-in and the key/values/entries methods
|
4 anni fa |
MarkedValueList.cpp
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 anni fa |
MarkedValueList.h
|
3fe1be20b7
LibJS: Use IntrusiveList for keeping track of MarkedValueLists
|
4 anni fa |
MathObject.cpp
|
312946059b
LibJS+Spreadsheet: Use js_string(VM&, ...) overload more
|
4 anni fa |
MathObject.h
|
9d2e90d569
LibJS: Add Math.imul()
|
4 anni fa |
NativeFunction.cpp
|
44221756ab
LibJS: Drop "Record" suffix from all the *Environment record classes
|
4 anni fa |
NativeFunction.h
|
44221756ab
LibJS: Drop "Record" suffix from all the *Environment record classes
|
4 anni fa |
NumberConstructor.cpp
|
0a05f04d1b
LibJS: Fix UB in `Number.IsSafeInteger`
|
4 anni fa |
NumberConstructor.h
|
ba9d5c4d54
LibJS: Rename Function => FunctionObject
|
4 anni fa |
NumberObject.cpp
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 anni fa |
NumberObject.h
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 anni fa |
NumberPrototype.cpp
|
b10657a2b6
LibJS: Remove unused includes out of Cell.h, move to the users
|
4 anni fa |
NumberPrototype.h
|
c31392510a
LibJS: Add the Number.prototype.toFixed method
|
4 anni fa |
Object.cpp
|
151447bdf7
LibJS: Move Object::invoke to Value::invoke and fix it for primitives
|
4 anni fa |
Object.h
|
151447bdf7
LibJS: Move Object::invoke to Value::invoke and fix it for primitives
|
4 anni fa |
ObjectConstructor.cpp
|
8d01d43f5e
LibJS: Replace the boolean argument of Object::set with an enum class
|
4 anni fa |
ObjectConstructor.h
|
5e621e494f
LibJS: Implement Object.getOwnPropertyDescriptors()
|
4 anni fa |
ObjectEnvironment.cpp
|
8d01d43f5e
LibJS: Replace the boolean argument of Object::set with an enum class
|
4 anni fa |
ObjectEnvironment.h
|
80170887db
LibJS: Make Environment::put_into_environment() return a success bool
|
4 anni fa |
ObjectPrototype.cpp
|
151447bdf7
LibJS: Move Object::invoke to Value::invoke and fix it for primitives
|
4 anni fa |
ObjectPrototype.h
|
cb20baebae
LibJS: Make ObjectPrototype an immutable prototype exotic object
|
4 anni fa |
OrdinaryFunctionObject.cpp
|
e1573991a3
LibJS: Fix this values in arrow functions
|
4 anni fa |
OrdinaryFunctionObject.h
|
557424a141
LibJS: Remove usage of define_native_property in OrdinaryFunctionObject
|
4 anni fa |
PrimitiveString.cpp
|
c1e99fca1a
LibJS: Replace Vector<u16> usage in PrimitiveString wth Utf16String
|
4 anni fa |
PrimitiveString.h
|
b85b8ca350
LibJS: Reduce UTF-8 to UTF-16 transcoding when only UTF-16 is wanted
|
4 anni fa |
Promise.cpp
|
98d8a858cd
LibJS: Set the function names for the resolve, reject, and executor
|
4 anni fa |
Promise.h
|
ba9d5c4d54
LibJS: Rename Function => FunctionObject
|
4 anni fa |
PromiseConstructor.cpp
|
4f186a9a1f
LibJS: Implement Promise.race on the Promise constructor
|
4 anni fa |
PromiseConstructor.h
|
ba9d5c4d54
LibJS: Rename Function => FunctionObject
|
4 anni fa |
PromiseJobs.cpp
|
7327a28ccc
LibJS: Add ECMA-262 section/title/URL comments almost everywhere
|
4 anni fa |
PromiseJobs.h
|
ebdeed087c
Everywhere: Use linusg@serenityos.org for my copyright headers
|
4 anni fa |
PromisePrototype.cpp
|
151447bdf7
LibJS: Move Object::invoke to Value::invoke and fix it for primitives
|
4 anni fa |
PromisePrototype.h
|
ebdeed087c
Everywhere: Use linusg@serenityos.org for my copyright headers
|
4 anni fa |
PromiseReaction.cpp
|
98d8a858cd
LibJS: Set the function names for the resolve, reject, and executor
|
4 anni fa |
PromiseReaction.h
|
ba9d5c4d54
LibJS: Rename Function => FunctionObject
|
4 anni fa |
PromiseResolvingElementFunctions.cpp
|
949f294444
LibJS: Implement Promise.allSettled on the Promise constructor
|
4 anni fa |
PromiseResolvingElementFunctions.h
|
949f294444
LibJS: Implement Promise.allSettled on the Promise constructor
|
4 anni fa |
PromiseResolvingFunction.cpp
|
a6b8291a9b
LibJS: Add define_direct_property and remove the define_property helper
|
4 anni fa |
PromiseResolvingFunction.h
|
1bd52ce789
LibJS: Stop qualifying AK::Function
|
4 anni fa |
PropertyAttributes.h
|
09bd5f8772
LibJS: Rewrite most of Object for spec compliance :^)
|
4 anni fa |
PropertyDescriptor.cpp
|
09bd5f8772
LibJS: Rewrite most of Object for spec compliance :^)
|
4 anni fa |
PropertyDescriptor.h
|
09bd5f8772
LibJS: Rewrite most of Object for spec compliance :^)
|
4 anni fa |
PropertyName.h
|
cb44fc528b
LibJS: Add a way of constructing PropertyName with values above 2**32-1
|
4 anni fa |
ProxyConstructor.cpp
|
eeb4c1eec9
LibJS: Reorder and add missing name & length properties to Built-ins
|
4 anni fa |
ProxyConstructor.h
|
ba9d5c4d54
LibJS: Rename Function => FunctionObject
|
4 anni fa |
ProxyObject.cpp
|
dd27490ee1
LibJS: Throw if the trap result of OwnPropertyKeys contains duplicates
|
4 anni fa |
ProxyObject.h
|
09bd5f8772
LibJS: Rewrite most of Object for spec compliance :^)
|
4 anni fa |
Reference.cpp
|
8d01d43f5e
LibJS: Replace the boolean argument of Object::set with an enum class
|
4 anni fa |
Reference.h
|
44221756ab
LibJS: Drop "Record" suffix from all the *Environment record classes
|
4 anni fa |
ReflectObject.cpp
|
312946059b
LibJS+Spreadsheet: Use js_string(VM&, ...) overload more
|
4 anni fa |
ReflectObject.h
|
ebdeed087c
Everywhere: Use linusg@serenityos.org for my copyright headers
|
4 anni fa |
RegExpConstructor.cpp
|
3892b6e6ec
LibJS: Implement RegExp constructor according to the spec
|
4 anni fa |
RegExpConstructor.h
|
ba9d5c4d54
LibJS: Rename Function => FunctionObject
|
4 anni fa |
RegExpObject.cpp
|
7c54b6bd45
LibJS: Separate RegExpCreate into RegExpAlloc and RegExpInitialize
|
4 anni fa |
RegExpObject.h
|
7c54b6bd45
LibJS: Separate RegExpCreate into RegExpAlloc and RegExpInitialize
|
4 anni fa |
RegExpPrototype.cpp
|
6337eb52d8
LibJS: Implement RegExp.prototype.compile
|
4 anni fa |
RegExpPrototype.h
|
6337eb52d8
LibJS: Implement RegExp.prototype.compile
|
4 anni fa |
RegExpStringIterator.cpp
|
c1e99fca1a
LibJS: Replace Vector<u16> usage in PrimitiveString wth Utf16String
|
4 anni fa |
RegExpStringIterator.h
|
34bd25f6c2
LibJS: Reduce copying of string data in RegExp.prototype
|
4 anni fa |
RegExpStringIteratorPrototype.cpp
|
34bd25f6c2
LibJS: Reduce copying of string data in RegExp.prototype
|
4 anni fa |
RegExpStringIteratorPrototype.h
|
cfddcad7cf
LibJS: Implement the RegExpStringIterator object
|
4 anni fa |
Set.cpp
|
f437793788
LibJS: Stop inheriting from Set in SetPrototype
|
4 anni fa |
Set.h
|
08ff148bc3
LibJS: Use OrderedHashTable instead of HashTable in the Set built-in
|
4 anni fa |
SetConstructor.cpp
|
eeb4c1eec9
LibJS: Reorder and add missing name & length properties to Built-ins
|
4 anni fa |
SetConstructor.h
|
ba9d5c4d54
LibJS: Rename Function => FunctionObject
|
4 anni fa |
SetIterator.cpp
|
e5753443ae
LibJS: Consistently make prototype the last argument in Object ctors
|
4 anni fa |
SetIterator.h
|
e5753443ae
LibJS: Consistently make prototype the last argument in Object ctors
|
4 anni fa |
SetIteratorPrototype.cpp
|
53166c10ca
LibJS: Remove unused header includes
|
4 anni fa |
SetIteratorPrototype.h
|
2a3090d292
LibJS: Add the SetIterator built-in and Set.prototype.{values, entries}
|
4 anni fa |
SetPrototype.cpp
|
312946059b
LibJS+Spreadsheet: Use js_string(VM&, ...) overload more
|
4 anni fa |
SetPrototype.h
|
f437793788
LibJS: Stop inheriting from Set in SetPrototype
|
4 anni fa |
Shape.cpp
|
09bd5f8772
LibJS: Rewrite most of Object for spec compliance :^)
|
4 anni fa |
Shape.h
|
5eef07d232
LibJS: Avoid lots of string-to-int during global object construction
|
4 anni fa |
StringConstructor.cpp
|
c1e99fca1a
LibJS: Replace Vector<u16> usage in PrimitiveString wth Utf16String
|
4 anni fa |
StringConstructor.h
|
ba9d5c4d54
LibJS: Rename Function => FunctionObject
|
4 anni fa |
StringIterator.cpp
|
e5753443ae
LibJS: Consistently make prototype the last argument in Object ctors
|
4 anni fa |
StringIterator.h
|
e5753443ae
LibJS: Consistently make prototype the last argument in Object ctors
|
4 anni fa |
StringIteratorPrototype.cpp
|
b10657a2b6
LibJS: Remove unused includes out of Cell.h, move to the users
|
4 anni fa |
StringIteratorPrototype.h
|
fcd3b9a0df
Userland: Use mattco@serenityos.org for my copyright headers
|
4 anni fa |
StringObject.cpp
|
2bba20d123
LibJS: Report string properties using UTF-16 code units
|
4 anni fa |
StringObject.h
|
09bd5f8772
LibJS: Rewrite most of Object for spec compliance :^)
|
4 anni fa |
StringOrSymbol.h
|
53a8a11973
LibJS: Make StringOrSymbol always be FlyString in the string case
|
4 anni fa |
StringPrototype.cpp
|
6c45620709
LibJS: Reduce copying of string data in String.prototype
|
4 anni fa |
StringPrototype.h
|
2f8eb4f068
LibJS: Implement non-ECMA-402 String.prototype.toLocale{Lower,Upper}Case
|
4 anni fa |
Symbol.cpp
|
dac971b4ae
LibJS: Store and return undefined Symbol description
|
4 anni fa |
Symbol.h
|
dac971b4ae
LibJS: Store and return undefined Symbol description
|
4 anni fa |
SymbolConstructor.cpp
|
eeb4c1eec9
LibJS: Reorder and add missing name & length properties to Built-ins
|
4 anni fa |
SymbolConstructor.h
|
ba9d5c4d54
LibJS: Rename Function => FunctionObject
|
4 anni fa |
SymbolObject.cpp
|
53166c10ca
LibJS: Remove unused header includes
|
4 anni fa |
SymbolObject.h
|
dac971b4ae
LibJS: Store and return undefined Symbol description
|
4 anni fa |
SymbolPrototype.cpp
|
b10657a2b6
LibJS: Remove unused includes out of Cell.h, move to the users
|
4 anni fa |
SymbolPrototype.h
|
b661363dfe
LibJS: Implement String.prototype[@@toPrimitive]()
|
4 anni fa |
TemporaryClearException.h
|
b0faf2287a
LibJS: Use linusg@serenityos.org for my new copyright headers, too
|
4 anni fa |
TypedArray.cpp
|
8d01d43f5e
LibJS: Replace the boolean argument of Object::set with an enum class
|
4 anni fa |
TypedArray.h
|
ba2c3731e9
LibJS: Make ValidateTypeArray abstraction public
|
4 anni fa |
TypedArrayConstructor.cpp
|
8d01d43f5e
LibJS: Replace the boolean argument of Object::set with an enum class
|
4 anni fa |
TypedArrayConstructor.h
|
fac8f9a94d
LibJS: Add the TypedArray.from() method
|
4 anni fa |
TypedArrayPrototype.cpp
|
151447bdf7
LibJS: Move Object::invoke to Value::invoke and fix it for primitives
|
4 anni fa |
TypedArrayPrototype.h
|
871a29884d
LibJS: Implement proposed TypedArray.prototype.findLast{,Index}
|
4 anni fa |
Utf16String.cpp
|
02e7dceb96
LibJS: Add a simple reference-counted UTF-16 string
|
4 anni fa |
Utf16String.h
|
02e7dceb96
LibJS: Add a simple reference-counted UTF-16 string
|
4 anni fa |
VM.cpp
|
04359995a7
LibJS: Exclude FinalizationRegistries with queued cleanup jobs from GC
|
4 anni fa |
VM.h
|
e26cfd313e
LibJS: Prevent stack overflow in flatten_into_array()
|
4 anni fa |
Value.cpp
|
b85b8ca350
LibJS: Reduce UTF-8 to UTF-16 transcoding when only UTF-16 is wanted
|
4 anni fa |
Value.h
|
c1e99fca1a
LibJS: Replace Vector<u16> usage in PrimitiveString wth Utf16String
|
4 anni fa |
WeakContainer.cpp
|
cdc1315dc8
LibJS: Use IntrusiveList for keeping track of WeakContainers
|
4 anni fa |
WeakContainer.h
|
cdc1315dc8
LibJS: Use IntrusiveList for keeping track of WeakContainers
|
4 anni fa |
WeakMap.cpp
|
cd53d046b2
LibJS: Fix typo "sweeped" => "swept" everywhere
|
4 anni fa |
WeakMap.h
|
cd53d046b2
LibJS: Fix typo "sweeped" => "swept" everywhere
|
4 anni fa |
WeakMapConstructor.cpp
|
a6b8291a9b
LibJS: Add define_direct_property and remove the define_property helper
|
4 anni fa |
WeakMapConstructor.h
|
ba9d5c4d54
LibJS: Rename Function => FunctionObject
|
4 anni fa |
WeakMapPrototype.cpp
|
312946059b
LibJS+Spreadsheet: Use js_string(VM&, ...) overload more
|
4 anni fa |
WeakMapPrototype.h
|
77c2db4183
LibJS: Add all of the WeakMap.prototype methods (delete, get, has, set)
|
4 anni fa |
WeakRef.cpp
|
cd53d046b2
LibJS: Fix typo "sweeped" => "swept" everywhere
|
4 anni fa |
WeakRef.h
|
cd53d046b2
LibJS: Fix typo "sweeped" => "swept" everywhere
|
4 anni fa |
WeakRefConstructor.cpp
|
a6b8291a9b
LibJS: Add define_direct_property and remove the define_property helper
|
4 anni fa |
WeakRefConstructor.h
|
ba9d5c4d54
LibJS: Rename Function => FunctionObject
|
4 anni fa |
WeakRefPrototype.cpp
|
312946059b
LibJS+Spreadsheet: Use js_string(VM&, ...) overload more
|
4 anni fa |
WeakRefPrototype.h
|
b9d4dd6850
LibJS: Add the WeakRef.prototype.deref method
|
4 anni fa |
WeakSet.cpp
|
cd53d046b2
LibJS: Fix typo "sweeped" => "swept" everywhere
|
4 anni fa |
WeakSet.h
|
cd53d046b2
LibJS: Fix typo "sweeped" => "swept" everywhere
|
4 anni fa |
WeakSetConstructor.cpp
|
a6b8291a9b
LibJS: Add define_direct_property and remove the define_property helper
|
4 anni fa |
WeakSetConstructor.h
|
ba9d5c4d54
LibJS: Rename Function => FunctionObject
|
4 anni fa |
WeakSetPrototype.cpp
|
b10657a2b6
LibJS: Remove unused includes out of Cell.h, move to the users
|
4 anni fa |
WeakSetPrototype.h
|
fb63aeae4d
LibJS: Add all of the WeakSet.prototype methods (add, delete, has)
|
4 anni fa |