Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine_lite/interfaces/inner_api/builtin/jsi/
H A Djsi.h544 static JSIValue GetObjectKeys(JSIValue object);
/ohos5.0/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::ReleaseVal… in GetNameValue()
/ohos5.0/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
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/native_engine/jsi/test/unittest/common/
H A Djsi_interface_tdd_test.cpp783 JSIValue keys = JSI::GetObjectKeys(object); in JSIInterfaceTest021()