| Index: src/objects.h
|
| diff --git a/src/objects.h b/src/objects.h
|
| index 13d8c2f30371f03f8e4d11ed82c6a9611e88bfdb..eb9d0047746a8be270d2ac088825aa2137c99b0a 100644
|
| --- a/src/objects.h
|
| +++ b/src/objects.h
|
| @@ -6882,6 +6882,13 @@ class Script: public Struct {
|
| V(Array.prototype, push, ArrayPush) \
|
| V(Array.prototype, pop, ArrayPop) \
|
| V(Array.prototype, shift, ArrayShift) \
|
| + V(Date.prototype, getDate, DateGetDate) \
|
| + V(Date.prototype, getFullYear, DateGetFullYear) \
|
| + V(Date.prototype, getHours, DateGetHours) \
|
| + V(Date.prototype, getMilliseconds, DateGetMilliseconds) \
|
| + V(Date.prototype, getMonth, DateGetMonth) \
|
| + V(Date.prototype, getSeconds, DateGetSeconds) \
|
| + V(Date.prototype, getTime, DateGetTime) \
|
| V(Function.prototype, apply, FunctionApply) \
|
| V(Function.prototype, call, FunctionCall) \
|
| V(Object.prototype, hasOwnProperty, ObjectHasOwnProperty) \
|
|
|