Searched refs:pCJSRuntime (Results 1 – 1 of 1) sorted by relevance
210 auto* pCJSRuntime = in GlobalPropertySetter() local212 if (!pCJSRuntime) in GlobalPropertySetter()216 IJS_Runtime::ScopedEventContext pContext(pCJSRuntime); in GlobalPropertySetter()217 pCJSRuntime->SetValueByNameInGlobalObject( in GlobalPropertySetter()279 auto* pCJSRuntime = in GlobalPropertyGetter() local281 if (!pCJSRuntime) in GlobalPropertyGetter()285 IJS_Runtime::ScopedEventContext pContext(pCJSRuntime); in GlobalPropertyGetter()287 if (!pCJSRuntime->GetValueByNameFromGlobalObject(szPropName, &temp_value)) in GlobalPropertyGetter()375 auto* pCJSRuntime = in NormalPropertyGetter() local377 if (!pCJSRuntime) in NormalPropertyGetter()[all …]