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
2022-08-23
LibJS: Replace GlobalObject with VM in RegExp AOs [Part 9/19]
Linus Groh
2022-08-23
LibJS: Replace GlobalObject with VM in Promise AOs [Part 8/19]
Linus Groh
2022-08-23
LibJS: Replace GlobalObject with VM in Iterator AOs [Part 7/19]
Linus Groh
2022-08-23
LibJS: Replace GlobalObject with VM in Reference AOs [Part 6/19]
Linus Groh
2022-08-23
LibJS: Replace GlobalObject with VM in Environment AOs [Part 5/19]
Linus Groh
2022-08-23
LibJS: Replace GlobalObject with VM in Value AOs [Part 4/19]
Linus Groh
2022-08-23
LibJS: Replace GlobalObject with VM in PrototypeObject AOs [Part 3/19]
Linus Groh
2022-08-23
LibJS: Replace GlobalObject with VM in Temporal AOs [Part 2/19]
Linus Groh
2022-08-23
LibJS: Replace GlobalObject with VM in Intl AOs [Part 1/19]
Linus Groh
2022-08-23
LibJS: Remove GlobalObject from VM::this_value()
Linus Groh
2022-08-23
LibJS: Remove GlobalObject from VM::throw_completion()
Linus Groh
2022-08-23
LibJS: Remove GlobalObject from execute() and related AST functions
Linus Groh
2022-08-23
LibJS+LibWeb: Replace GlobalObject with Realm in Heap::allocate<T>()
Linus Groh
2022-08-23
LibJS+LibWeb: Replace GlobalObject with Realm in create() functions
Linus Groh
2022-08-23
LibJS+LibWeb: Replace GlobalObject with Realm in initialize() functions
Linus Groh
2022-08-23
LibJS+LibWeb: Replace GlobalObject with Realm in object constructors
Linus Groh
2022-08-23
LibJS: Fix the prototype of AsyncFunctionDriverWrapper's Promise base
Linus Groh
2022-08-20
LibJS: Add special cases for Math.cosh and add spec comments
davidot
2022-08-17
LibJS: Make StringToNumber case sensitive when falling back to strtod
davidot
2022-08-17
LibJS: Don't assume a this argument for function.prototype.bind
davidot
2022-08-17
LibJS: Add the HostEnsureCanAddPrivateElement hook
davidot
2022-08-15
LibJS: Use NaN boxing to decrease the memory size of Values
davidot
2022-08-15
LibJS: Specialize Optional<Completion>
davidot
2022-08-15
LibJS: Specialize Optional<Value>
davidot
2022-08-15
LibJS: Add extreme value tests for cos and sin
davidot
2022-08-14
LibJS: Make Function.prototype a callable function object
Linus Groh
2022-08-06
LibJS: Teach String.prototype.concat() to create rope strings
Andreas Kling
2022-08-06
LibJS: Correct BalanceDurationRelative algorithm
Linus Groh
2022-08-06
LibJS: Rename PrimitiveString::m_{left,right} to m_{lhs,rhs}
Linus Groh
2022-08-06
LibJS: Support creation of global object in Realm::set_global_object()
Linus Groh
2022-08-06
LibJS+LibWeb: Restore type safety of Realm::set_global_object()
Linus Groh
2022-08-06
LibJS: Implement string concatenation using ropes
Andreas Kling
2022-08-05
LibJS: Run clang-format on Realm.cpp
Andreas Kling
2022-08-05
LibJS: Implement a more general InitializeHostDefinedRealm AO
Andreas Kling
2022-08-05
LibJS: Let Shape store a Realm instead of a GlobalObject
Andreas Kling
2022-08-05
LibJS: Remove unused ShapeWithoutGlobalObject constructor mechanism
Andreas Kling
2022-08-03
LibJS: Add previously skipped assertion in RegulateTime
Linus Groh
2022-08-03
LibJS: Only coerce value once in BigInt constructor
davidot
2022-07-31
LibJS: Call HostEnsureCanCompileStrings in PerformShadowRealmEval
Linus Groh
2022-07-31
LibJS: Implement & use the {Ordinary,PrepareFor}WrappedFunctionCall AOs
Linus Groh
2022-07-30
LibJS: Validate fractionalSecondDigits after truncation
Linus Groh
2022-07-30
LibJS: Support IANA legacy names in the Temporal ISO 8601 grammar
Linus Groh
2022-07-30
LibJS: Disallow out-of-range return from previous / next transition
Linus Groh
2022-07-27
LibJS: Remove %TypedArray%.prototype.toSpliced
Timothy Flynn
2022-07-27
LibJS: Update Array.prototype.sort comments to align with implementation
Timothy Flynn
2022-07-26
LibJS: Allow out-of-order plural ranges to be formatted
Timothy Flynn
2022-07-26
LibJS: Allow out-of-order number ranges to be formatted
Timothy Flynn
2022-07-26
LibJS: Allow out-of-order date ranges to be formatted
Timothy Flynn
2022-07-25
LibJS: Use SortIndexedProperties AO in TypedArray.prototype.sort
Timothy Flynn
2022-07-25
LibJS: Use SortIndexedProperties AO in Array.prototype.sort
Timothy Flynn
[next]