Implement ES6 symbol registry and predefined symbols
authorrossberg@chromium.org <rossberg@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Thu, 20 Mar 2014 12:26:27 +0000 (12:26 +0000)
committerrossberg@chromium.org <rossberg@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Thu, 20 Mar 2014 12:26:27 +0000 (12:26 +0000)
commit0f71f617998dacd8c2ed8e7fa98c3e8ece4090d8
tree6ad7376cadc628c7b8521cea124be3db91dad992
parent77a28b731d704c5786e52cabae5fc14b4d875db3
Implement ES6 symbol registry and predefined symbols

R=mstarzinger@chromium.org, arv@chromium.org
BUG=
LOG=Y

Review URL: https://codereview.chromium.org/203243004

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@20118 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
include/v8.h
src/heap.cc
src/heap.h
src/messages.js
src/runtime.cc
src/runtime.h
src/symbol.js
test/mjsunit/harmony/private.js
test/mjsunit/harmony/symbols.js