Lines Matching refs:lpPropValue
119 CFXJSE_Value* lpPropValue) { in SetObjectProperty() argument
120 ASSERT(lpPropValue); in SetObjectProperty()
128 v8::Local<v8::Value>::New(m_pIsolate, lpPropValue->DirectGetValue()); in SetObjectProperty()
137 CFXJSE_Value* lpPropValue) { in GetObjectProperty() argument
138 ASSERT(lpPropValue); in GetObjectProperty()
149 lpPropValue->ForceSetValue(hPropValue); in GetObjectProperty()
154 CFXJSE_Value* lpPropValue) { in SetObjectProperty() argument
162 v8::Local<v8::Value>::New(m_pIsolate, lpPropValue->DirectGetValue()); in SetObjectProperty()
167 CFXJSE_Value* lpPropValue) { in GetObjectPropertyByIdx() argument
175 lpPropValue->ForceSetValue(hPropValue); in GetObjectPropertyByIdx()
211 CFXJSE_Value* lpPropValue) { in SetObjectOwnProperty() argument
212 ASSERT(lpPropValue); in SetObjectOwnProperty()
220 v8::Local<v8::Value>::New(m_pIsolate, lpPropValue->m_hValue); in SetObjectOwnProperty()