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

Unified Diff: src/compiler/typer.cc

Issue 2435023002: Use a different map to distinguish eval contexts (Closed)
Patch Set: Fix ia32 port Created 4 years, 1 month 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
Index: src/compiler/typer.cc
diff --git a/src/compiler/typer.cc b/src/compiler/typer.cc
index 8695fad166630c7c962f77e01931cc4ac4ea1e0a..f211e8fae3e1acf0a1df1da988e633898be1b854 100644
--- a/src/compiler/typer.cc
+++ b/src/compiler/typer.cc
@@ -1266,6 +1266,10 @@ Type* Typer::Visitor::TypeJSCreateFunctionContext(Node* node) {
return Type::OtherInternal();
}
+Type* Typer::Visitor::TypeJSCreateEvalContext(Node* node) {
+ return Type::OtherInternal();
+}
+
Type* Typer::Visitor::TypeJSCreateCatchContext(Node* node) {
return Type::OtherInternal();
}
« src/ast/scopes.cc ('K') | « src/compiler/opcodes.h ('k') | src/compiler/verifier.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698