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 D | jsi.h | 470 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 D | jsi_interface_tdd_test.cpp | 589 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 D | nativeapi_fs.cpp | 196 JSI::SetPropertyByIndex(arrayValue, i, tmp); in GetFileListInner()
|
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/native_engine/jsi/ |
H A D | jsi.cpp | 614 bool JSI::SetPropertyByIndex(JSIValue object, uint32_t index, JSIValue value) in SetPropertyByIndex() function in OHOS::ACELite::JSI
|