Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1042)

Unified Diff: src/parser.h

Issue 1409253007: Scope cleanup: remove unused bits and accessors (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | src/pattern-rewriter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/parser.h
diff --git a/src/parser.h b/src/parser.h
index 7906563bd42191fbd9018996e397ba4e2c127db7..35a6f3af20bdc7022e7ff5ac065b132533afe4c6 100644
--- a/src/parser.h
+++ b/src/parser.h
@@ -927,7 +927,6 @@ class Parser : public ParserBase<ParserTraits> {
void SetCachedData(ParseInfo* info);
- bool inside_with() const { return scope_->inside_with(); }
ScriptCompiler::CompileOptions compile_options() const {
return compile_options_;
}
@@ -1049,7 +1048,6 @@ class Parser : public ParserBase<ParserTraits> {
AstValueFactory* ast_value_factory() const {
return descriptor_->parser->ast_value_factory();
}
- bool inside_with() const { return descriptor_->parser->inside_with(); }
Zone* zone() const { return descriptor_->parser->zone(); }
Expression* pattern_;
« no previous file with comments | « no previous file | src/pattern-rewriter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698