Searched refs:DirectGetValue (Results 1 – 6 of 6) sorted by relevance
/external/pdfium/xfa/src/fxjse/src/ |
D | class.cpp | 71 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()
|
D | value.cpp | 342 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()
|
D | dynprop.cpp | 28 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()
|
D | context.cpp | 115 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()
|
D | value.h | 215 V8_INLINE const v8::Global<v8::Value>& DirectGetValue() const { in DirectGetValue() function
|
/external/pdfium/fpdfsdk/src/javascript/ |
D | JS_Runtime.cpp | 319 GetIsolate(), ((CFXJSE_Value*)hValue)->DirectGetValue());
|