Searched refs:pRuntimeContext (Results 1 – 1 of 1) sorted by relevance
256 IFXJS_Context* pRuntimeContext = pRuntime->GetCurrentContext(); in JSSpecialPropGet() local264 if (!pObj->DoProperty(pRuntimeContext, propname.c_str(), value, sError)) { in JSSpecialPropGet()281 IFXJS_Context* pRuntimeContext = pRuntime->GetCurrentContext(); in JSSpecialPropPut() local289 if (!pObj->DoProperty(pRuntimeContext, propname.c_str(), PropValue, sError)) { in JSSpecialPropPut()303 IFXJS_Context* pRuntimeContext = pRuntime->GetCurrentContext(); in JSSpecialPropDel() local309 if (!pObj->DelProperty(pRuntimeContext, propname.c_str(), sError)) { in JSSpecialPropDel()