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
/
Object.cpp
Age
Commit message (
Expand
)
Author
2023-01-09
AK+Everywhere: Rename FlyString to DeprecatedFlyString
Timothy Flynn
2023-01-08
LibJS+Everywhere: Make PrimitiveString and Utf16String fallible
Timothy Flynn
2022-12-15
LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr
Linus Groh
2022-12-14
LibJS: Remove Object(Object& prototype) footgun
Andreas Kling
2022-12-14
LibJS: Convert Object::create() to NonnullGCPtr
Linus Groh
2022-12-14
LibJS: Convert NativeFunction::create() to NonnullGCPtr
Linus Groh
2022-12-07
LibJS: Replace standalone js_string() with PrimitiveString::create()
Linus Groh
2022-12-07
LibJS: Move initialize_instance_elements() from VM to Object
Linus Groh
2022-12-06
Everywhere: Rename to_{string => deprecated_string}() where applicable
Linus Groh
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-11-26
LibJS: Support instrinsic Object properties with deferred evaluation
Timothy Flynn
2022-11-23
LibJS+LibWeb: Make Runtime/AbstractOperations.h not include AST.h
Andreas Kling
2022-10-20
LibJS: Make define_native_foo() take SafeFunctions
Andreas Kling
2022-08-28
LibJS: Remove Shape::global_object() and Object::global_object()
Linus Groh
2022-08-27
LibJS: Move intrinsics to the realm
Linus Groh
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: 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 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-17
LibJS: Add the HostEnsureCanAddPrivateElement hook
davidot
2022-08-05
LibJS: Let Shape store a Realm instead of a GlobalObject
Andreas Kling
2022-05-03
LibJS: Remove implicit wrapping/unwrapping of completion records
Linus Groh
2022-05-01
LibJS: Remove assertions that are now part of structured headers
Linus Groh
2022-05-01
LibJS: Add missing comment in OrdinaryToPrimitive
Linus Groh
2022-04-20
LibJS: De-duplicate ClassFieldDefinition Records
Linus Groh
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-29
LibJS: Implement the EnumerateObjectProperties AO
Idan Horowitz
2022-03-16
Libraries: Use default constructors/destructors in LibJS
Lenny Maiorani
2022-02-20
LibJS: Use new NativeFunction::create() in most places
Linus Groh
2022-02-09
LibJS: Add Object constructor allowing null prototype
Linus Groh
2022-02-09
LibJS: Replace uses of MarkedValueList with MarkedVector<Value>
Linus Groh
2022-02-08
LibJS+Everywhere: Remove VM::exception() and most related functions
davidot
2022-02-06
Everywhere: Rename JS::PropertyKey variables from property_{name => key}
Linus Groh
2022-01-23
Everywhere: Convert VM::call() to JS::call()
mjz19910
2022-01-04
LibJS: Convert PropertyKey::from_value() to ThrowCompletionOr
Linus Groh
2021-12-21
LibJS: Update spec numbers for Operations on Objects AOs
Timothy Flynn
2021-12-08
LibJS: Only allocate space for Object private elements if needed
Andreas Kling
2021-11-24
LibJS: Fix incorrectly formatted section comments
Linus Groh
2021-11-09
LibJS: Remove leftover exception check in OrdinaryHasProperty
Idan Horowitz
2021-10-31
LibJS: Remove old Native Functions
Idan Horowitz
2021-10-24
LibJS: Provide default hash traits for JS::PropertyKey
Andreas Kling
2021-10-24
LibJS: Rename PropertyName to PropertyKey
Andreas Kling
2021-10-21
LibJS: Use implicit ThrowCompletionOr<T> constructor where possible
Linus Groh
[next]