Home
last modified time | relevance | path

Searched refs:SetPropertyByIndex (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine_lite/interfaces/inner_api/builtin/jsi/
H A Djsi.h470 static bool SetPropertyByIndex(JSIValue object, uint32_t index, JSIValue value);
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/native_engine/jsi/test/unittest/common/
H A Djsi_interface_tdd_test.cpp589 JSI::SetPropertyByIndex(array, 0, numValue); in JSIInterfaceTest017()
590 JSI::SetPropertyByIndex(array, 1, strValue); in JSIInterfaceTest017()
/ohos5.0/commonlibrary/utils_lite/js/builtin/filekit/src/
H A Dnativeapi_fs.cpp196 JSI::SetPropertyByIndex(arrayValue, i, tmp); in GetFileListInner()
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/native_engine/jsi/
H A Djsi.cpp614 bool JSI::SetPropertyByIndex(JSIValue object, uint32_t index, JSIValue value) in SetPropertyByIndex() function in OHOS::ACELite::JSI