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