Searched refs:DirectGetValue (Results 1 – 12 of 12) sorted by relevance
64 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()
47 return CJS_Return(value->DirectGetValue().Get(runtime->GetIsolate())); in namedItem()
250 return CJS_Return(value->DirectGetValue().Get(runtime->GetIsolate())); in addInstance()294 return CJS_Return(value->DirectGetValue().Get(runtime->GetIsolate())); in insertInstance()
69 return CJS_Return(value->DirectGetValue().Get(runtime->GetIsolate())); in createNode()
52 return CJS_Return(value->DirectGetValue().Get(runtime->GetIsolate())); in formNodes()
143 return CJS_Return(value->DirectGetValue().Get(runtime->GetIsolate())); in clone()175 return CJS_Return(value->DirectGetValue().Get(runtime->GetIsolate())); in getElement()
107 return CJS_Return(value->DirectGetValue().Get(runtime->GetIsolate())); in selectedMember()
484 return CJS_Return(value->DirectGetValue().Get(runtime->GetIsolate())); in getFocus()
101 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()
35 if (!lpRetValue->DirectGetValue().IsEmpty()) in V8FunctionCallback_Wrapper()36 info.GetReturnValue().Set(lpRetValue->DirectGetValue()); in V8FunctionCallback_Wrapper()196 info.GetReturnValue().Set(lpNewValue->DirectGetValue()); in NamedPropertyGetterCallback()
73 const v8::Global<v8::Value>& DirectGetValue() const { return m_hValue; } in DirectGetValue() function
260 v8::Local<v8::Value>::New(GetIsolate(), pValue->DirectGetValue()); in SetValueByName()