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
/
StringObject.h
Age
Commit message (
Expand
)
Author
2021-12-10
LibJS: Remove Object::value_of()
Linus Groh
2021-10-24
LibJS: Rename PropertyName to PropertyKey
Andreas Kling
2021-10-18
LibJS: Convert this_string_value() to ThrowCompletionOr
Linus Groh
2021-09-29
LibJS: Convert internal_own_property_keys() to ThrowCompletionOr
Linus Groh
2021-09-29
LibJS: Convert internal_define_own_property() to ThrowCompletionOr
Linus Groh
2021-09-29
LibJS: Convert internal_get_own_property() to ThrowCompletionOr
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-19
LibJS: Make Object.getOwnPropertyDescriptor() work on String subscripts
Andreas Kling
2021-06-06
LibJS: Remove String.prototype.length
Linus Groh
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-03-19
LibJS: Add fast_is<T> for StringObject and GlobalObject
Andreas Kling
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling