Searched refs:isInstanceOf (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/arkui/napi/test/unittest/ |
H A D | test_sendable_napi.cpp | 301 bool isInstanceOf = false; variable 302 ASSERT_CHECK_CALL(napi_instanceof(env, sendableInstance, sendableClass, &isInstanceOf)); 303 ASSERT_TRUE(isInstanceOf); 355 bool isInstanceOf = false; variable 356 ASSERT_CHECK_CALL(napi_instanceof(env, sendableInstance, sendableClass, &isInstanceOf)); 357 ASSERT_TRUE(isInstanceOf); 408 bool isInstanceOf = false; variable 410 ASSERT_CHECK_CALL(napi_instanceof(env, sendableInstance, sendableClass, &isInstanceOf)); 412 ASSERT_TRUE(isInstanceOf);
|
H A D | test_napi.cpp | 1308 bool isInstanceOf = false; variable 1309 ASSERT_CHECK_CALL(napi_instanceof(env, customInstance, customClass, &isInstanceOf)); 1310 ASSERT_TRUE(isInstanceOf);
|