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

Unified Diff: src/ast.h

Issue 1414413004: Distinguish Call::CallType::PROPERTY_CALL further. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@local_issue-4521
Patch Set: Ports. 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/ast.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/ast.h
diff --git a/src/ast.h b/src/ast.h
index 6d421f23a08b703b388e215876819c4aab55a704..e80777be419660f7bd17cc2b82dbe11597a284ed 100644
--- a/src/ast.h
+++ b/src/ast.h
@@ -1912,7 +1912,10 @@ class Call final : public Expression {
POSSIBLY_EVAL_CALL,
GLOBAL_CALL,
LOOKUP_SLOT_CALL,
- PROPERTY_CALL,
+ NAMED_PROPERTY_CALL,
+ KEYED_PROPERTY_CALL,
+ NAMED_SUPER_PROPERTY_CALL,
+ KEYED_SUPER_PROPERTY_CALL,
SUPER_CALL,
OTHER_CALL
};
« no previous file with comments | « no previous file | src/ast.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698