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