Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fxjse/src/
Dclass.cpp71 if (!lpRetValue->DirectGetValue().IsEmpty()) { in FXJSE_V8FunctionCallback_Wrapper()
72 info.GetReturnValue().Set(lpRetValue->DirectGetValue()); in FXJSE_V8FunctionCallback_Wrapper()
94 if (!lpRetValue->DirectGetValue().IsEmpty()) { in FXJSE_V8ClassGlobalConstructorCallback_Wrapper()
95 info.GetReturnValue().Set(lpRetValue->DirectGetValue()); in FXJSE_V8ClassGlobalConstructorCallback_Wrapper()
117 info.GetReturnValue().Set(lpPropValue->DirectGetValue()); in FXJSE_V8GetterCallback_Wrapper()
Dvalue.cpp342 m_pIsolate, rgValues[i]->DirectGetValue())); in SetArray()
362 v8::Local<v8::Value>::New(m_pIsolate, lpPropValue->DirectGetValue()); in SetObjectProperty()
393 v8::Local<v8::Value>::New(m_pIsolate, lpPropValue->DirectGetValue()); in SetObjectProperty()
455 v8::Local<v8::Value>::New(m_pIsolate, lpOldFunction->DirectGetValue()); in SetFunctionBind()
461 v8::Local<v8::Value>::New(m_pIsolate, lpNewThis->DirectGetValue()); in SetFunctionBind()
487 v8::Local<v8::Value>::New(m_pIsolate, DirectGetValue()); in Call()
508 v8::Local<v8::Value>::New(m_pIsolate, lpArg->DirectGetValue()); in Call()
522 v8::Local<v8::Value>::New(m_pIsolate, lpReceiver->DirectGetValue()); in Call()
Ddynprop.cpp28 if (!lpRetValue->DirectGetValue().IsEmpty()) { in FXJSE_DynPropGetterAdapter_MethodCallback()
29 info.GetReturnValue().Set(lpRetValue->DirectGetValue()); in FXJSE_DynPropGetterAdapter_MethodCallback()
129 info.GetReturnValue().Set(lpNewValue->DirectGetValue()); in FXJSE_V8ProxyCallback_getOwnPropertyDescriptor_getter()
339 info.GetReturnValue().Set(lpNewValue->DirectGetValue()); in FXJSE_V8_GenericNamedPropertyGetterCallback()
Dcontext.cpp115 v8::Local<v8::Value>::New(pIsolate, lpValue->DirectGetValue()); in FXJSE_ReturnValue_GetMessage()
137 v8::Local<v8::Value>::New(pIsolate, lpValue->DirectGetValue()); in FXJSE_ReturnValue_GetLineInfo()
Dvalue.h215 V8_INLINE const v8::Global<v8::Value>& DirectGetValue() const { in DirectGetValue() function
/external/pdfium/fpdfsdk/src/javascript/
DJS_Runtime.cpp319 GetIsolate(), ((CFXJSE_Value*)hValue)->DirectGetValue());