Remove obsolete options in ScriptCompiler::CompileOptions.
authorvogelheim <vogelheim@chromium.org>
Thu, 25 Jun 2015 14:03:41 +0000 (07:03 -0700)
committerCommit bot <commit-bot@chromium.org>
Thu, 25 Jun 2015 14:03:56 +0000 (14:03 +0000)
commit1d73a81ae0341a0d9c8d78c3fcf67bc2827d75d0
tree49914d77c3020c711d97185b3d183f11e0aa01e1
parent40b7d874b27ff19c82f6f42c23f3ea30e26100b1
Remove obsolete options in ScriptCompiler::CompileOptions.

This is a follow-on to https://code.google.com/p/v8/source/detail?r=22431
This will remove the compatibility logic, so that the API as described
in r22431 is the only API.

I'll let this CL will sit around for a while to give embedders a chance
to update their code.

R=yangguo@chromium.org, ulan@chromium.org
BUG=chromium:399580
LOG=Y

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

Cr-Commit-Position: refs/heads/master@{#29294}
include/v8.h
src/api.cc
test/cctest/test-parsing.cc