Searched refs:IsDate (Results 1 - 8 of 8) sorted by relevance

/external/pdfium/fxjs/
H A Dcfxjse_value.h36 bool IsDate() const;
H A Dcfxjse_value.cpp429 bool CFXJSE_Value::IsDate() const { function in class:CFXJSE_Value
435 return hValue->IsDate();
/external/v8/src/js/
H A Dmacros.py51 macro IS_DATE(arg) = (%IsDate(arg));
/external/v8/src/inspector/
H A Dv8-injected-script-host.cc135 if (value->IsDate()) {
H A Dv8-console-message.cc113 if (value->IsObject() && !value->IsDate() && !value->IsFunction() &&
/external/pdfium/fpdfsdk/javascript/
H A DJS_Value.cpp158 if (value->IsDate())
174 return !m_pValue.IsEmpty() && m_pValue->IsDate();
/external/v8/src/runtime/
H A Druntime.h139 F(IsDate, 1, 1) \
/external/v8/include/
H A Dv8.h2028 bool IsDate() const;

Completed in 773 milliseconds