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
/
GlobalObject.h
Age
Commit message (
Expand
)
Author
2022-08-29
LibJS: Hide all the constructors!
Andreas Kling
2022-08-28
LibJS: Implement SetDefaultGlobalBindings as a standalone function
Linus Groh
2022-08-28
LibJS: Move construction of GlobalObject native functions to Intrinsics
Linus Groh
2022-08-28
LibJS: Remove Shape::global_object() and Object::global_object()
Linus Groh
2022-08-28
LibJS: Turn initialize_global_object() into a regular initialize()
Linus Groh
2022-08-28
LibJS: Move Console ownership from GlobalObject to ConsoleObject
Linus Groh
2022-08-27
LibJS: Remove GlobalObject::{set_,}associated_realm()
Linus Groh
2022-08-27
LibJS: Move intrinsics to the realm
Linus Groh
2022-08-23
LibJS: Pass Realm to GlobalObject::initialize_global_object()
Linus Groh
2022-08-23
LibJS: Replace GlobalObject with VM in Value AOs [Part 4/19]
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 object constructors
Linus Groh
2022-08-05
LibJS: Let Shape store a Realm instead of a GlobalObject
Andreas Kling
2022-05-05
LibJS: Add getters for %{Async,}GeneratorFunction.prototype.prototype%
Linus Groh
2022-05-05
LibJS: Add AsyncGenerator / AsyncGeneratorPrototype
Linus Groh
2022-05-05
LibJS: Use Object* for 'manual' GlobalObject::foo_prototype() getters
Linus Groh
2022-04-12
LibJS: Pass this value to fallback func in Array.prototype.toString()
Linus Groh
2022-02-19
LibJS: Initialize {Async,}{Generator,}Function constructors properly
Idan Horowitz
2022-02-09
LibJS: Replace uses of MarkedValueList with MarkedVector<Value>
Linus Groh
2022-02-06
Everywhere: Rename JS::PropertyKey variables from property_{name => key}
Linus Groh
2022-01-30
LibJS: Start implementing Intl Segments objects
Idan Horowitz
2022-01-30
LibJS: Expose JSON.parse as an intrinsic value of the global object
davidot
2022-01-16
LibJS: Rename GeneratorObjectPrototype to GeneratorPrototype
Linus Groh
2021-12-08
LibJS: Add an accessor for the %Date.now% instrinsic property
Timothy Flynn
2021-11-29
LibJS: Add AsyncFromSyncIteratorPrototype and Async-From-Sync instances
davidot
2021-11-17
LibJS: Remove fallback value for get_offset_nanoseconds_for
Luke Wilde
2021-11-14
LibJS: Remove redundant exception checks from initialize_constructor()
Linus Groh
2021-10-31
LibJS: Convert GlobalObject to ThrowCompletionOr
Timothy Flynn
2021-10-24
LibJS: Rename PropertyName to PropertyKey
Andreas Kling
2021-10-20
LibJS: Add ThrowCompletionOr versions of the JS native function macros
Idan Horowitz
2021-10-14
LibJS: Add a way to get from a GlobalObject to its associated Realm
Linus Groh
2021-10-01
LibJS: Remove transition avoidance & start caching prototype transitions
Andreas Kling
2021-09-23
LibJS: Convert Value::invoke and VM::call to ThrowCompletionOr
Idan Horowitz
2021-09-12
LibJS: Move the GlobalEnvironment from GlobalObject to Realm
Linus Groh
2021-08-28
LibJS: Avoid transitions in GlobalObject::initialize_constructor()
Linus Groh
2021-08-09
LibJS: Move Object::invoke to Value::invoke and fix it for primitives
davidot
2021-08-08
LibJS: Add preparation for Intl constructors and prototypes
Linus Groh
2021-07-27
LibJS: Implement Temporal.Now.plainDate()
Linus Groh
2021-07-25
LibJS: Store the %Array.prototype.values% intrinsic on the global object
Linus Groh
2021-07-07
LibJS: Add preparation for Temporal constructors and prototypes
Linus Groh
2021-07-06
LibJS: Add define_direct_property and remove the define_property helper
Idan Horowitz
2021-07-01
LibJS: Drop "Record" suffix from all the *Environment record classes
Andreas Kling
2021-06-28
LibJS: Add and use the %ThrowTypeError% intrinsic
Idan Horowitz
2021-06-27
LibJS: Rename ScriptFunction => OrdinaryFunctionObject
Andreas Kling
2021-06-27
LibJS: Rename Function => FunctionObject
Andreas Kling
2021-06-23
LibJS: Correct behaviour of direct vs. indirect eval
Anonymous
2021-06-22
LibJS: Begin implementing GlobalEnvironmentRecord
Andreas Kling
2021-06-22
LibJS: Bring function environment records closer to the spec
Andreas Kling
2021-06-21
LibJS: Rename virtuals in EnvironmentRecord
Andreas Kling
2021-06-21
LibJS: Convert EnvironmentRecord & friends to east-const style
Andreas Kling
[next]