summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS/Runtime/IteratorOperations.cpp
AgeCommit message (Expand)Author
2021-10-21LibJS: Convert IterableToList AO to ThrowCompletionOrTimothy Flynn
2021-10-21LibJS: Implement IteratorClose with Completions and align to the specTimothy Flynn
2021-10-21LibJS: Convert get_iterator_values helper to ThrowCompletionOrTimothy Flynn
2021-10-21LibJS: Convert IteratorValue AO to ThrowCompletionOrTimothy Flynn
2021-10-21LibJS: Convert IteratorComplete AO to ThrowCompletionOrTimothy Flynn
2021-10-21LibJS: Convert IteratorStep AO to ThrowCompletionOrTimothy Flynn
2021-10-21LibJS: Convert IteratorNext AO to ThrowCompletionOrTimothy Flynn
2021-10-21LibJS: Retrieve GetIterator's optional 'method' function using GetMethodTimothy Flynn
2021-10-21LibJS: Convert GetIterator AO to ThrowCompletionOrTimothy Flynn
2021-10-13LibJS: Convert to_object() to ThrowCompletionOrLinus Groh
2021-10-03LibJS: Convert create_data_property_or_throw() to ThrowCompletionOrLinus Groh
2021-10-03LibJS: Convert Object::get() to ThrowCompletionOrLinus Groh
2021-09-28LibJS: Change create_iterator_result_object's return type to Object*Idan Horowitz
2021-09-23LibJS: Convert get_method to ThrowCompletionOrIdan Horowitz
2021-09-23LibJS: Convert Value::invoke and VM::call to ThrowCompletionOrIdan Horowitz
2021-09-07Everywhere: Behaviour => BehaviorAndreas Kling
2021-07-06LibJS: Add define_direct_property and remove the define_property helperIdan Horowitz
2021-07-05LibJS: Remove unnecessary value_or() from get()Linus Groh
2021-07-04LibJS: Add the IteratorStep abstract iterator operationIdan Horowitz
2021-06-27LibJS: Stop qualifying AK::FunctionAndreas Kling
2021-06-26LibJS: Implement the GetMethod() abstract operation as a Value methodLinus Groh
2021-06-25LibJS: Change PropertyName(Symbol*) => PropertyName(Symbol&)Linus Groh
2021-06-20LibJS: Introduce AbstractOperations.{cpp,h} and move various AOs thereLinus Groh
2021-06-19LibJS: Implement more IteratorOperations and organize fileMatthew Olsson
2021-06-16LibJS: Replace Object's create_empty() with create() taking a prototypeLinus Groh
2021-06-15LibJS: Implement the IteratorClose abstract op and use it where neededIdan Horowitz
2021-06-13LibJS: Add ECMA-262 section/title/URL comments almost everywhereLinus Groh
2021-06-02LibJS: Replace iterator hint string argument with an enumLinus Groh
2021-04-23Userland: Use mattco@serenityos.org for my copyright headersMatthew Olsson
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-17LibJS: Implement initializing a TypedArray from an iterable objectIdan Horowitz
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling