Home
last modified time | relevance | path

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

/foundation/arkui/napi/test/unittest/
H A Dtest_ark_api_allowlist.cpp139 * @tc.desc: Test CopyPropertyApiFilter Functional Logic.
175 ArkNativeEngine::CopyPropertyApiFilter(apiAllowListFilter, vm, i18nObj, exportCopy, apiPath); in HWTEST_F()
191 * @tc.desc: Test CopyPropertyApiFilter Functional Logic.
229 ArkNativeEngine::CopyPropertyApiFilter(apiAllowListFilter, vm, intlObj, exportCopy, apiPath); in HWTEST_F()
/foundation/arkui/napi/native_engine/impl/ark/
H A Dark_native_engine.h368 static void CopyPropertyApiFilter(const std::unique_ptr<ApiAllowListChecker>& apiAllowListChecker,
H A Dark_native_engine.cpp311 CopyPropertyApiFilter(apiAllowListChecker, context.ecmaVm, context.exportObj, exportCopy, apiPath); in CheckArkApiAllowList()
318 void ArkNativeEngine::CopyPropertyApiFilter(const std::unique_ptr<ApiAllowListChecker>& apiAllowListChecker, in CopyPropertyApiFilter() function in ArkNativeEngine
331 CopyPropertyApiFilter(apiAllowListChecker, ecmaVm, value, subObject, curPath); in CopyPropertyApiFilter()

Completed in 8 milliseconds