Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/napi/test/unittest/
H A Dtest_napi.cpp1301 napi_value customClassPrototype = nullptr; variable
1302 napi_get_prototype(env, customClass, &customClassPrototype);
1303 ASSERT_CHECK_VALUE_TYPE(env, customClassPrototype, napi_function);