Index: src/objects.h |
diff --git a/src/objects.h b/src/objects.h |
index db2c7dbae60ac87d6d57a7d0b032e342e25aa20f..3fcf3009d344a8e855541cfd0ab8536d750da69b 100644 |
--- a/src/objects.h |
+++ b/src/objects.h |
@@ -4678,6 +4678,7 @@ class ContextExtension : public Struct { |
V(Date.prototype, getSeconds, DateGetSeconds) \ |
V(Date.prototype, getTime, DateGetTime) \ |
V(Function.prototype, apply, FunctionApply) \ |
+ V(Function.prototype, bind, FunctionBind) \ |
V(Function.prototype, call, FunctionCall) \ |
V(Object, assign, ObjectAssign) \ |
V(Object, create, ObjectCreate) \ |