mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-12 20:42:21 +00:00
LibJS: Replace StringOrSymbol::from_value with Value::to_property_key
This is a more specification compliant implementation of the abstract operation 7.1.19 ToPropertyKey which should handle boxed symbols correctly.
This commit is contained in:
parent
e72e621d89
commit
eb0b1c432a
Notes:
sideshowbarker
2024-07-18 16:51:04 +09:00
Author: https://github.com/IdanHo
Commit: eb0b1c432a
Pull-request: https://github.com/SerenityOS/serenity/pull/7811
8 changed files with 29 additions and 29 deletions
|
@ -130,6 +130,7 @@ class ScopeNode;
|
|||
class ScopeObject;
|
||||
class Shape;
|
||||
class Statement;
|
||||
class StringOrSymbol;
|
||||
class Symbol;
|
||||
class Token;
|
||||
class VM;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue