Home
last modified time | relevance | path

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

/commonlibrary/ets_utils/js_concurrent_module/test/
H A Dtest_concurrent.cpp520 napi_value testClass = nullptr; in HWTEST_F() local
528 }, nullptr, 0, nullptr, &testClass); in HWTEST_F()
531 ASSERT_CHECK_CALL(napi_new_instance(env, testClass, 0, nullptr, &testInstance)); in HWTEST_F()
532 napi_set_named_property(env, testInstance, "constructor", testClass); in HWTEST_F()

Completed in 3 milliseconds