Searched refs:lpPropValue (Results 1 – 2 of 2) sorted by relevance
60 CFXJSE_Value* lpPropValue);62 CFXJSE_Value* lpPropValue);63 bool GetObjectPropertyByIdx(uint32_t uPropIdx, CFXJSE_Value* lpPropValue);64 bool SetObjectProperty(uint32_t uPropIdx, CFXJSE_Value* lpPropValue);69 CFXJSE_Value* lpPropValue);
119 CFXJSE_Value* lpPropValue) { in SetObjectProperty() argument120 ASSERT(lpPropValue); in SetObjectProperty()128 v8::Local<v8::Value>::New(m_pIsolate, lpPropValue->DirectGetValue()); in SetObjectProperty()137 CFXJSE_Value* lpPropValue) { in GetObjectProperty() argument138 ASSERT(lpPropValue); in GetObjectProperty()149 lpPropValue->ForceSetValue(hPropValue); in GetObjectProperty()154 CFXJSE_Value* lpPropValue) { in SetObjectProperty() argument162 v8::Local<v8::Value>::New(m_pIsolate, lpPropValue->DirectGetValue()); in SetObjectProperty()167 CFXJSE_Value* lpPropValue) { in GetObjectPropertyByIdx() argument175 lpPropValue->ForceSetValue(hPropValue); in GetObjectPropertyByIdx()[all …]