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.cpp
Age
Commit message (
Expand
)
Author
2021-12-21
LibJS: Update spec numbers for Operations on Objects AOs
Timothy Flynn
2021-11-14
LibJS: Convert push_execution_context() to ThrowCompletionOr
Linus Groh
2021-11-12
LibJS+LibTest+js: Convert BC::Interpreter::run to ThrowCompletionOr<>
Ali Mohammad Pur
2021-10-31
LibJS: Use ThrowCompletionOr accessors in CreateMappedArgumentsObject
Idan Horowitz
2021-10-25
LibJS: Make eval() code run in the bytecode VM
Andreas Kling
2021-10-24
LibJS: Make make_super_property_reference() take a PropertyKey
Andreas Kling
2021-10-24
LibJS: Rename PropertyName to PropertyKey
Andreas Kling
2021-10-20
LibJS: Add PrivateEnvironment
davidot
2021-10-20
LibJS: Rename define_native_function => define_old_native_function
Idan Horowitz
2021-10-18
LibJS: Convert to_length() to ThrowCompletionOr
Idan Horowitz
2021-10-18
LibJS: Convert to_number() to ThrowCompletionOr
Idan Horowitz
2021-10-15
LibJS: Remove ErrorType::FixmeAddAnErrorStringWithMessage
davidot
2021-10-14
LibJS: Implement ShadowRealm.prototype.evaluate()
Linus Groh
2021-10-13
LibJS: Convert to_primitive_string() to ThrowCompletionOr
Linus Groh
2021-10-13
LibJS: Convert to_utf16_string() to ThrowCompletionOr
Linus Groh
2021-10-13
LibJS: Convert to_string() to ThrowCompletionOr
Linus Groh
2021-10-09
LibJS: Convert get_binding_value() to ThrowCompletionOr
Linus Groh
2021-10-09
LibJS: Convert set_mutable_binding() to ThrowCompletionOr
Linus Groh
2021-10-09
LibJS: Convert initialize_binding() to ThrowCompletionOr
Linus Groh
2021-10-09
LibJS: Convert create_immutable_binding() to ThrowCompletionOr
Linus Groh
2021-10-09
LibJS: Convert create_mutable_binding() to ThrowCompletionOr
Linus Groh
2021-10-09
LibJS: Convert has_binding() to ThrowCompletionOr
Linus Groh
2021-10-09
LibJS: Convert get_super_base() to ThrowCompletionOr
Linus Groh
2021-10-09
LibJS: Decouple new_function_environment() from FunctionObject
Linus Groh
2021-10-09
LibJS: Implement [[Call]] and [[Construct]] internal slots properly
Linus Groh
2021-10-07
LibJS: Taint variable environment chain after non-strict direct eval()
Andreas Kling
2021-10-05
LibJS: Add an optimization to avoid needless arguments object creation
Linus Groh
2021-10-04
LibJS: Avoid an unnecessary String in create_mapped_arguments_object()
Andreas Kling
2021-10-04
LibJS: Avoid an unnecessary String in create_list_from_array_like()
Andreas Kling
2021-10-03
LibJS: Convert define_property_or_throw() to ThrowCompletionOr
Linus Groh
2021-10-03
LibJS: Convert create_data_property_or_throw() to ThrowCompletionOr
Linus Groh
2021-10-03
LibJS: Convert Object::get() to ThrowCompletionOr
Linus Groh
2021-10-03
LibJS: Use MUST() where applicable
Linus Groh
2021-09-30
LibJS: Make scoping follow the spec
davidot
2021-09-29
LibJS: Convert internal_get_prototype_of() to ThrowCompletionOr
Linus Groh
2021-09-25
LibJS: Rename BoundFunction::m_target_function to match spec name
Linus Groh
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: Remove non-specification compliant exception check
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: Fix Clang Toolchain CI build
Brian Gianforcaro
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-15
LibJS: Return default-constructed values instead of the INVALID constant
Linus Groh
2021-09-15
LibJS: Remove two unused includes from AbstractOperations.cpp
Linus Groh
2021-09-12
LibJS: Make get_function_realm() actually return a Realm
Linus Groh
[next]