Index: src/runtime/runtime.h |
diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
index 8119138bb9afce5d7000b0c349a56b3c4d086e51..6a8dc94ec4b09ef1ceb2b86ba5fd870bc917c276 100644 |
--- a/src/runtime/runtime.h |
+++ b/src/runtime/runtime.h |
@@ -543,9 +543,8 @@ |
F(IsJSProxy, 1, 1) \ |
F(JSProxyCall, -1 /* >= 2 */, 1) \ |
F(JSProxyConstruct, -1 /* >= 3 */, 1) \ |
- F(JSProxyGetTarget, 1, 1) \ |
- F(JSProxyGetHandler, 1, 1) \ |
- F(JSProxyRevoke, 1, 1) |
+ F(GetHandler, 1, 1) \ |
+ F(RevokeProxy, 1, 1) |
#define FOR_EACH_INTRINSIC_REGEXP(F) \ |
F(StringReplaceGlobalRegExpWithString, 4, 1) \ |