Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/javascript/
Dglobal.cpp315 IJS_Runtime* pRuntime = JS_GetRuntime((JSFXObject)(*m_pJSObject)); in UpdateGlobalPersistentVariables()
478 IJS_Runtime* pRuntime = JS_GetRuntime((JSFXObject)(*m_pJSObject)); in PutObjectProperty()
545 pTemp->pData.Reset(JS_GetRuntime(pData), pData); in SetGlobalVariables()
589 pNewData->pData.Reset(JS_GetRuntime(pData), pData); in SetGlobalVariables()
/external/pdfium/fpdfsdk/include/jsapi/
Dfxjs_v8.h75 IJS_Runtime* JS_GetRuntime(v8::Local<v8::Object> pObj);
/external/pdfium/fpdfsdk/src/jsapi/
Dfxjs_v8.cpp436 IJS_Runtime* JS_GetRuntime(v8::Local<v8::Object> pObj) in JS_GetRuntime() function