Rename Interface to ModuleDescriptor
authoradamk <adamk@chromium.org>
Wed, 18 Feb 2015 18:25:00 +0000 (10:25 -0800)
committerCommit bot <commit-bot@chromium.org>
Wed, 18 Feb 2015 18:25:21 +0000 (18:25 +0000)
commit27e8a455df96311db6fb3b50fb3b371e72a61eca
treea76dd395de068d06752ab5ca12d62833315a0748
parent209cf09ac9e36c1a24cdfa918bc579a4671c6842
Rename Interface to ModuleDescriptor

ModuleDescriptor will end up holding the set of data described in the
spec as a "Module record". This introduces a little bit of confusion
with ModuleInfo, but I hope that'll become clearer over time.

Also removed the interface-printing flags. We probably want
Module-printing flags, but that can wait until we have more
Module-related structures.

BUG=v8:1569
LOG=n

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

Cr-Commit-Position: refs/heads/master@{#26728}
22 files changed:
BUILD.gn
src/arm/full-codegen-arm.cc
src/arm64/full-codegen-arm64.cc
src/ast.h
src/flag-definitions.h
src/full-codegen.cc
src/ia32/full-codegen-ia32.cc
src/interface.cc [deleted file]
src/interface.h [deleted file]
src/mips/full-codegen-mips.cc
src/mips64/full-codegen-mips64.cc
src/modules.cc [new file with mode: 0644]
src/modules.h [new file with mode: 0644]
src/parser.cc
src/ppc/full-codegen-ppc.cc
src/scopeinfo.cc
src/scopeinfo.h
src/scopes.cc
src/scopes.h
src/x64/full-codegen-x64.cc
src/x87/full-codegen-x87.cc
tools/gyp/v8.gyp