Home
last modified time | relevance | path

Searched refs:intl (Results 1 - 2 of 2) sorted by relevance

/foundation/arkui/napi/test/unittest/
H A Dtest_ark_api_allowlist.cpp201 formChecker->CheckModuleLoadable("intl", apiAllowListFilter); in HWTEST_F()
219 napi_value intl; in HWTEST_F() local
220 napi_create_object(env, &intl); in HWTEST_F()
221 napi_define_properties(env, intl, sizeof(intlProperties) / sizeof(napi_property_descriptor), intlProperties); in HWTEST_F()
222 Local<ObjectRef> intlObj = LocalValueFromJsValue(intl); in HWTEST_F()
227 std::string apiPath = "intl"; in HWTEST_F()
/foundation/arkui/napi/jsvm/
H A Dbuild_jsvm_inter.sh38 --without-intl

Completed in 2 milliseconds