Searched refs:uPropIdx (Results 1 – 2 of 2) sorted by relevance
63 bool GetObjectPropertyByIdx(uint32_t uPropIdx, CFXJSE_Value* lpPropValue);64 bool SetObjectProperty(uint32_t uPropIdx, CFXJSE_Value* lpPropValue);
153 bool CFXJSE_Value::SetObjectProperty(uint32_t uPropIdx, in SetObjectProperty() argument163 return (bool)hObject.As<v8::Object>()->Set(uPropIdx, hPropValue); in SetObjectProperty()166 bool CFXJSE_Value::GetObjectPropertyByIdx(uint32_t uPropIdx, in GetObjectPropertyByIdx() argument174 v8::Local<v8::Value> hPropValue = hObject.As<v8::Object>()->Get(uPropIdx); in GetObjectPropertyByIdx()