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-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
2021-09-12
LibJS: Make prepare_for_ordinary_call() new_target parameter an Object*
Linus Groh
2021-09-12
LibJS: Move the GlobalEnvironment from GlobalObject to Realm
Linus Groh
2021-09-12
LibJS: Add [[GlobalThisValue]] internal slot to GlobalEnvironment
Linus Groh
2021-09-12
LibJS: Allocate a Realm next to GlobalObject in Interpreter::create()
Linus Groh
2021-09-12
LibJS: Start adding a JS::Realm class (spec's "Realm Record")
Linus Groh
2021-09-12
LibJS: Convert MapIterator.prototype to be a PrototypeObject
Timothy Flynn
2021-09-12
LibJS: Convert Map.prototype to be a PrototypeObject
Timothy Flynn
2021-09-12
LibJS: Convert GeneratorObject.prototype to be a PrototypeObject
Timothy Flynn
2021-09-12
LibJS: Convert FinalizationRegistry.prototype to be a PrototypeObject
Timothy Flynn
2021-09-12
LibJS: Convert Date.prototype to be a PrototypeObject
Timothy Flynn
2021-09-12
LibJS: Convert DataView.prototype to be a PrototypeObject
Timothy Flynn
2021-09-12
LibJS: Convert ArrayIterator.prototype to be a PrototypeObject
Timothy Flynn
2021-09-12
LibJS: Convert ArrayBuffer.prototype to be a PrototypeObject
Timothy Flynn
2021-09-12
LibJS: Convert WeakSet.prototype to be a PrototypeObject
Timothy Flynn
2021-09-12
LibJS: Convert WeakRef.prototype to be a PrototypeObject
Timothy Flynn
2021-09-12
LibJS: Convert WeakMap.prototype to be a PrototypeObject
Timothy Flynn
2021-09-12
LibJS: Convert StringIterator.prototype to be a PrototypeObject
Timothy Flynn
2021-09-12
LibJS: Convert SetIterator.prototype to be a PrototypeObject
Timothy Flynn
2021-09-12
LibJS: Convert Set.prototype to be a PrototypeObject
Timothy Flynn
2021-09-12
LibJS: Convert Promise.prototype to be a PrototypeObject
Timothy Flynn
2021-09-12
LibJS: Convert RegExpStringIterator.prototype to be a PrototypeObject
Timothy Flynn
2021-09-12
LibJS: Convert RegExp.prototype to be a PrototypeObject
Timothy Flynn
2021-09-12
LibJS: Create a class to provide common methods for object prototypes
Timothy Flynn
2021-09-12
LibJS: Remove ErrorType::NotA and ErrorType::NotAn
Timothy Flynn
2021-09-12
LibJS: Use ErrorType::NotAnObjectOfType instead of NotA
Timothy Flynn
2021-09-12
LibJS: Add a variant of ErrorType::NotA named NotAnObjectOfType
Timothy Flynn
2021-09-12
LibJS: Change wording of ErrorType::NotA to be independent of context
Timothy Flynn
2021-09-11
LibJS: Specify right base for PromiseResolvingElementFunction subclasses
Andreas Kling
2021-09-11
LibJS: Don't use MarkedValueList in PromiseValueList
Andreas Kling
2021-09-11
LibJS: Use move semantics more when creating Reference objects
Andreas Kling
2021-09-11
AK: Replace the mutable String::replace API with an immutable version
Idan Horowitz
2021-09-11
LibJS: Visit WeakMap's values as long as their keys were not collected
Idan Horowitz
2021-09-11
LibJS: Visit OrdinaryFunctionObject's owning realm
Idan Horowitz
2021-09-11
LibJS: Visit GeneratorObject's previous value if it's any kind of Cell
Idan Horowitz
2021-09-11
LibJS: Revoke any outstanding WeakPtr<Shape> when zombifying shapes
Andreas Kling
2021-09-11
LibJS: Include source locations in VM::dump_backtrace() output
Andreas Kling
2021-09-11
LibJS: Fix ASAN poisoning range in new HeapBlocks
Andreas Kling
[prev]
[next]