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

Unified Diff: src/ast/ast.h

Issue 2487483004: Only treat possible eval calls going through 'with' as special. (Closed)
Patch Set: Fix AstGraphBuilder 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
« no previous file with comments | « no previous file | src/ast/ast.cc » ('j') | src/full-codegen/full-codegen.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/ast/ast.h
diff --git a/src/ast/ast.h b/src/ast/ast.h
index 10ae232407f376a2e76494280b81d06f8420f21c..27fae56cd50a14da80cb5dd41c951e0dbd77802a 100644
--- a/src/ast/ast.h
+++ b/src/ast/ast.h
@@ -1901,6 +1901,7 @@ class Call final : public Expression {
enum CallType {
POSSIBLY_EVAL_CALL,
+ POSSIBLY_EVAL_THROUGH_WITH_CALL,
GLOBAL_CALL,
WITH_CALL,
NAMED_PROPERTY_CALL,
« no previous file with comments | « no previous file | src/ast/ast.cc » ('j') | src/full-codegen/full-codegen.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698