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
2022-08-23
LibJS+LibWeb: Reduce use of GlobalObject as an intermediary
Linus Groh
2022-08-23
LibJS: Pass Realm to define_native_{accessor,function}()
Linus Groh
2022-08-23
LibJS: Pass Realm to GlobalObject::initialize_global_object()
Linus Groh
2022-08-23
LibJS: Remove GlobalObject parameter from native functions
Linus Groh
2022-08-23
LibJS: Replace GlobalObject with VM in remaining AOs [Part 19/19]
Linus Groh
2022-08-23
LibJS: Replace GlobalObject with VM in common AOs [Part 18/19]
Linus Groh
2022-08-23
LibJS: Replace GlobalObject with VM in String AOs [Part 17/19]
Linus Groh
2022-08-23
LibJS: Replace GlobalObject with VM in ShadowRealm AOs [Part 16/19]
Linus Groh
2022-08-23
LibJS: Replace GlobalObject with VM in Array AOs [Part 15/19]
Linus Groh
2022-08-23
LibJS: Replace GlobalObject with VM in Date AOs [Part 14/19]
Linus Groh
2022-08-23
LibJS: Replace GlobalObject with VM in JSON AOs [Part 13/19]
Linus Groh
2022-08-23
LibJS: Replace GlobalObject with VM in Atomics AOs [Part 12/19]
Linus Groh
2022-08-23
LibJS: Replace GlobalObject with VM in ArrayBuffer AOs [Part 11/19]
Linus Groh
2022-08-23
LibJS: Replace GlobalObject with VM in TypedArray AOs [Part 10/19]
Linus Groh
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: Use a synthetic constructor if class with parent doesn't have one
davidot
2022-08-20
LibJS: Add special cases for Math.cosh and add spec comments
davidot
2022-08-20
LibJS: Make IsHTMLDDA non-constructible
davidot
2022-08-17
LibJS: Resolve the correct this value for calls in with statements
davidot
2022-08-17
LibJS: Implement tagged literals evaluation like the spec
davidot
2022-08-17
LibJS: Allow invalid string in tagged template literals
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
[next]