Home
last modified time | relevance | path

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

/foundation/arkui/napi/test/unittest/
H A Dtest_napi.cpp656 napi_value funcAttribute = nullptr; in HWTEST_F() local
657 napi_create_function(env, "testFunc", NAPI_AUTO_LENGTH, func, nullptr, &funcAttribute); in HWTEST_F()
662 napi_status status = napi_set_property(env, result, funcKey, funcAttribute); in HWTEST_F()

Completed in 17 milliseconds