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
/
Runtime
Age
Commit message (
Expand
)
Author
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+js+test-js: Add GC debug mode that keeps cells "alive" as zombies
Andreas Kling
2021-09-11
LibJS: Mark the global object in Environment::visit_edges()
Andreas Kling
2021-09-11
LibJS+LibWeb+Spreadsheet: Upcall visit_edges() via Base typedef
Andreas Kling
2021-09-11
LibJS: Use Span<Cell*> instead of Vector<Cell*> in more places
Andreas Kling
2021-09-11
LibJS: Mark instance field names in FunctionObject::visit_edges()
Andreas Kling
2021-09-11
LibJS: Tweak the WeakContainer::remove_swept_cells() API a little bit
Andreas Kling
2021-09-11
LibJS: Implement Intl.NumberFormat.prototype.resolvedOptions
Timothy Flynn
2021-09-11
LibJS: Implement Intl.NumberFormat.supportedLocalesOf
Timothy Flynn
2021-09-11
LibJS: Implement the Intl.NumberFormat constructor
Timothy Flynn
2021-09-11
LibJS: Implement a nearly empty Intl.NumberFormat object
Timothy Flynn
2021-09-11
LibJS: Handle Unicode locale extensions in the ResolveLocale operation
Timothy Flynn
2021-09-10
LibJS: Implement Temporal.PlainMonthDay.prototype.equals
Luke Wilde
2021-09-10
LibJS: Implement Temporal.PlainMonthDay.from
Luke Wilde
2021-09-10
LibJS: Implement ToTemporalMonthDay AO
Luke Wilde
2021-09-10
AK+Everywhere: Reduce the number of template parameters of IntrusiveList
Ali Mohammad Pur
2021-09-09
LibJS: Make default_merge_fields() {additional_,}fields Object a const&
Linus Groh
2021-09-09
LibJS: Make resolve_iso_month() fields Object a const&
Linus Groh
[next]