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

Unified Diff: src/compiler/typer.cc

Issue 2435023002: Use a different map to distinguish eval contexts (Closed)
Patch Set: Crankshaft backends and scope deserialization Created 4 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
Index: src/compiler/typer.cc
diff --git a/src/compiler/typer.cc b/src/compiler/typer.cc
index aa699f3f79d4945335189e252c06bbe4b991c5f7..6516aedc7b1a419f9e6bcdf2ab336a956210e24c 100644
--- a/src/compiler/typer.cc
+++ b/src/compiler/typer.cc
@@ -1236,6 +1236,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();
}
« no previous file with comments | « src/compiler/opcodes.h ('k') | src/compiler/verifier.cc » ('j') | src/contexts.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698