Home
last modified time | relevance | path

Searched refs:temp_local (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/fxjs/xfa/
Dcfxjse_engine.cpp382 v8::Local<v8::Value> temp_local; in NormalPropertyGetter() local
383 if (!pCJSRuntime->GetValueByNameFromGlobalObject(szPropName, &temp_local)) in NormalPropertyGetter()
386 if (temp_local.IsEmpty()) in NormalPropertyGetter()
389 pReturnValue->ForceSetValue(temp_local); in NormalPropertyGetter()