Index: src/objects.h |
diff --git a/src/objects.h b/src/objects.h |
index a2f9c80b0e61ad2c79c6125e1736cf0c4139ab69..4cccaa1188e3dfc8b34dbc07e6c97602153705d5 100644 |
--- a/src/objects.h |
+++ b/src/objects.h |
@@ -6875,6 +6875,7 @@ class Script: public Struct { |
V(Array.prototype, pop, ArrayPop) \ |
V(Array.prototype, shift, ArrayShift) \ |
V(Function.prototype, apply, FunctionApply) \ |
+ V(Function.prototype, call, FunctionCall) \ |
V(String.prototype, charCodeAt, StringCharCodeAt) \ |
V(String.prototype, charAt, StringCharAt) \ |
V(String, fromCharCode, StringFromCharCode) \ |