Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/include/jsapi/
Dfxjs_v8.h80 const wchar_t* JS_GetTypeof(v8::Local<v8::Value> pObj);
/external/pdfium/fpdfsdk/src/javascript/
Dglobal.cpp611 const unsigned int nHash = JS_CalcHash(JS_GetTypeof(p)); in GET_VALUE_TYPE()
/external/pdfium/fpdfsdk/src/jsapi/
Dfxjs_v8.cpp481 const wchar_t* JS_GetTypeof(v8::Local<v8::Value> pObj) in JS_GetTypeof() function