Chromium Code Reviews| Index: src/runtime.h |
| diff --git a/src/runtime.h b/src/runtime.h |
| index 61c019c068bf1a4f5e3d62a7c758020ba4670ca7..47147adeab050d718c0a2bb6baa6ea31f0de2e28 100644 |
| --- a/src/runtime.h |
| +++ b/src/runtime.h |
| @@ -314,7 +314,8 @@ namespace internal { |
| /* Harmony symbols */ \ |
| F(CreateSymbol, 1, 1) \ |
| F(CreatePrivateSymbol, 1, 1) \ |
| - F(SymbolName, 1, 1) \ |
| + F(NewSymbolWrapper, 1, 1) \ |
|
rossberg
2014/02/14 10:55:30
Seems like this runtime function has become obsole
sof
2014/02/14 14:20:02
I don't understand; it's called by ToObject() to c
rossberg
2014/02/18 17:05:58
Ah, sorry, I missed that. But can't we use Object(
|
| + F(SymbolDescription, 1, 1) \ |
| F(SymbolIsPrivate, 1, 1) \ |
| \ |
| /* Harmony proxies */ \ |