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

Unified Diff: src/runtime/runtime.h

Issue 1499593003: [runtime] [proxy] Implementing [[Call]] (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: adding dcheck Created 5 years 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/runtime/runtime.h
diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h
index 242869a0c233e4d0dc92b0961e6d20226a93ca4a..503d7c6b89c329ad24031955df5a97d25471446d 100644
--- a/src/runtime/runtime.h
+++ b/src/runtime/runtime.h
@@ -539,6 +539,7 @@ namespace internal {
#define FOR_EACH_INTRINSIC_PROXY(F) \
F(IsJSProxy, 1, 1) \
+ F(JSProxyCall, -1 /* > 1 */, 1) \
F(GetHandler, 1, 1) \
F(RevokeProxy, 1, 1)

Powered by Google App Engine
This is Rietveld 408576698