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

Unified Diff: src/compiler.h

Issue 1949013002: [compiler] Remove dangerous language mode accessors. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 7 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/compiler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/compiler.h
diff --git a/src/compiler.h b/src/compiler.h
index 28096c11c2876caa4a69e797ea28e64171e3f712..d16d6dc62f2251d85f85c5fcaed22086eed9af1f 100644
--- a/src/compiler.h
+++ b/src/compiler.h
@@ -178,7 +178,6 @@ class CompilationInfo final {
bool is_eval() const;
bool is_native() const;
bool is_module() const;
- LanguageMode language_mode() const;
FunctionLiteral* literal() const;
Scope* scope() const;
Handle<Context> context() const;
« no previous file with comments | « no previous file | src/compiler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698