Home
last modified time | relevance | path

Searched refs:GetObjectKeys (Results 1 - 4 of 4) sorted by relevance

/foundation/arkui/ace_engine_lite/interfaces/inner_api/builtin/jsi/
H A Djsi.h544 static JSIValue GetObjectKeys(JSIValue object);
/foundation/communication/netstack/frameworks/js/builtin/fetch/src/
H A Dfetch_module.cpp97 std::unique_ptr<JSIVal, decltype(&JSI::ReleaseValue)> keys(JSI::GetObjectKeys(nv), JSI::ReleaseValue); in GetNameValue()
/foundation/arkui/ace_engine_lite/frameworks/native_engine/jsi/
H A Djsi.cpp784 JSIValue JSI::GetObjectKeys(JSIValue object) in GetObjectKeys() function in OHOS::ACELite::JSI
787 HILOG_ERROR(HILOG_MODULE_ACE, "JSI:GetObjectKeys failed!"); in GetObjectKeys()
794 HILOG_ERROR(HILOG_MODULE_ACE, "JSI:GetObjectKeys has not been implemented in this js engine!"); in GetObjectKeys()
/foundation/arkui/ace_engine_lite/frameworks/native_engine/jsi/test/unittest/common/
H A Djsi_interface_tdd_test.cpp781 * @tc.steps: step2. call JSI GetObjectKeys in JSIInterfaceTest021()
783 JSIValue keys = JSI::GetObjectKeys(object); in JSIInterfaceTest021()
1579 * @tc.desc: Verify JSI interface GetObjectKeys.

Completed in 6 milliseconds