Searched refs:DirectGetValue (Results 1 – 4 of 4) sorted by relevance
31 if (!lpRetValue->DirectGetValue().IsEmpty()) in V8FunctionCallback_Wrapper()32 info.GetReturnValue().Set(lpRetValue->DirectGetValue()); in V8FunctionCallback_Wrapper()50 if (!lpRetValue->DirectGetValue().IsEmpty()) in V8ClassGlobalConstructorCallback_Wrapper()51 info.GetReturnValue().Set(lpRetValue->DirectGetValue()); in V8ClassGlobalConstructorCallback_Wrapper()69 info.GetReturnValue().Set(lpPropValue->DirectGetValue()); in V8GetterCallback_Wrapper()144 if (!lpRetValue->DirectGetValue().IsEmpty()) in DynPropGetterAdapter_MethodCallback()145 info.GetReturnValue().Set(lpRetValue->DirectGetValue()); in DynPropGetterAdapter_MethodCallback()278 info.GetReturnValue().Set(lpNewValue->DirectGetValue()); in NamedPropertyGetterCallback()
112 m_pIsolate, v.get()->DirectGetValue())); in SetArray()139 v8::Local<v8::Value>::New(m_pIsolate, lpPropValue->DirectGetValue()); in SetObjectProperty()173 v8::Local<v8::Value>::New(m_pIsolate, lpPropValue->DirectGetValue()); in SetObjectProperty()249 v8::Local<v8::Value>::New(m_pIsolate, lpOldFunction->DirectGetValue()); in SetFunctionBind()255 v8::Local<v8::Value>::New(m_pIsolate, lpNewThis->DirectGetValue()); in SetFunctionBind()282 v8::Local<v8::Value>::New(m_pIsolate, DirectGetValue()); in Call()304 v8::Local<v8::Value>::New(m_pIsolate, lpArg->DirectGetValue()); in Call()322 v8::Local<v8::Value>::New(m_pIsolate, lpReceiver->DirectGetValue()); in Call()
79 const v8::Global<v8::Value>& DirectGetValue() const { return m_hValue; } in DirectGetValue() function
256 v8::Local<v8::Value>::New(GetIsolate(), pValue->DirectGetValue()); in SetValueByName()