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
/
StringConstructor.cpp
Age
Commit message (
Expand
)
Author
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-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-16
Libraries: Use default constructors/destructors in LibJS
Lenny Maiorani
2021-10-23
LibJS: Convert StringConstructor functions to ThrowCompletionOr
Idan Horowitz
2021-10-21
LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr
Linus Groh
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_u16() to ThrowCompletionOr
Idan Horowitz
2021-10-18
LibJS: Convert to_i32() to ThrowCompletionOr
Idan Horowitz
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 Object::get() to ThrowCompletionOr
Linus Groh
2021-10-02
LibJS: Use Vector<u16, 1> for UTF-16 in a few more places
Andreas Kling
2021-10-02
LibJS+AK: Use Vector<u16, 1> for UTF-16 string storage
Andreas Kling
2021-09-21
LibJS: Convert length_of_array_like to ThrowCompletionOr
Idan Horowitz
2021-09-15
LibJS: Use ThrowCompletionOr in get_prototype_from_constructor()
Linus Groh
2021-08-10
LibJS: Replace Vector<u16> usage in PrimitiveString wth Utf16String
Timothy Flynn
2021-08-04
AK+LibJS: Implement String.from{CharCode,CodePoint} using UTF-16 strings
Timothy Flynn
2021-07-08
LibJS: Reorder and add missing name & length properties to Built-ins
Idan Horowitz
2021-07-06
LibJS: Add define_direct_property and remove the define_property helper
Idan Horowitz
2021-07-05
LibJS: Remove unnecessary value_or() from get()
Linus Groh
2021-07-04
LibJS: Rewrite most of Object for spec compliance :^)
Linus Groh
2021-06-30
LibJS: Get the prototype of a new String from the constructor's realm
Idan Horowitz
2021-06-28
LibJS: Rewrite String.raw() closer to the specification
Idan Horowitz
2021-06-28
LibJS: Accept FlyStrings in the NativeFunction constructors
Idan Horowitz
2021-06-27
LibJS: Rename Function => FunctionObject
Andreas Kling
2021-06-16
LibJS: Rename Value::{is_integer => is_integral_number}
Idan Horowitz
2021-06-16
LibJS: Add the String.fromCodePoint() method
Idan Horowitz
2021-06-13
LibJS: Add ECMA-262 section/title/URL comments almost everywhere
Linus Groh
2021-06-08
LibJS: Handle Proxy with Array target in IsArray() abstract operation
Linus Groh
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling