Searched refs:napi_get_prototype (Results 1 - 3 of 3) sorted by relevance
/foundation/arkui/napi/test/unittest/ |
H A D | test_sendable_napi.cpp | 307 ASSERT_CHECK_CALL(napi_get_prototype(env, sendableInstance, &prototype)); in HWTEST_F()
|
H A D | test_napi.cpp | 1313 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 D | native_api.cpp | 831 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