Remove NativeContext from Literal array, since we always create the literals in the...
authorverwaest <verwaest@chromium.org>
Wed, 25 Feb 2015 22:41:40 +0000 (14:41 -0800)
committerCommit bot <commit-bot@chromium.org>
Wed, 25 Feb 2015 22:41:48 +0000 (22:41 +0000)
commit6b1bddb454bd1887e3c3e7aae785447f015c492b
tree522fdec4c05d57d0a3f8da8e3c9951a3cb4fb047
parent24847156de9dd05488ecc70558eba3387edd87a3
Remove NativeContext from Literal array, since we always create the literals in the native context of the current closure.

BUG=

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

Cr-Commit-Position: refs/heads/master@{#26867}
src/factory.cc
src/liveedit.cc
src/objects.cc
src/objects.h
src/preparser.h
src/runtime/runtime-function.cc
src/runtime/runtime-literals.cc
src/runtime/runtime-regexp.cc
test/cctest/test-heap-profiler.cc