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-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
2021-09-12
LibJS+LibWeb: Make JS::Script and Web::HTML::ClassicScript use Realms
Linus Groh
2021-09-12
LibJS: Move locale_relevant_extension_keys to Intl.Locale
Timothy Flynn
2021-09-12
LibJS: Move number_format_relevant_extension_keys to Intl.NumberFormat
Timothy Flynn
2021-09-12
LibJS: Move Intl.NumberFormat's AOs to its object file
Timothy Flynn
2021-09-12
LibJS: Move Intl.ListFormat's AOs to its object file
Timothy Flynn
2021-09-12
LibJS: Make "options" objects const references in NumberFormat's AOs
Timothy Flynn
2021-09-12
LibJS: Make GetNumberOption's "options" object a const reference
Timothy Flynn
2021-09-12
LibJS: Store Intl.Locale's "tag" argument as a plain string
Timothy Flynn
2021-09-12
LibJS: Change GetOption AO to accept the options as a concrete Object
Timothy Flynn
2021-09-12
LibJS: Sort Intl AbstractOperation declarations by spec ID
Timothy Flynn
2021-09-12
LibJS: Move CanonicalCodeForDisplayNames to Intl.DisplayNames
Timothy Flynn
2021-09-12
LibJS: Make get_function_realm() actually return a Realm
Linus Groh
2021-09-12
LibJS: Set the callee context's realm in prepare_for_ordinary_call()
Linus Groh
2021-09-12
LibJS: Prepare ExecutionContext to store the current Realm Record
Linus Groh
[next]