Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/javascript/
DJS_Define.h82 static_cast<CJS_Runtime*>(FXJS_GetRuntimeFromIsolate(isolate)); in JSPropGetter()
108 static_cast<CJS_Runtime*>(FXJS_GetRuntimeFromIsolate(isolate)); in JSPropSetter()
147 static_cast<CJS_Runtime*>(FXJS_GetRuntimeFromIsolate(isolate)); in JSMethod()
370 static_cast<CJS_Runtime*>(FXJS_GetRuntimeFromIsolate(isolate)); in JSSpecialPropGet()
397 static_cast<CJS_Runtime*>(FXJS_GetRuntimeFromIsolate(isolate)); in JSSpecialPropPut()
420 IJS_Runtime* pRuntime = FXJS_GetRuntimeFromIsolate(isolate); in JSSpecialPropDel()
445 static_cast<CJS_Runtime*>(FXJS_GetRuntimeFromIsolate(info.GetIsolate())); in JSGlobalFunc()
/external/pdfium/fpdfsdk/include/jsapi/
Dfxjs_v8.h146 IJS_Runtime* FXJS_GetRuntimeFromIsolate(v8::Isolate* pIsolate);
/external/pdfium/fpdfsdk/src/jsapi/
Dfxjs_v8.cpp377 IJS_Runtime* FXJS_GetRuntimeFromIsolate(v8::Isolate* pIsolate) { in FXJS_GetRuntimeFromIsolate() function