Home
last modified time | relevance | path

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

/foundation/arkui/napi/test/unittest/
H A Dtest_sendable_napi.cpp307 ASSERT_CHECK_CALL(napi_get_prototype(env, sendableInstance, &prototype)); in HWTEST_F()
H A Dtest_napi.cpp1313 napi_get_prototype(env, customClass, &customClassPrototype); in HWTEST_F()
8508 * @tc.desc: Test interface of napi_get_prototype
8516 auto res = napi_get_prototype(env, nullptr, nullptr); in HWTEST_F()
8522 * @tc.desc: Test interface of napi_get_prototype
8533 auto res = napi_get_prototype(env, boolean, &result); in HWTEST_F()
/foundation/arkui/napi/native_engine/
H A Dnative_api.cpp831 NAPI_EXTERN napi_status napi_get_prototype(napi_env env, napi_value object, napi_value* result) in napi_get_prototype() function

Completed in 26 milliseconds