Lines Matching refs:INVALID

25 //       kungfu::BuiltinsStubCSigns::stubIndex refers to the builtin stub index, or INVALID if no stub available.
30 V("parse", Parse, 1, INVALID) \
32 V("UTC", UTC, ::panda::ecmascript::builtins::BuiltinsDate::UTC_LENGTH, INVALID)
39 V("getDate", GetDate, 0, INVALID) \
41 V("getDay", GetDay, 0, INVALID) \
43 V("getFullYear", GetFullYear, 0, INVALID) \
45 V("getHours", GetHours, 0, INVALID) \
47 V("getMilliseconds", GetMilliseconds, 0, INVALID) \
49 V("getMinutes", GetMinutes, 0, INVALID) \
51 V("getMonth", GetMonth, 0, INVALID) \
53 V("getSeconds", GetSeconds, 0, INVALID) \
57 V("getTimezoneOffset", GetTimezoneOffset, 0, INVALID) \
59 V("getUTCDate", GetUTCDate, 0, INVALID) \
61 V("getUTCDay", GetUTCDay, 0, INVALID) \
63 V("getUTCFullYear", GetUTCFullYear, 0, INVALID) \
65 V("getUTCHours", GetUTCHours, 0, INVALID) \
67 V("getUTCMilliseconds", GetUTCMilliseconds, 0, INVALID) \
69 V("getUTCMinutes", GetUTCMinutes, 0, INVALID) \
71 V("getUTCMonth", GetUTCMonth, 0, INVALID) \
73 V("getUTCSeconds", GetUTCSeconds, 0, INVALID) \
75 V("setDate", SetDate, 1, INVALID) \
77 V("setFullYear", SetFullYear, 3, INVALID) \
79 V("setHours", SetHours, 4, INVALID) \
81 V("setMilliseconds", SetMilliseconds, 1, INVALID) \
83 V("setMinutes", SetMinutes, 3, INVALID) \
85 V("setMonth", SetMonth, 2, INVALID) \
87 V("setSeconds", SetSeconds, 2, INVALID) \
89 V("setTime", SetTime, 1, INVALID) \
91 V("setUTCDate", SetUTCDate, 1, INVALID) \
93 V("setUTCFullYear", SetUTCFullYear, 3, INVALID) \
95 V("setUTCHours", SetUTCHours, 4, INVALID) \
97 V("setUTCMilliseconds", SetUTCMilliseconds, 1, INVALID) \
99 V("setUTCMinutes", SetUTCMinutes, 3, INVALID) \
101 V("setUTCMonth", SetUTCMonth, 2, INVALID) \
103 V("setUTCSeconds", SetUTCSeconds, 2, INVALID) \
105 V("toDateString", ToDateString, 0, INVALID) \
107 V("toISOString", ToISOString, 0, INVALID) \
109 V("toJSON", ToJSON, 1, INVALID) \
111 V("toLocaleDateString", ToLocaleDateString, 0, INVALID) \
113 V("toLocaleString", ToLocaleString, 0, INVALID) \
115 V("toLocaleTimeString", ToLocaleTimeString, 0, INVALID) \
117 V("toString", ToString, 0, INVALID) \
119 V("toTimeString", ToTimeString, 0, INVALID) \
121 V("toUTCString", ToUTCString, 0, INVALID) \
123 V("valueOf", ValueOf, 0, INVALID)