- When cloning maps to set the 'lazy loading' bit remember to clone
authorchristian.plesner.hansen@gmail.com <christian.plesner.hansen@gmail.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Fri, 24 Apr 2009 12:45:29 +0000 (12:45 +0000)
committerchristian.plesner.hansen@gmail.com <christian.plesner.hansen@gmail.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Fri, 24 Apr 2009 12:45:29 +0000 (12:45 +0000)
commit4a909a7a62ebe9336366a8453351196e02d2aa5c
treed07f041d9498b3f6329a4387c156b3b39f0e2cfd
parent8fefc769f5274be04fa43f843dcbc1794bfc6210
- When cloning maps to set the 'lazy loading' bit remember to clone
  the properties as well.  This fixes some failing tests.
- Moved json parsing into native code.

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@1789 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
16 files changed:
src/ast.cc
src/ast.h
src/bootstrapper.cc
src/compiler.cc
src/compiler.h
src/debug-delay.js
src/factory.cc
src/factory.h
src/handles.cc
src/json-delay.js
src/objects.cc
src/objects.h
src/runtime.cc
src/runtime.h
src/v8natives.js
test/mjsunit/json.js