HomeSort by relevance Sort by last modified time
    Searched refs:GetJSValue (Results 1 - 9 of 9) sorted by null

  /external/pdfium/fpdfsdk/javascript/
global.cpp 84 switch (vp.GetJSValue()->GetType()) {
123 vp.GetJSValue()->SetNull(pRuntime);
128 vp.GetJSValue()->SetNull(pRuntime);
148 vp.GetJSValue()->SetNull(pRuntime);
JS_Value.h 93 CJS_Value* GetJSValue() { return &m_Value; }
event.cpp 56 if (vp.GetJSValue()->GetType() == CJS_Value::VT_string)
JS_Define.h 59 info.GetReturnValue().Set(value.GetJSValue()->ToV8Value(pRuntime));
358 info.GetReturnValue().Set(value.GetJSValue()->ToV8Value(pRuntime));
color.cpp 215 if (!vp.GetJSValue()->ConvertToArray(pRuntime, array))
Field.cpp 1016 if (vp.GetJSValue()->GetType() == CJS_Value::VT_number) {
1020 } else if (vp.GetJSValue()->IsArrayObject()) {
    [all...]
Document.cpp 206 vp.GetJSValue()->SetNull(pRuntime);
    [all...]
app.cpp 226 vp.GetJSValue()->SetNull(pRuntime);
PublicMethods.cpp 877 vProp.GetJSValue()->ConvertToArray(pRuntime, aProp);
    [all...]

Completed in 116 milliseconds