Andreas Kling
|
4387590e65
LibJS: Support move semantics for StringOrSymbol
|
4 лет назад |
Nico Weber
|
d8d00d3ac7
LibJS: Add StringOrSymbol::as_string_impl() helper
|
4 лет назад |
Nico Weber
|
cc765e14ca
AK: Move StringImpl::operator== implementation into StringImpl
|
4 лет назад |
Andreas Kling
|
d01b746d88
LibJS: Add StringOrSymbol constructor that takes a FlyString
|
4 лет назад |
Andreas Kling
|
3d053f244f
LibJS: Avoid creating a temporary String in StringOrSymbol::operator==
|
4 лет назад |
Andreas Kling
|
d542049596
LibJS: Avoid StringImpl refcount churn when hashing StringOrSymbol
|
4 лет назад |
Andreas Kling
|
cfd141b4f9
LibJS: Avoid unnecessary StringImpl copy in StringOrSymbol(String)
|
4 лет назад |
Andreas Kling
|
b9793e603c
LibJS: Don't require Interpreter& in PropertyName and StringOrSymbol
|
4 лет назад |
Andreas Kling
|
340a115dfe
LibJS: Make native function/property callbacks take VM, not Interpreter
|
4 лет назад |
Andreas Kling
|
6444f49d22
LibJS: Make StringOrSymbol not leak strings
|
5 лет назад |
Matthew Olsson
|
7a1d485b19
LibJS: Integrate Symbols into objects as valid keys
|
5 лет назад |