Lines Matching refs:pJSObj
86 CJS_Object* pJSObj = (CJS_Object*)FXJS_GetPrivate(isolate, info.Holder()); in JSPropGetter() local
87 C* pObj = reinterpret_cast<C*>(pJSObj->GetEmbedObject()); in JSPropGetter()
112 CJS_Object* pJSObj = (CJS_Object*)FXJS_GetPrivate(isolate, info.Holder()); in JSPropSetter() local
113 C* pObj = reinterpret_cast<C*>(pJSObj->GetEmbedObject()); in JSPropSetter()
156 CJS_Object* pJSObj = (CJS_Object*)FXJS_GetPrivate(isolate, info.Holder()); in JSMethod() local
157 C* pObj = reinterpret_cast<C*>(pJSObj->GetEmbedObject()); in JSMethod()
357 CJS_Object* pJSObj = in JSSpecialPropQuery() local
359 Alt* pObj = reinterpret_cast<Alt*>(pJSObj->GetEmbedObject()); in JSSpecialPropQuery()
374 CJS_Object* pJSObj = in JSSpecialPropGet() local
376 Alt* pObj = reinterpret_cast<Alt*>(pJSObj->GetEmbedObject()); in JSSpecialPropGet()
401 CJS_Object* pJSObj = in JSSpecialPropPut() local
403 Alt* pObj = reinterpret_cast<Alt*>(pJSObj->GetEmbedObject()); in JSSpecialPropPut()
424 CJS_Object* pJSObj = in JSSpecialPropDel() local
426 Alt* pObj = reinterpret_cast<Alt*>(pJSObj->GetEmbedObject()); in JSSpecialPropDel()