Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/include/jsapi/
Dfxjs_v8.h117 int JS_ToInt32(IJS_Runtime* pJSRuntime, v8::Local<v8::Value> pValue);
/external/pdfium/fpdfsdk/src/javascript/
DJS_Value.cpp101 return JS_ToInt32(m_isolate, m_pValue); in ToInt()
/external/pdfium/fpdfsdk/src/jsapi/
Dfxjs_v8.cpp722 int JS_ToInt32(IJS_Runtime* pJSRuntime, v8::Local<v8::Value> pValue) in JS_ToInt32() function