Cleanup: Remove NativesCollection<.>::*Raw* methods.
authorvogelheim <vogelheim@chromium.org>
Thu, 4 Dec 2014 18:51:15 +0000 (10:51 -0800)
committerCommit bot <commit-bot@chromium.org>
Thu, 4 Dec 2014 18:51:22 +0000 (18:51 +0000)
commitb27431d52f0ddc556aa2a748ddf5021ea69d0e5c
tree04ea86f5e254f4d06c1cee1b0aab95315428f633
parent6230641b83870c8659019ed0c2d907a79fff0200
Cleanup: Remove NativesCollection<.>::*Raw* methods.

These methods for used for compressed libraries, where GetSource* functions
contained the compressed sources and [GS]etRawSource* the uncompressed
sources. This is dead code since the API no longer supports compression.

(If you need/want compressed sources, use the external startup data and
 compress/uncompress on the Embedder's side.)

BUG=

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

Cr-Commit-Position: refs/heads/master@{#25666}
src/bootstrapper.cc
src/d8.cc
src/natives-external.cc
src/natives.h
src/serialize.cc
test/cctest/test-log.cc
tools/js2c.py