Index: src/objects.h |
diff --git a/src/objects.h b/src/objects.h |
index 287e963cb035e1aa8f6a40a7e5c3cda34789f149..ba7f0cc9e3e8fb2d6ef067ca0333bf0bb7ebcf90 100644 |
--- a/src/objects.h |
+++ b/src/objects.h |
@@ -6870,9 +6870,11 @@ class Script: public Struct { |
V(Array.prototype, pop, ArrayPop) \ |
V(Array.prototype, shift, ArrayShift) \ |
V(Date.prototype, getDate, DateGetDate) \ |
+ V(Date.prototype, getDay, DateGetDay) \ |
V(Date.prototype, getFullYear, DateGetFullYear) \ |
V(Date.prototype, getHours, DateGetHours) \ |
V(Date.prototype, getMilliseconds, DateGetMilliseconds) \ |
+ V(Date.prototype, getMinutes, DateGetMinutes) \ |
V(Date.prototype, getMonth, DateGetMonth) \ |
V(Date.prototype, getSeconds, DateGetSeconds) \ |
V(Date.prototype, getTime, DateGetTime) \ |