Searched refs:JSGetObject (Results 1 – 5 of 5) sorted by relevance
/external/pdfium/fxjs/ |
D | js_define.h | 56 UnownedPtr<C> JSGetObject(v8::Isolate* isolate, v8::Local<v8::Object> obj) { in JSGetObject() function 72 auto pObj = JSGetObject<C>(info.GetIsolate(), info.Holder()); in JSPropGetter() 97 auto pObj = JSGetObject<C>(info.GetIsolate(), info.Holder()); in JSPropSetter() 118 auto pObj = JSGetObject<C>(info.GetIsolate(), info.Holder()); in JSMethod()
|
D | cjs_global.cpp | 55 auto pObj = JSGetObject<CJS_Global>(info.GetIsolate(), info.Holder()); in queryprop_static() 68 auto pObj = JSGetObject<CJS_Global>(info.GetIsolate(), info.Holder()); in getprop_static() 92 auto pObj = JSGetObject<CJS_Global>(info.GetIsolate(), info.Holder()); in putprop_static() 114 auto pObj = JSGetObject<CJS_Global>(info.GetIsolate(), info.Holder()); in delprop_static() 125 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 | 100 auto pJSDocument = JSGetObject<CJS_Document>(pRuntime->GetIsolate(), pObj); in get_active_docs() 386 auto pTimer = JSGetObject<CJS_TimerObj>(pRuntime->GetIsolate(), pObj); in ClearTimerCommon()
|
D | cjs_document.cpp | 1112 if (!JSGetObject<CJS_Icon>(pRuntime->GetIsolate(), pObj)) in addIcon()
|