Home
last modified time | relevance | path

Searched refs:CurrentTimeValue (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/runtime/
Druntime-date.cc27 return *isolate->factory()->NewNumber(JSDate::CurrentTimeValue(isolate)); in RUNTIME_FUNCTION()
/external/v8/src/builtins/
Dbuiltins-date.cc193 double const time_val = JSDate::CurrentTimeValue(isolate); in BUILTIN()
205 time_val = JSDate::CurrentTimeValue(isolate); in BUILTIN()
281 return *isolate->factory()->NewNumber(JSDate::CurrentTimeValue(isolate)); in BUILTIN()
Dbuiltins-intl.cc487 x = factory->NewNumber(JSDate::CurrentTimeValue(isolate)); in BUILTIN()
/external/v8/src/objects/
Dintl-objects.cc695 x = JSDate::CurrentTimeValue(isolate); in DateTimeFormat()
/external/v8/src/
Dobjects.h3505 static double CurrentTimeValue(Isolate* isolate);
Dobjects.cc18407 double JSDate::CurrentTimeValue(Isolate* isolate) { in CurrentTimeValue() function in v8::internal::JSDate