Home
last modified time | relevance | path

Searched refs:IsDate (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/fxjs/
Djs_define.cpp97 value->IsDate() || value->IsObject() || value->IsNull() || in IsExpandedParamKnown()
Dfxv8.cpp51 bool IsDate(v8::Local<v8::Value> value) { in IsDate() function
52 return !value.IsEmpty() && value->IsDate(); in IsDate()
Dfxv8.h33 bool IsDate(v8::Local<v8::Value> value);
Dcjs_util.cpp169 if (!fxv8::IsDate(params[1])) in printd()