Searched refs:pCJSRuntime (Results 1 – 1 of 1) sorted by relevance
284 auto* pCJSRuntime = static_cast<CJS_Runtime*>(hDoc->GetIJSRuntime()); in GlobalPropertySetter() local285 if (!pCJSRuntime) in GlobalPropertySetter()288 IJS_Runtime::ScopedEventContext pContext(pCJSRuntime); in GlobalPropertySetter()289 pCJSRuntime->SetValueByNameInGlobalObject(szPropName, pValue); in GlobalPropertySetter()350 auto* pCJSRuntime = static_cast<CJS_Runtime*>(hDoc->GetIJSRuntime()); in GlobalPropertyGetter() local351 if (!pCJSRuntime) in GlobalPropertyGetter()354 IJS_Runtime::ScopedEventContext pContext(pCJSRuntime); in GlobalPropertyGetter()356 pCJSRuntime->GetValueByNameFromGlobalObject(szPropName); in GlobalPropertyGetter()441 auto* pCJSRuntime = static_cast<CJS_Runtime*>(hDoc->GetIJSRuntime()); in NormalPropertyGetter() local442 if (!pCJSRuntime) in NormalPropertyGetter()[all …]