Home
last modified time | relevance | path

Searched refs:GetPropertyByIndex (Results 1 - 6 of 6) sorted by relevance

/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/
H A Ddfx_module.cpp192 JSIValue point = JSI::GetPropertyByIndex(args[0], arrIndex); in DumpDomTree()
199 JSIValue point_x = JSI::GetPropertyByIndex(point, 0); in DumpDomTree()
200 JSIValue point_y = JSI::GetPropertyByIndex(point, 1); in DumpDomTree()
201 JSIValue state = JSI::GetPropertyByIndex(point, index); in DumpDomTree()
/foundation/arkui/ace_engine_lite/frameworks/src/core/dialog/
H A Djs_dialog.cpp129 JSIValue buttonObject = JSI::GetPropertyByIndex(buttonArrayObject, index); in ParseButton()
/foundation/arkui/ace_engine_lite/interfaces/inner_api/builtin/jsi/
H A Djsi.h535 static JSIValue GetPropertyByIndex(JSIValue object, uint32_t index);
/foundation/arkui/ace_engine_lite/frameworks/native_engine/jsi/test/unittest/common/
H A Djsi_interface_tdd_test.cpp593 * @tc.steps: step2. call JSI GetPropertyByIndex in JSIInterfaceTest017()
595 JSIValue numValueGet = JSI::GetPropertyByIndex(array, 0); in JSIInterfaceTest017()
596 JSIValue strValueGet = JSI::GetPropertyByIndex(array, 1); in JSIInterfaceTest017()
784 JSIValue keyValue1 = JSI::GetPropertyByIndex(keys, 0); in JSIInterfaceTest021()
785 JSIValue keyValue2 = JSI::GetPropertyByIndex(keys, 1); in JSIInterfaceTest021()
/foundation/communication/netstack/frameworks/js/builtin/fetch/src/
H A Dfetch_module.cpp105 std::unique_ptr<JSIVal, decltype(&JSI::ReleaseValue)> key(JSI::GetPropertyByIndex(keys.get(), index), in GetNameValue()
/foundation/arkui/ace_engine_lite/frameworks/native_engine/jsi/
H A Djsi.cpp773 JSIValue JSI::GetPropertyByIndex(JSIValue object, uint32_t index) in GetPropertyByIndex() function in OHOS::ACELite::JSI
779 HILOG_ERROR(HILOG_MODULE_ACE, "JSI:GetPropertyByIndex has not been implemented in this js engine!"); in GetPropertyByIndex()

Completed in 7 milliseconds