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-16
LibJS: Convert PlainYearMonth AOs to ThrowCompletionOr
Idan Horowitz
2021-09-16
LibJS: Convert TimeZone AOs to ThrowCompletionOr
Idan Horowitz
2021-09-16
LibJS: Change GetISOPartsFromEpoch's return type to ISODateTime
Idan Horowitz
2021-09-16
LibJS: Convert ZonedDateTime AOs to ThrowCompletionOr
Idan Horowitz
2021-09-16
LibJS: Convert ordinary_create_from_constructor<T> 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: Add a JS::Completion class and JS::ThrowCompletionOr<T> template
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-15
LibJS: Make References see into Environment's bindings as well
Ali Mohammad Pur
2021-09-15
LibJS: Fix [[TimeZoneOffsetString]] value in ParseTemporalInstantString
Linus Groh
2021-09-14
LibJS+LibWeb: Move script parse time logging from JS::Script to LibWeb
Andreas Kling
2021-09-14
LibJS+LibWeb: Let JS::Script::parse() return a list of errors (on error)
Andreas Kling
2021-09-14
LibJS: Add a barebones SourceTextModule class
Andreas Kling
2021-09-14
LibJS: Make JS::Script keep the VM alive
Andreas Kling
2021-09-14
LibJS: Add a barebones Module class
Andreas Kling
2021-09-14
LibJS: Reorganize ExecutionContext a little bit
Andreas Kling
2021-09-14
LibJS: Implement parsing and execution of optional chains
Ali Mohammad Pur
2021-09-14
LibJS: Reorder the global eval function call detection conditions a bit
Ali Mohammad Pur
2021-09-14
LibJS: Mark two JS::Reference functions `const`
Ali Mohammad Pur
2021-09-14
LibJS: Add a fast failure path to try_parse_arrow_function_expression()
Andreas Kling
2021-09-14
LibJS: Skip ID_{Start,Continue} property lookup for any ASCII characters
Linus Groh
2021-09-13
LibJS: Log scripts parsed by JS::Script::parse() and how long it took
Andreas Kling
2021-09-13
LibJS: Also set ExecutionContext::realm in Bytecode::Interpreter::run()
Linus Groh
2021-09-13
LibJS: Convert Temporal.ZonedDateTime.prototype to be a PrototypeObject
Linus Groh
2021-09-13
LibJS: Convert Temporal.TimeZone.prototype to be a PrototypeObject
Linus Groh
2021-09-13
LibJS: Convert Temporal.PlainYearMonth.prototype to be a PrototypeObject
Linus Groh
2021-09-13
LibJS: Convert Temporal.PlainTime.prototype to be a PrototypeObject
Linus Groh
2021-09-13
LibJS: Convert Temporal.PlainMonthDay.prototype to be a PrototypeObject
Linus Groh
2021-09-13
LibJS: Convert Temporal.PlainDateTime.prototype to be a PrototypeObject
Linus Groh
2021-09-13
LibJS: Convert Temporal.PlainDate.prototype to be a PrototypeObject
Linus Groh
2021-09-13
LibJS: Convert Temporal.Instant.prototype to be a PrototypeObject
Linus Groh
2021-09-13
LibJS: Convert Temporal.Duration.prototype to be a PrototypeObject
Linus Groh
2021-09-13
LibJS: Convert Temporal.Calendar.prototype to be a PrototypeObject
Linus Groh
2021-09-13
LibJS: Convert Intl.NumberFormat.prototype to be a PrototypeObject
Linus Groh
2021-09-13
LibJS: Convert Intl.Locale.prototype to be a PrototypeObject
Linus Groh
2021-09-13
LibJS: Convert Intl.ListFormat.prototype to be a PrototypeObject
Linus Groh
2021-09-13
LibJS: Convert Intl.DisplayNames.prototype to be a PrototypeObject
Linus Groh
2021-09-13
LibJS: Remove leftover typed_this() declarations
Linus Groh
2021-09-13
LibJS: Evaluate function arguments before checking callee type
Linus Groh
2021-09-13
LibJS: Extract exception check duplication in iso_month_day_from_fields
Brian Gianforcaro
2021-09-12
LibJS: Set OrdinaryFunctionObject's realm from the Tnterpreter
Linus Groh
2021-09-12
LibJS: Use ElapsedTimer::start_new();
Brian Gianforcaro
2021-09-12
LibJS: Leave NativeFunction's Realm unset if VM has no Interpreter
Linus Groh
2021-09-12
LibJS: Change Interpreter::create_with_existing_{global_object => realm}
Linus Groh
[prev]
[next]