Searched refs:m_hValue (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/fxjs/xfa/ |
D | cfxjse_value.cpp | 77 v8::Local<v8::Value>::New(GetIsolate(), m_hValue); in ToHostObject() 95 m_hValue.Reset(GetIsolate(), hObject); in SetHostObject() 100 FXJSE_ClearObjectBinding(m_hValue.Get(GetIsolate()).As<v8::Object>()); in ClearHostObject() 102 m_hValue.Reset(GetIsolate(), hValue); in ClearHostObject() 121 m_hValue.Reset(GetIsolate(), hArrayObject); in SetArray() 127 m_hValue.Reset(GetIsolate(), pValue); in SetFloat() 138 v8::Local<v8::Value>::New(GetIsolate(), m_hValue); in SetObjectProperty() 159 v8::Local<v8::Value>::New(GetIsolate(), m_hValue); in GetObjectProperty() 180 v8::Local<v8::Value>::New(GetIsolate(), m_hValue); in GetObjectPropertyByIdx() 195 v8::Local<v8::Value>::New(GetIsolate(), m_hValue); in DeleteObjectProperty() [all …]
|
D | cfxjse_value.h | 69 const v8::Global<v8::Value>& DirectGetValue() const { return m_hValue; } in DirectGetValue() 71 m_hValue.Reset(GetIsolate(), hValue); in ForceSetValue() 76 m_hValue.Reset(GetIsolate(), lpValue->m_hValue); in Assign() 78 m_hValue.Reset(); in Assign() 88 v8::Global<v8::Value> m_hValue; variable
|