Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/fm2js/
Dxfa_fm2jscontext.cpp4648 std::unique_ptr<CFXJSE_Value> identifierValue = in WordNum() local
4650 if (identifierValue->IsNull()) { in WordNum()
4655 static_cast<int32_t>(ValueToFloat(pThis, identifierValue.get())); in WordNum()