Chromium Code Reviews| Index: src/harmony-tostring.js |
| diff --git a/src/harmony-tostring.js b/src/harmony-tostring.js |
| index 41a84dff6e0079a6ef953f522bf4820c7818742b..543d730994b8fb75d5911c7183ec7aa371616201 100644 |
| --- a/src/harmony-tostring.js |
| +++ b/src/harmony-tostring.js |
| @@ -9,8 +9,6 @@ |
| // var $Object = global.Object; |
| // var $Symbol = global.Symbol; |
| -var symbolToStringTag = InternalSymbol("Symbol.toStringTag"); |
|
rossberg
2014/11/12 16:45:25
Hm, I'm confused. Where is this variable defined n
Yang
2014/11/12 17:18:32
See bootstrapper.cc
|
| - |
| var kBuiltinStringTags = { |
| "__proto__": null, |
| "Arguments": true, |