Home
last modified time | relevance | path

Searched refs:SetPropertyByIndex (Results 1 - 3 of 3) sorted by relevance

/foundation/arkui/ace_engine_lite/interfaces/inner_api/builtin/jsi/
H A Djsi.h470 static bool SetPropertyByIndex(JSIValue object, uint32_t index, JSIValue value);
/foundation/arkui/ace_engine_lite/frameworks/native_engine/jsi/test/unittest/common/
H A Djsi_interface_tdd_test.cpp582 * @tc.steps: step1. call JSI SetPropertyByIndex in JSIInterfaceTest017()
589 JSI::SetPropertyByIndex(array, 0, numValue); in JSIInterfaceTest017()
590 JSI::SetPropertyByIndex(array, 1, strValue); in JSIInterfaceTest017()
/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
628 HILOG_ERROR(HILOG_MODULE_ACE, "JSI:SetPropertyByIndex has not been implemented in this js engine!"); in SetPropertyByIndex()

Completed in 6 milliseconds