Searched refs:temp_local (Results 1 – 1 of 1) sorted by relevance
382 v8::Local<v8::Value> temp_local; in NormalPropertyGetter() local383 if (!pCJSRuntime->GetValueByNameFromGlobalObject(szPropName, &temp_local)) in NormalPropertyGetter()386 if (temp_local.IsEmpty()) in NormalPropertyGetter()389 pReturnValue->ForceSetValue(temp_local); in NormalPropertyGetter()