index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
/
LibJS
/
Runtime
/
StringOrSymbol.h
Age
Commit message (
Expand
)
Author
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling
2020-11-28
LibJS: Rename Cell::visit_children() => Cell::visit_edges()
Andreas Kling
2020-11-07
LibJS: Don't create StringOrSymbol(String) if from_value() fails
Linus Groh
2020-10-15
LibJS: Support move semantics for StringOrSymbol
Andreas Kling
2020-10-05
LibJS: Add StringOrSymbol::as_string_impl() helper
Nico Weber
2020-10-05
AK: Move StringImpl::operator== implementation into StringImpl
Nico Weber
2020-10-04
LibJS: Add StringOrSymbol constructor that takes a FlyString
Andreas Kling
2020-10-04
LibJS: Avoid creating a temporary String in StringOrSymbol::operator==
Andreas Kling
2020-10-04
LibJS: Avoid StringImpl refcount churn when hashing StringOrSymbol
Andreas Kling
2020-10-04
LibJS: Avoid unnecessary StringImpl copy in StringOrSymbol(String)
Andreas Kling
2020-09-27
LibJS: Don't require Interpreter& in PropertyName and StringOrSymbol
Andreas Kling
2020-09-27
LibJS: Make native function/property callbacks take VM, not Interpreter
Andreas Kling
2020-08-16
LibJS: Make StringOrSymbol not leak strings
Andreas Kling
2020-07-09
LibJS: Integrate Symbols into objects as valid keys
Matthew Olsson