Index: src/objects.h |
diff --git a/src/objects.h b/src/objects.h |
index 3077b22825e3e87be23a9a1258c0d238a8ed19cf..3b0d2a9708d0c297b8dee9fc99e89aaee5ef90be 100644 |
--- a/src/objects.h |
+++ b/src/objects.h |
@@ -4681,6 +4681,7 @@ class ContextExtension : public Struct { |
V(Object, assign, ObjectAssign) \ |
V(Object, create, ObjectCreate) \ |
V(Object.prototype, hasOwnProperty, ObjectHasOwnProperty) \ |
+ V(Object.prototype, isPrototypeOf, ObjectIsPrototypeOf) \ |
V(Object.prototype, toString, ObjectToString) \ |
V(RegExp.prototype, compile, RegExpCompile) \ |
V(RegExp.prototype, exec, RegExpExec) \ |