Home
last modified time | relevance | path

Searched refs:getDate_impl (Results 1 – 8 of 8) sorted by relevance

/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/vm/
H A DDateObject.h80 static MOZ_ALWAYS_INLINE bool getDate_impl(JSContext* cx, const CallArgs& args);
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/vm/
H A DDateObject.h83 static MOZ_ALWAYS_INLINE bool getDate_impl(JSContext* cx,
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/vm/
H A DDateObject.h91 static MOZ_ALWAYS_INLINE bool getDate_impl(JSContext* cx,
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/vm/
H A DDateObject.h72 static MOZ_ALWAYS_INLINE bool getDate_impl(JSContext* cx, const CallArgs& args);
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/
H A Djsdate.cpp1511 DateObject::getDate_impl(JSContext* cx, const CallArgs& args)
1524 return CallNonGenericMethod<IsDate, DateObject::getDate_impl>(cx, args);
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/
H A Djsdate.cpp1439 /* static */ MOZ_ALWAYS_INLINE bool DateObject::getDate_impl( in getDate_impl() function in DateObject
1450 return CallNonGenericMethod<IsDate, DateObject::getDate_impl>(cx, args); in date_getDate()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/
H A Djsdate.cpp1475 DateObject::getDate_impl(JSContext* cx, const CallArgs& args) in getDate_impl() function in DateObject
1488 return CallNonGenericMethod<IsDate, DateObject::getDate_impl>(cx, args); in date_getDate()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/
H A Djsdate.cpp1780 /* static */ MOZ_ALWAYS_INLINE bool DateObject::getDate_impl( in getDate_impl() function in DateObject
1791 return CallNonGenericMethod<IsDate, DateObject::getDate_impl>(cx, args); in date_getDate()