Home
last modified time | relevance | path

Searched refs:JSGetObject (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/fxjs/
Djs_define.h56 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()
Dcjs_global.cpp55 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()
Dcjs_runtime.cpp158 auto pJSDocument = JSGetObject<CJS_Document>(GetIsolate(), pThis); in SetFormFillEnvToDocument()
Dcjs_app.cpp100 auto pJSDocument = JSGetObject<CJS_Document>(pRuntime->GetIsolate(), pObj); in get_active_docs()
386 auto pTimer = JSGetObject<CJS_TimerObj>(pRuntime->GetIsolate(), pObj); in ClearTimerCommon()
Dcjs_document.cpp1112 if (!JSGetObject<CJS_Icon>(pRuntime->GetIsolate(), pObj)) in addIcon()