Home
last modified time | relevance | path

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

/external/pdfium/xfa/include/fxjse/
Dfxjse.h103 FX_BOOL FXJSE_Value_IsUndefined(FXJSE_HVALUE hValue);
/external/pdfium/xfa/src/fxjse/src/
Dvalue.cpp13 FX_BOOL FXJSE_Value_IsUndefined(FXJSE_HVALUE hValue) { in FXJSE_Value_IsUndefined() function
/external/pdfium/xfa/src/fxfa/src/parser/
Dxfa_script_imp.cpp163 if (FXJSE_Value_IsUndefined(hValue)) { in GlobalPropertySetter()
Dxfa_object_imp.cpp1666 if (!(FXJSE_Value_IsNull(hValue) || FXJSE_Value_IsUndefined(hValue))) { in Script_Som_DefaultValue()
1735 if (!(FXJSE_Value_IsNull(hValue) || FXJSE_Value_IsUndefined(hValue))) { in Script_Boolean_Value()
1986 if (!(FXJSE_Value_IsNull(hValue) || FXJSE_Value_IsUndefined(hValue))) { in Script_Field_DefaultValue()
/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_ffwidgetacc.cpp676 if (!FXJSE_Value_IsUndefined(hRetValue)) { in ExecuteScript()
/external/pdfium/xfa/src/fxfa/src/fm2js/
Dxfa_fm2jscontext.cpp7003 } else if (FXJSE_Value_IsUndefined(arg)) { in HValueToFloat()
7042 } else if (FXJSE_Value_IsUndefined(arg)) { in HValueToDouble()
7051 if (FXJSE_Value_IsNull(arg) || FXJSE_Value_IsUndefined(arg)) { in HValueToUTF8String()