Searched refs:pJSObj (Results 1 – 4 of 4) sorted by relevance
72 CJS_Object* pJSObj = in JSPropGetter() local74 if (!pJSObj) in JSPropGetter()77 C* pObj = reinterpret_cast<C*>(pJSObj->GetEmbedObject()); in JSPropGetter()100 CJS_Object* pJSObj = in JSPropSetter() local102 if (!pJSObj) in JSPropSetter()105 C* pObj = reinterpret_cast<C*>(pJSObj->GetEmbedObject()); in JSPropSetter()124 CJS_Object* pJSObj = in JSMethod() local126 if (!pJSObj) in JSMethod()133 C* pObj = reinterpret_cast<C*>(pJSObj->GetEmbedObject()); in JSMethod()
40 CJS_Object* pJSObj = in JSSpecialPropQuery() local42 if (!pJSObj) in JSSpecialPropQuery()45 Alt* pObj = reinterpret_cast<Alt*>(pJSObj->GetEmbedObject()); in JSSpecialPropQuery()60 CJS_Object* pJSObj = in JSSpecialPropGet() local62 if (!pJSObj) in JSSpecialPropGet()65 Alt* pObj = reinterpret_cast<Alt*>(pJSObj->GetEmbedObject()); in JSSpecialPropGet()88 CJS_Object* pJSObj = in JSSpecialPropPut() local90 if (!pJSObj) in JSSpecialPropPut()93 Alt* pObj = reinterpret_cast<Alt*>(pJSObj->GetEmbedObject()); in JSSpecialPropPut()111 CJS_Object* pJSObj = in JSSpecialPropDel() local[all …]
379 CJS_Object* pJSObj = in ClearTimerCommon() local381 if (!pJSObj) in ClearTimerCommon()384 TimerObj* pTimerObj = static_cast<TimerObj*>(pJSObj->GetEmbedObject()); in ClearTimerCommon()
365 CJS_Object* pJSObj = in print() local367 if (pJSObj) { in print()369 static_cast<PrintParamsObj*>(pJSObj->GetEmbedObject())) { in print()