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
/
AbstractOperations.h
Age
Commit message (
Expand
)
Author
2021-09-21
LibJS: Convert perform_eval to ThrowCompletionOr
Idan Horowitz
2021-09-21
LibJS: Convert get_substitution to ThrowCompletionOr
Idan Horowitz
2021-09-21
LibJS: Convert length_of_array_like to ThrowCompletionOr
Idan Horowitz
2021-09-21
LibJS: Convert make_super_property_reference to ThrowCompletionOr
Idan Horowitz
2021-09-16
LibJS: Convert ordinary_create_from_constructor<T> to ThrowCompletionOr
Idan Horowitz
2021-09-15
LibJS: Use ThrowCompletionOr in get_prototype_from_constructor()
Linus Groh
2021-09-15
LibJS: Use ThrowCompletionOr in get_function_realm()
Linus Groh
2021-09-15
LibJS: Use ThrowCompletionOr in species_constructor()
Linus Groh
2021-09-15
LibJS: Use ThrowCompletionOr in create_list_from_array_like()
Linus Groh
2021-09-15
LibJS: Use ThrowCompletionOr in require_object_coercible()
Linus Groh
2021-09-12
LibJS: Make get_function_realm() actually return a Realm
Linus Groh
2021-09-11
LibJS: Use Span<Cell*> instead of Vector<Cell*> in more places
Andreas Kling
2021-07-23
LibJS: Implement RegExp.prototype [ @@replace ] with UTF-16 code units
Timothy Flynn
2021-07-07
LibJS: Throw if the trap result of OwnPropertyKeys contains duplicates
Idan Horowitz
2021-07-05
LibJS: Implement and use the GetSubstitution abstract operation
Timothy Flynn
2021-07-05
LibJS: Make AbstractOperations::canonical_num... take a PropertyName
davidot
2021-07-04
LibJS: Rewrite most of Object for spec compliance :^)
Linus Groh
2021-07-03
LibJS: Bring the `super` keyword in line with the spec
Andreas Kling
2021-07-01
LibJS: Drop "Record" suffix from all the *Environment record classes
Andreas Kling
2021-06-28
LibJS: Add the CreateMappedArgumentsObject abstract operation
Andreas Kling
2021-06-28
LibJS: Implement the CreateUnmappedArgumentsObject abstract operation
Andreas Kling
2021-06-27
LibJS: Stop qualifying AK::Function
Andreas Kling
2021-06-27
LibJS: Rename Function => FunctionObject
Andreas Kling
2021-06-26
LibJS: Implement the GetMethod() abstract operation as a Value method
Linus Groh
2021-06-23
LibJS: Correct behaviour of direct vs. indirect eval
Anonymous
2021-06-22
LibJS: Bring function environment records closer to the spec
Andreas Kling
2021-06-22
LibJS: Implement the NewObjectEnvironment() abstract operation
Andreas Kling
2021-06-22
LibJS: Implement the NewDeclarativeEnvironment() abstract operation
Andreas Kling
2021-06-20
LibJS: Implement the OrdinaryCreateFromConstructor() abstract operation
Linus Groh
2021-06-20
LibJS: Implement the GetPrototypeFromConstructor() abstract operation
Linus Groh
2021-06-20
LibJS: Implement the GetFunctionRealm() abstract operation
Linus Groh
2021-06-20
LibJS: Introduce AbstractOperations.{cpp,h} and move various AOs there
Linus Groh