index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibJS
/
Runtime
/
ArrayConstructor.cpp
Age
Commit message (
Expand
)
Author
2022-01-25
LibJS: Use new construct AO overload where easily applicable
Timothy Flynn
2022-01-23
Everywhere: Convert VM::call() to JS::call()
mjz19910
2022-01-09
LibJS: Implement proper Iterator records
Linus Groh
2021-10-23
LibJS: Convert ArrayConstructor functions to ThrowCompletionOr
Idan Horowitz
2021-10-23
LibJS: Remove vm.construct and it's usages
Idan Horowitz
2021-10-22
LibJS: Convert Array AOs to ThrowCompletionOr
Idan Horowitz
2021-10-21
LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr
Linus Groh
2021-10-21
LibJS: Implement IteratorClose with Completions and align to the spec
Timothy Flynn
2021-10-21
LibJS: Convert IteratorValue AO to ThrowCompletionOr
Timothy Flynn
2021-10-21
LibJS: Convert IteratorStep AO to ThrowCompletionOr
Timothy Flynn
2021-10-21
LibJS: Convert GetIterator AO to ThrowCompletionOr
Timothy Flynn
2021-10-20
LibJS: Rename define_native_function => define_old_native_function
Idan Horowitz
2021-10-20
LibJS: Add ThrowCompletionOr versions of the JS native function macros
Idan Horowitz
2021-10-20
LibJS: Replace usages of JS_{DECLARE, DEFINE}_NATIVE_GETTER
Idan Horowitz
2021-10-18
LibJS: Convert to_u32() to ThrowCompletionOr
Idan Horowitz
2021-10-13
LibJS: Convert to_object() to ThrowCompletionOr
Linus Groh
2021-10-03
LibJS: Convert create_data_property_or_throw() to ThrowCompletionOr
Linus Groh
2021-10-03
LibJS: Convert Object::set() to ThrowCompletionOr
Linus Groh
2021-10-03
LibJS: Convert Object::get() to ThrowCompletionOr
Linus Groh
2021-09-24
LibJS: Close iterator on throw completion in Array.from
Idan Horowitz
2021-09-24
LibJS: Add missing exception checks to {Array, TypedArray}.from()
Idan Horowitz
2021-09-23
LibJS: Convert get_method to ThrowCompletionOr
Idan Horowitz
2021-09-23
LibJS: Convert Value::invoke and VM::call to ThrowCompletionOr
Idan Horowitz
2021-09-23
LibJS: Switch is_array to ThrowCompletionOr
Idan Horowitz
2021-09-21
LibJS: Convert length_of_array_like to ThrowCompletionOr
Idan Horowitz
2021-09-15
LibJS: Use ThrowCompletionOr in get_prototype_from_constructor()
Linus Groh
2021-07-16
LibJS: Replace the boolean argument of Object::set with an enum class
Idan Horowitz
2021-07-08
LibJS: Reorder and add missing name & length properties to Built-ins
Idan Horowitz
2021-07-06
LibJS: Add define_direct_property and remove the define_property helper
Idan Horowitz
2021-07-04
LibJS: Rewrite most of Object for spec compliance :^)
Linus Groh
2021-07-04
LibJS: Bring ArrayCreate and ArrayConstructor closer to spec
Idan Horowitz
2021-06-30
LibJS: Bring the Array constructor slightly closer to the specification
Idan Horowitz
2021-06-29
LibJS: Make Array.of(...items) generic
Idan Horowitz
2021-06-28
LibJS: Accept FlyStrings in the NativeFunction constructors
Idan Horowitz
2021-06-27
LibJS: Rename Function => FunctionObject
Andreas Kling
2021-06-25
LibJS: Change PropertyName(Symbol*) => PropertyName(Symbol&)
Linus Groh
2021-06-16
LibJS: Rename Value::{is_integer => is_integral_number}
Idan Horowitz
2021-06-13
LibJS: Add ECMA-262 section/title/URL comments almost everywhere
Linus Groh
2021-06-12
LibJS: Expose Symbol.species properties as getters
Idan Horowitz
2021-06-08
LibJS: Handle Proxy with Array target in IsArray() abstract operation
Linus Groh
2021-06-08
LibJS: Add the Symbol.species getter to the appropriate built-ins
Idan Horowitz
2021-04-22
Everywhere: Use linusg@serenityos.org for my copyright headers
Linus Groh
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-13
LibJS: Array.from mapFn fixes + thisArg support
tuqqu
2021-04-06
LibJS: Support mapFn argument of Array.from
tuqqu
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling