Home
last modified time | relevance | path

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

/third_party/node/test/js-native-api/test_date/
Dtest_date.c29 bool is_date; in isDate() local
32 NAPI_CALL(env, napi_is_date(env, date, &is_date)); in isDate()
33 NAPI_CALL(env, napi_get_boolean(env, is_date, &result)); in isDate()
/third_party/cef/libcef_dll/ctocpp/
Dv8value_ctocpp.cc293 if (CEF_MEMBER_MISSING(_struct, is_date)) in IsDate()
299 int _retval = _struct->is_date(_struct); in IsDate()
/third_party/cef/include/capi/
Dcef_v8_capi.h430 int(CEF_CALLBACK* is_date)(struct _cef_v8value_t* self);
/third_party/ejdb/src/bindings/ejdb2_node/
Djs_native_api.h469 bool* is_date);
/third_party/node/src/
Djs_native_api.h469 bool* is_date);
Djs_native_api_v8.cc3088 bool* is_date) { in napi_is_date() argument
3091 CHECK_ARG(env, is_date); in napi_is_date()
3093 *is_date = v8impl::V8LocalValueFromJsValue(value)->IsDate(); in napi_is_date()
/third_party/cef/libcef_dll/cpptoc/
Dv8value_cpptoc.cc996 GetStruct()->is_date = v8value_is_date; in CefV8ValueCppToC()
/third_party/python/Lib/test/
Ddatetimetester.py6059 is_date = _testcapi.datetime_check_date
6062 self.assertTrue(is_date(d))
6063 self.assertTrue(is_date(dt))
6064 self.assertTrue(is_date(ds))
6065 self.assertTrue(is_date(d, True))
6068 self.assertFalse(is_date(dt, True))
6069 self.assertFalse(is_date(ds, True))
6077 self.assertFalse(is_date(arg, exact))