Home
last modified time | relevance | path

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

/external/pdfium/fxjs/xfa/
Dcjx_tree.cpp64 return CJS_Return(value->DirectGetValue().Get(runtime->GetIsolate())); in resolveNode()
78 return CJS_Return(pValue->DirectGetValue().Get(runtime->GetIsolate())); in resolveNode()
101 return CJS_Return(pValue->DirectGetValue().Get(runtime->GetIsolate())); in resolveNodes()
Dcjx_treelist.cpp47 return CJS_Return(value->DirectGetValue().Get(runtime->GetIsolate())); in namedItem()
Dcjx_instancemanager.cpp250 return CJS_Return(value->DirectGetValue().Get(runtime->GetIsolate())); in addInstance()
294 return CJS_Return(value->DirectGetValue().Get(runtime->GetIsolate())); in insertInstance()
Dcjx_model.cpp69 return CJS_Return(value->DirectGetValue().Get(runtime->GetIsolate())); in createNode()
Dcjx_form.cpp52 return CJS_Return(value->DirectGetValue().Get(runtime->GetIsolate())); in formNodes()
Dcjx_node.cpp143 return CJS_Return(value->DirectGetValue().Get(runtime->GetIsolate())); in clone()
175 return CJS_Return(value->DirectGetValue().Get(runtime->GetIsolate())); in getElement()
Dcjx_exclgroup.cpp107 return CJS_Return(value->DirectGetValue().Get(runtime->GetIsolate())); in selectedMember()
Dcjx_hostpseudomodel.cpp484 return CJS_Return(value->DirectGetValue().Get(runtime->GetIsolate())); in getFocus()
/external/pdfium/fxjs/
Dcfxjse_value.cpp101 m_pIsolate, v.get()->DirectGetValue())); in SetArray()
128 v8::Local<v8::Value>::New(m_pIsolate, lpPropValue->DirectGetValue()); in SetObjectProperty()
162 v8::Local<v8::Value>::New(m_pIsolate, lpPropValue->DirectGetValue()); in SetObjectProperty()
238 v8::Local<v8::Value>::New(m_pIsolate, lpOldFunction->DirectGetValue()); in SetFunctionBind()
244 v8::Local<v8::Value>::New(m_pIsolate, lpNewThis->DirectGetValue()); in SetFunctionBind()
Dcfxjse_class.cpp35 if (!lpRetValue->DirectGetValue().IsEmpty()) in V8FunctionCallback_Wrapper()
36 info.GetReturnValue().Set(lpRetValue->DirectGetValue()); in V8FunctionCallback_Wrapper()
196 info.GetReturnValue().Set(lpNewValue->DirectGetValue()); in NamedPropertyGetterCallback()
Dcfxjse_value.h73 const v8::Global<v8::Value>& DirectGetValue() const { return m_hValue; } in DirectGetValue() function
Dcjs_runtime.cpp260 v8::Local<v8::Value>::New(GetIsolate(), pValue->DirectGetValue()); in SetValueByName()