Searched refs:hJSObjValue (Results 1 – 1 of 1) sorted by relevance
/external/pdfium/xfa/fxfa/fm2js/ |
D | xfa_fm2jscontext.cpp | 5430 auto hJSObjValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in dot_accessor() local 5436 argAccessor->GetObjectPropertyByIdx(i, hJSObjValue.get()); in dot_accessor() 5439 if (ResolveObjects(pThis, hJSObjValue.get(), szSomExp.AsStringC(), in dot_accessor() 5441 ParseResolveResult(pThis, resoveNodeRS, hJSObjValue.get(), in dot_accessor() 5553 auto hJSObjValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in dotdot_accessor() local 5556 argAccessor->GetObjectPropertyByIdx(i, hJSObjValue.get()); in dotdot_accessor() 5558 if (ResolveObjects(pThis, hJSObjValue.get(), szSomExp.AsStringC(), in dotdot_accessor() 5560 ParseResolveResult(pThis, resoveNodeRS, hJSObjValue.get(), in dotdot_accessor()
|