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-09-25
LibJS: Move has_constructor() from NativeFunction to FunctionObject
Linus Groh
2021-09-25
LibJS: Add const Value::as_function()
Linus Groh
2021-09-25
LibJS: Remove unused FunctionObject::environment()
Linus Groh
2021-09-25
LibJS: Move [[BoundThis]] and [[BoundArguments]] to BoundFunction
Linus Groh
2021-09-25
LibJS: Rename BoundFunction::m_target_function to match spec name
Linus Groh
2021-09-25
LibJS: Move has_simple_parameter_list to ECMAScriptFunctionObject
Linus Groh
2021-09-25
LibJS: Move [[Fields]] to ECMAScriptFunctionObject
Linus Groh
2021-09-25
LibJS: Move [[HomeObject]] to ECMAScriptFunctionObject
Linus Groh
2021-09-25
LibJS: Move [[ConstructorKind]] to ECMAScriptFunctionObject
Linus Groh
2021-09-25
LibJS: Move [[ThisMode]] to ECMAScriptFunctionObject
Linus Groh
2021-09-25
LibJS: Add ECMAScriptFunctionObject forward declaration
Linus Groh
2021-09-25
LibJS: Rename ECMAScriptFunctionObject members to match spec names
Linus Groh
2021-09-25
LibJS: Rename OrdinaryFunctionObject to ECMAScriptFunctionObject
Linus Groh
2021-09-24
LibJS: Rename {Abstract,Typed => Loosely,Strictly}{Equals,Inequals}
Linus Groh
2021-09-24
LibJS: Rename abstract_relation() to is_less_than()
Linus Groh
2021-09-24
LibJS: Rename abstract_eq() to is_loosely_equal()
Linus Groh
2021-09-24
LibJS: Rename strict_eq() to is_strictly_equal()
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: Convert is_regexp to ThrowCompletionOr
Idan Horowitz
2021-09-23
LibJS: Switch is_array to ThrowCompletionOr
Idan Horowitz
2021-09-21
LibJS: Convert perform_eval to ThrowCompletionOr
Idan Horowitz
2021-09-21
LibJS: Add VM::throw_completion helper for throwing custom Strings
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-21
LibJS: Update spec comment to convert mathematical to number value
Linus Groh
2021-09-21
Libraries: Use AK::Variant default initialization where appropriate
Ben Wiederhake
2021-09-18
LibJS: Convert ListFormat AOs to ThrowCompletionOr
Idan Horowitz
2021-09-18
LibJS: Convert DisplayNames AOs to ThrowCompletionOr
Idan Horowitz
2021-09-18
LibJS: Convert NumberFormat AOs to ThrowCompletionOr
Idan Horowitz
2021-09-18
LibJS: Convert get_number_option() to ThrowCompletionOr
Idan Horowitz
2021-09-18
LibJS: Convert default_number_option() to ThrowCompletionOr
Idan Horowitz
2021-09-18
LibJS: Convert coerce_options_to_object() to ThrowCompletionOr
Idan Horowitz
2021-09-18
LibJS: Convert supported_locales() to ThrowCompletionOr
Idan Horowitz
2021-09-18
LibJS: Convert Intl::get_option() to ThrowCompletionOr
Idan Horowitz
2021-09-18
LibJS: Convert canonicalize_locale_list() to ThrowCompletionOr
Idan Horowitz
2021-09-18
LibJS: Always inline two hot (and trivial) functions in JS::Lexer
Andreas Kling
2021-09-18
LibJS: Add fast failure path to try_parse_labelled_statement()
Andreas Kling
2021-09-18
LibJS: Make Lexer::s_keywords store keywords as FlyString
Andreas Kling
2021-09-18
LibJS: Avoid a temporary AK::String when lexing already-seen identifiers
Andreas Kling
2021-09-18
AK: Make Utf8View constructors inline and remove C string constructor
Andreas Kling
2021-09-18
LibJS: Update step order in the InterpretTemporalDateTimeFields AO
Linus Groh
2021-09-17
LibJS: Convert Now AOs to ThrowCompletionOr
Linus Groh
2021-09-17
LibJS: Convert PlainDateTime AOs to ThrowCompletionOr
Linus Groh
2021-09-17
LibJS: Convert PlainDate AOs to ThrowCompletionOr
Linus Groh
2021-09-17
LibJS: Increase time between garbage collections
Andreas Kling
[next]