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.cpp
Age
Commit message (
Expand
)
Author
2023-04-15
LibJS: Add spec comments to GlobalObject
Linus Groh
2023-03-10
Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_case
Andreas Kling
2023-01-29
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
Timothy Flynn
2023-01-27
AK: Remove StringBuilder::build() in favor of to_deprecated_string()
Linus Groh
2023-01-23
LibJS: Add DisposableStack{, Prototype, Constructor}
davidot
2023-01-23
LibJS: Add SuppressedError{, Prototype, Constructor}
davidot
2023-01-20
LibJS: Mark infallible operations that may throw only due to OOM
Timothy Flynn
2023-01-16
LibJS: Port the TrimString AO to String
Timothy Flynn
2023-01-15
LibJS+Everywhere: Rename Value::to_string to to_deprecated_string
Timothy Flynn
2023-01-09
LibJS: Use intrinsic namespace objects in set_default_global_bindings()
Linus Groh
2023-01-08
LibJS+Everywhere: Make PrimitiveString and Utf16String fallible
Timothy Flynn
2023-01-08
AK+Everywhere: Make UTF-8 and UTF-32 to UTF-16 converters fallible
Timothy Flynn
2022-12-07
LibJS: Replace standalone js_string() with PrimitiveString::create()
Linus Groh
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-11-26
LibJS: Use Object's new deferred instrinsic storage for GlobalObject
Timothy Flynn
2022-10-23
LibJS: Make parseFloat use the new double parser
davidot
2022-10-10
Everywhere: Replace uses of __serenity__ with AK_OS_SERENITY
Andrew Kaster
2022-10-09
AK+Everywhere: Fix data corruption due to code-point-to-char conversion
Ben Wiederhake
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: 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-28
LibJS: Move ConsoleObject construction from GlobalObject to Intrinsics
Linus Groh
2022-08-28
LibJS: Remove Console's reliance on GlobalObject
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 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 Value AOs [Part 4/19]
Linus Groh
2022-08-23
LibJS: Remove GlobalObject from VM::throw_completion()
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-05
LibJS: Let Shape store a Realm instead of a GlobalObject
Andreas Kling
2022-07-01
LibJS: Start implementing the stage 3 Intl.DurationFormat proposal
Idan Horowitz
2022-05-08
LibJS: Remove callerRealm from HostEnsureCanCompileStrings
Luke Wilde
2022-05-05
LibJS: Add AsyncGenerator / AsyncGeneratorPrototype
Linus Groh
2022-05-03
LibJS: Use consistent phrasing for string length
Linus Groh
2022-05-03
LibJS: Remove implicit wrapping/unwrapping of completion records
Linus Groh
2022-04-12
LibJS: Pass this value to fallback func in Array.prototype.toString()
Linus Groh
2022-04-03
LibJS: Remove a bunch of gratuitous JS namespace qualifiers
Linus Groh
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-16
Libraries: Use default constructors/destructors in LibJS
Lenny Maiorani
2022-02-19
LibJS: Initialize {Async,}{Generator,}Function constructors properly
Idan Horowitz
2022-01-30
LibJS: Start implementing Intl Segment Iterator objects
Idan Horowitz
[next]