Home
last modified time | relevance | path

Searched refs:FXJS_ToInt32 (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/fpdfsdk/include/jsapi/
Dfxjs_v8.h237 int FXJS_ToInt32(v8::Isolate* pIsolate, v8::Local<v8::Value> pValue);
/external/pdfium/fpdfsdk/src/javascript/
DJS_Value.cpp105 return FXJS_ToInt32(m_pJSRuntime->GetIsolate(), m_pValue); in ToInt()
/external/pdfium/fpdfsdk/src/jsapi/
Dfxjs_v8.cpp728 int FXJS_ToInt32(v8::Isolate* pIsolate, v8::Local<v8::Value> pValue) { in FXJS_ToInt32() function