Searched refs:JSGetObject (Results 1 – 5 of 5) sorted by relevance
/external/pdfium/fxjs/ |
D | js_define.h | 57 UnownedPtr<C> JSGetObject(v8::Isolate* isolate, v8::Local<v8::Object> obj) { in JSGetObject() function 77 auto pObj = JSGetObject<C>(info.GetIsolate(), info.Holder()); in JSPropGetter() 102 auto pObj = JSGetObject<C>(info.GetIsolate(), info.Holder()); in JSPropSetter() 122 auto pObj = JSGetObject<C>(info.GetIsolate(), info.This()); in JSMethod()
|
D | cjs_global.cpp | 56 auto pObj = JSGetObject<CJS_Global>(info.GetIsolate(), info.Holder()); in queryprop_static() 74 auto pObj = JSGetObject<CJS_Global>(info.GetIsolate(), info.Holder()); in getprop_static() 104 auto pObj = JSGetObject<CJS_Global>(info.GetIsolate(), info.Holder()); in putprop_static() 128 auto pObj = JSGetObject<CJS_Global>(info.GetIsolate(), info.Holder()); in delprop_static() 144 auto pObj = JSGetObject<CJS_Global>(info.GetIsolate(), info.Holder()); in enumprop_static()
|
D | cjs_runtime.cpp | 158 auto pJSDocument = JSGetObject<CJS_Document>(GetIsolate(), pThis); in SetFormFillEnvToDocument()
|
D | cjs_app.cpp | 101 auto pJSDocument = JSGetObject<CJS_Document>(pRuntime->GetIsolate(), pObj); in get_active_docs() 381 auto pTimer = JSGetObject<CJS_TimerObj>(pRuntime->GetIsolate(), pObj); in ClearTimerCommon()
|
D | cjs_document.cpp | 1096 if (!JSGetObject<CJS_Icon>(pRuntime->GetIsolate(), pObj)) in addIcon()
|