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
/
JSONObject.cpp
Age
Commit message (
Expand
)
Author
2023-01-22
LibJS: Use is_unicode_surrogate more
Nico Weber
2023-01-22
LibJS: Add spec comments to quote_json_string
Nico Weber
2023-01-15
LibJS+Everywhere: Rename Value::to_string to to_deprecated_string
Timothy Flynn
2023-01-08
LibJS+Everywhere: Make PrimitiveString and Utf16String fallible
Timothy Flynn
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 Array::create{,_from}() to NonnullGCPtr
Linus Groh
2022-12-07
LibJS: Replace standalone js_string() with PrimitiveString::create()
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-23
LibJS+LibWeb: Make Runtime/AbstractOperations.h not include AST.h
Andreas Kling
2022-10-23
LibJS: Fix that non-double numbers from JSON were truncated to i32
davidot
2022-09-15
LibJS: Do not assume that IsArray means the object type is an Array
Timothy Flynn
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 common AOs [Part 18/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 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 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-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
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-07
LibJS: Fix JSON.stringify with stale surrogate codepoints
Jorropo
2022-02-07
LibJS: Use GetV to look up the toJSON property in SerializeJSONProperty
Timothy Flynn
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
2021-12-10
LibJS: Remove Object::value_of()
Linus Groh
2021-11-17
AK: Make JSON parser return ErrorOr<JsonValue> (instead of Optional)
Andreas Kling
2021-10-29
LibJS: Convert JSONObject functions to ThrowCompletionOr
Idan Horowitz
2021-10-24
LibJS: Rename PropertyName to PropertyKey
Andreas Kling
2021-10-22
LibJS: Convert Array AOs to ThrowCompletionOr
Idan Horowitz
2021-10-20
LibJS: Rename define_native_function => define_old_native_function
Idan Horowitz
2021-10-20
LibJS: Add ThrowCompletionOr versions of the JS native function macros
Idan Horowitz
2021-10-18
LibJS: Convert to_integer_or_infinity() to ThrowCompletionOr
Linus Groh
2021-10-18
LibJS: Convert to_number() to ThrowCompletionOr
Idan Horowitz
2021-10-13
LibJS: Convert to_object() to ThrowCompletionOr
Linus Groh
2021-10-13
LibJS: Convert to_primitive_string() to ThrowCompletionOr
Linus Groh
2021-10-13
LibJS: Convert to_string() to ThrowCompletionOr
Linus Groh
2021-10-03
LibJS: Convert enumerable_own_property_names() to ThrowCompletionOr
Linus Groh
2021-10-03
LibJS: Convert create_data_property_or_throw() to ThrowCompletionOr
Linus Groh
2021-10-03
LibJS: Convert create_data_property() to ThrowCompletionOr
Linus Groh
2021-10-03
LibJS: Convert Object::get() to ThrowCompletionOr
Linus Groh
2021-09-29
LibJS: Convert internal_delete() to ThrowCompletionOr
Linus Groh
2021-09-23
LibJS: Convert Value::invoke and VM::call to ThrowCompletionOr
Idan Horowitz
[next]