Reland "Implement ES6 symbol registry and predefined symbols"
authorrossberg@chromium.org <rossberg@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Thu, 20 Mar 2014 16:13:09 +0000 (16:13 +0000)
committerrossberg@chromium.org <rossberg@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Thu, 20 Mar 2014 16:13:09 +0000 (16:13 +0000)
commitb3b6987b27b2d4ddbda01d5352858548e62ab4aa
tree32bc0b61710ddfa145ed58835198cb42856498cf
parent2aadbc8f2c596fe35ba372616e2a04161e476dff
Reland "Implement ES6 symbol registry and predefined symbols"

Only change relative to original CL is the updated assertion condition at objects-inl.h:2119

R=mstarzinger@chromium.org
BUG=

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

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