Index: src/objects.h |
diff --git a/src/objects.h b/src/objects.h |
index ff13aedcce6f9ba667cccbcdc20b8fd49f4c3f2e..c85a69c00979705a0d306e3f4e08ebf99d801fa4 100644 |
--- a/src/objects.h |
+++ b/src/objects.h |
@@ -4444,6 +4444,7 @@ class Script: public Struct { |
#define FUNCTIONS_WITH_ID_LIST(V) \ |
V(Array.prototype, push, ArrayPush) \ |
V(Array.prototype, pop, ArrayPop) \ |
+ V(Function.prototype, apply, FunctionApply) \ |
V(String.prototype, charCodeAt, StringCharCodeAt) \ |
V(String.prototype, charAt, StringCharAt) \ |
V(String, fromCharCode, StringFromCharCode) \ |