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
Age
Commit message (
Expand
)
Author
2021-10-05
LibJS: Only do a single property lookup in internal_get_own_property()
Andreas Kling
2021-10-05
LibJS: Skip declarative env in block statement without lexical decls
Linus Groh
2021-10-05
LibJS: Add an optimization to avoid needless arguments object creation
Linus Groh
2021-10-05
LibJS: Set arguments_object_needed = false if scope_body == nullptr
Linus Groh
2021-10-05
LibJS: Stop iterating lexically declared names once 'arguments' is found
Linus Groh
2021-10-05
LibJS: Rename needs_argument_object to arguments_object_needed
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-04
LibJS: Convert atomic_compare_exchange_impl() to ThrowCompletionOr
Linus Groh
2021-10-04
LibJS: Convert perform_atomic_operation() to ThrowCompletionOr
Linus Groh
2021-10-04
LibJS: Convert atomic_read_modify_write() to ThrowCompletionOr
Linus Groh
2021-10-04
LibJS: Convert validate_atomic_access() to ThrowCompletionOr
Linus Groh
2021-10-04
LibJS: Convert validate_integer_typed_array() to ThrowCompletionOr
Linus Groh
2021-10-04
LibJS: Convert typed_array_create() to ThrowCompletionOr
Linus Groh
2021-10-04
LibJS: Convert initialize_typed_array_from_list() to ThrowCompletionOr
Linus Groh
2021-10-04
LibJS: Convert init_typed_array_from_array_like() to ThrowCompletionOr
Linus Groh
2021-10-04
LibJS: Convert init_typed_array_from_typed_array() to ThrowCompletionOr
Linus Groh
2021-10-04
LibJS: Convert init_typed_array_from_array_buffer() to ThrowCompletionOr
Linus Groh
2021-10-04
LibJS: Convert validate_typed_array() to ThrowCompletionOr
Linus Groh
2021-10-04
LibJS: Convert to_property_descriptor() to ThrowCompletionOr
Linus Groh
2021-10-04
LibJS: Convert ordinary_set_with_own_descriptor() to ThrowCompletionOr
Linus Groh
2021-10-04
LibJS: Convert define_properties() to ThrowCompletionOr
Linus Groh
2021-10-04
LibJS: Convert set_immutable_prototype() to ThrowCompletionOr
Linus Groh
2021-10-03
LibJS: Remove unused ExecutionContext::arguments_object
Andreas Kling
2021-10-03
LibJS: Remove unused TemporaryChange include from Object.cpp
Linus Groh
2021-10-03
LibJS: Convert enumerable_own_property_names() to ThrowCompletionOr
Linus Groh
2021-10-03
LibJS: Convert test_integrity_level() to ThrowCompletionOr
Linus Groh
2021-10-03
LibJS: Convert set_integrity_level() to ThrowCompletionOr
Linus Groh
2021-10-03
LibJS: Convert has_own_property() to ThrowCompletionOr
Linus Groh
2021-10-03
LibJS: Convert has_property() to ThrowCompletionOr
Linus Groh
2021-10-03
LibJS: Convert delete_property_or_throw() to ThrowCompletionOr
Linus Groh
2021-10-03
LibJS: Convert define_property_or_throw() to ThrowCompletionOr
Linus Groh
2021-10-03
LibJS: Convert create_non_enum_data_p_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 create_method_property() to ThrowCompletionOr
Linus Groh
2021-10-03
LibJS: Convert create_data_property() 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-10-03
LibJS: Convert is_extensible() to ThrowCompletionOr
Linus Groh
2021-10-03
LibJS: Convert ordinary_to_primitive() to ThrowCompletionOr
Linus Groh
2021-10-03
LibJS: Convert install_error_cause() to ThrowCompletionOr
Linus Groh
2021-10-03
LibJS: Use MUST() where applicable
Linus Groh
2021-10-03
LibJS: Add a MUST() macro, like TRY() but for the spec's `!` shortcut
Linus Groh
2021-10-03
LibJS: Fix improper usages of forward as flagged by SonarCloud
davidot
2021-10-03
LibJS: Fix that the interpreter did not clear the unwind status
davidot
2021-10-03
js: Allow for completion of lexically declared variables
davidot
2021-10-03
LibJS: Add a specific test for invalid unicode characters in the lexer
davidot
2021-10-03
LibJS: Add a way to save/restore the entire execution context stack
Andreas Kling
2021-10-03
Everywhere: Use my awesome new serenityos email :^)
davidot
2021-10-02
LibJS: Use Vector<u16, 1> for UTF-16 in a few more places
Andreas Kling
[next]