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.cpp
Age
Commit message (
Expand
)
Author
2021-11-24
LibJS: Fix incorrectly formatted section comments
Linus Groh
2021-10-24
LibJS: Rename PropertyName to PropertyKey
Andreas Kling
2021-10-03
LibJS: Use MUST() where applicable
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-09-11
LibJS+LibWeb+Spreadsheet: Upcall visit_edges() via Base typedef
Andreas Kling
2021-07-22
LibJS: Report string properties using UTF-16 code units
Timothy Flynn
2021-07-17
LibJS: Report string length as the code point length, not byte length
Timothy Flynn
2021-07-06
LibJS: Add define_direct_property and remove the define_property helper
Idan Horowitz
2021-07-05
LibJS: Make AbstractOperations::canonical_num... take a PropertyName
davidot
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-02-10
LibJS: Remove a whole bunch of unnecessary #includes
Andreas Kling
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling