Searched refs:pJSObj (Results 1 – 4 of 4) sorted by relevance
51 CJS_Object* pJSObj = data.GetParameter(); in FreeObject() local52 pJSObj->ExitInstance(); in FreeObject()53 delete pJSObj; in FreeObject()58 CJS_Object* pJSObj = data.GetParameter(); in DisposeObject() local59 pJSObj->Dispose(); in DisposeObject()
86 CJS_Object* pJSObj = (CJS_Object*)FXJS_GetPrivate(isolate, info.Holder()); in JSPropGetter() local87 C* pObj = reinterpret_cast<C*>(pJSObj->GetEmbedObject()); in JSPropGetter()112 CJS_Object* pJSObj = (CJS_Object*)FXJS_GetPrivate(isolate, info.Holder()); in JSPropSetter() local113 C* pObj = reinterpret_cast<C*>(pJSObj->GetEmbedObject()); in JSPropSetter()156 CJS_Object* pJSObj = (CJS_Object*)FXJS_GetPrivate(isolate, info.Holder()); in JSMethod() local157 C* pObj = reinterpret_cast<C*>(pJSObj->GetEmbedObject()); in JSMethod()357 CJS_Object* pJSObj = in JSSpecialPropQuery() local359 Alt* pObj = reinterpret_cast<Alt*>(pJSObj->GetEmbedObject()); in JSSpecialPropQuery()374 CJS_Object* pJSObj = in JSSpecialPropGet() local376 Alt* pObj = reinterpret_cast<Alt*>(pJSObj->GetEmbedObject()); in JSSpecialPropGet()[all …]
496 if (CJS_Object* pJSObj = params[0].ToCJSObject()) { in clearTimeOut() local497 if (TimerObj* pTimerObj = (TimerObj*)pJSObj->GetEmbedObject()) { in clearTimeOut()532 if (CJS_Object* pJSObj = params[0].ToCJSObject()) { in clearInterval() local533 if (TimerObj* pTimerObj = (TimerObj*)pJSObj->GetEmbedObject()) { in clearInterval()
425 if (CJS_Object* pJSObj = params[8].ToCJSObject()) { in print() local427 (PrintParamsObj*)pJSObj->GetEmbedObject()) { in print()