Lines Matching refs:ExpectCheckCall
304 static void ExpectCheckCall(napi_status call)
313 ExpectCheckCall(napi_typeof(env, value, &valueType));
518 ExpectCheckCall(napi_create_string_utf16(env, testStr, testStrLength, &result));
519 ExpectCheckCall(napi_get_value_string_utf16(env, result, buffer, testStrLength + 1, &copied));
663 ExpectCheckCall(napi_create_string_utf16(env, testStr, testStrLength, &result));
664 ExpectCheckCall(napi_get_value_string_utf16(env, result, buffer, testStrLength + 1, &copied));
696 ExpectCheckCall(napi_create_string_utf16(env, testStr, testStrLength, &result));
697 ExpectCheckCall(napi_get_value_string_utf16(env, result, buffer, testStrLength + 1, &copied));
728 ExpectCheckCall(napi_create_string_utf16(env, testStr, testStrLength, &result));
729 ExpectCheckCall(napi_get_value_string_utf16(env, result, buffer, testStrLength + 1, &copied));
760 ExpectCheckCall(napi_create_string_utf16(env, testStr, testStrLength, &result));
761 ExpectCheckCall(napi_get_value_string_utf16(env, result, buffer, testStrLength + 1, &copied));
791 ExpectCheckCall(napi_create_string_utf16(env, testStr, testStrLength, &result));
792 ExpectCheckCall(napi_get_value_string_utf16(env, result, buffer, INT_FIVE + 1, &copied));
822 ExpectCheckCall(napi_create_string_utf16(env, testStr, testStrLength, &result));
823 ExpectCheckCall(napi_get_value_string_utf16(env, result, buffer, buffer_size, &copied));
853 ExpectCheckCall(napi_create_bigint_int64(env, testValue, &result));
882 ExpectCheckCall(napi_create_string_utf16(env, testStr, testStrLength, &result));
883 ExpectCheckCall(napi_get_value_string_utf16(env, result, nullptr, testStrLength, &copied));
910 ExpectCheckCall(napi_create_string_utf16(env, testStr, testStrLength, &result));
938 ExpectCheckCall(napi_create_string_utf16(env, testStr, testStrLength, &result));
994 ExpectCheckCall(napi_create_bigint_int64(env, testValue, &result));
999 ExpectCheckCall(napi_get_value_bigint_int64(env, result, &resultValue, &lossless));
1023 ExpectCheckCall(napi_create_bigint_int64(env, testValue, &result));
1028 ExpectCheckCall(napi_get_value_bigint_int64(env, result, &resultValue, &lossless));
1073 ExpectCheckCall(napi_create_bigint_int64(env, testValue, &result));
1078 ExpectCheckCall(napi_get_value_bigint_int64(env, result, &resultValue, &lossless));
1125 ExpectCheckCall(napi_create_bigint_int64(env, testValue, &result));
1130 ExpectCheckCall(napi_get_value_bigint_int64(env, result, &resultValue, &lossless));
1154 ExpectCheckCall(napi_create_bigint_int64(env, testValue, &result));
1159 ExpectCheckCall(napi_get_value_bigint_int64(env, result, &resultValue, &lossless));
1185 ExpectCheckCall(napi_create_string_utf16(env, testStr, testStrLength, &result));
1213 ExpectCheckCall(napi_create_bigint_int64(env, testValue, &result));
1242 ExpectCheckCall(napi_create_bigint_int64(env, testValue, &result));
1247 ExpectCheckCall(napi_get_value_bigint_int64(env, result, &resultValue, &lossless));
1272 ExpectCheckCall(napi_create_bigint_int64(env, testValue, &result));
1301 ExpectCheckCall(napi_create_bigint_int64(env, testValue, &result));
1329 ExpectCheckCall(napi_create_bigint_uint64(env, testValue, &result));
1334 ExpectCheckCall(napi_get_value_bigint_uint64(env, result, &resultValue, &lossless));
1359 ExpectCheckCall(napi_create_bigint_uint64(env, testValue, &result));
1364 ExpectCheckCall(napi_get_value_bigint_uint64(env, result, &resultValue, &lossless));
1407 ExpectCheckCall(napi_create_bigint_uint64(env, testValue, &result));
1412 ExpectCheckCall(napi_get_value_bigint_uint64(env, result, &resultValue, &lossless));
1458 ExpectCheckCall(napi_create_bigint_uint64(env, testValue, &result));
1463 ExpectCheckCall(napi_get_value_bigint_uint64(env, result, &resultValue, &lossless));
1487 ExpectCheckCall(napi_create_bigint_uint64(env, testValue, &result));
1492 ExpectCheckCall(napi_get_value_bigint_uint64(env, result, &resultValue, &lossless));
1518 ExpectCheckCall(napi_create_string_utf16(env, testStr, testStrLength, &result));
1545 ExpectCheckCall(napi_create_bigint_uint64(env, testValue, &result));
1574 ExpectCheckCall(napi_create_bigint_uint64(env, testValue, &result));
1579 ExpectCheckCall(napi_get_value_bigint_uint64(env, result, &resultValue, &lossless));
1604 ExpectCheckCall(napi_create_bigint_uint64(env, testValue, &result));
1632 ExpectCheckCall(napi_create_bigint_uint64(env, testValue, &result));
1662 ExpectCheckCall(napi_create_bigint_words(env, sign_bit, word_count, words, &result));
1666 ExpectCheckCall(napi_get_value_bigint_words(env, result, &sign, &word_count, wordsOut));
1696 ExpectCheckCall(napi_create_bigint_words(env, sign_bit, word_count, words, &result));
1700 ExpectCheckCall(napi_get_value_bigint_words(env, result, &sign, &word_count, wordsOut));
1781 ExpectCheckCall(napi_create_bigint_words(env, sign_bit, word_count, words, &result));
1785 ExpectCheckCall(napi_get_value_bigint_words(env, result, &sign, &word_count, wordsOut));
1820 ExpectCheckCall(napi_create_bigint_words(env, sign_bit, word_count, words, &result));
1824 ExpectCheckCall(napi_get_value_bigint_words(env, result, &sign, &word_count, wordsOut));
1854 ExpectCheckCall(napi_create_bigint_words(env, sign_bit, word_count, words, &result));
1858 ExpectCheckCall(napi_get_value_bigint_words(env, result, &sign, &word_count, wordsOut));
1888 ExpectCheckCall(napi_create_bigint_words(env, sign_bit, word_count, words, &result));
1892 ExpectCheckCall(napi_get_value_bigint_words(env, result, &sign, &word_count, wordsOut));
1947 ExpectCheckCall(napi_create_bigint_words(env, sign_bit, word_count, words, &result));
1951 ExpectCheckCall(napi_get_value_bigint_words(env, result, &sign, &word_count, wordsOut));
1981 ExpectCheckCall(napi_create_bigint_words(env, sign_bit, word_count, words, &result));
1985 ExpectCheckCall(napi_get_value_bigint_words(env, result, &sign, &word_count, wordsOut));
2015 ExpectCheckCall(napi_create_string_utf16(env, testStr, testStrLength, &result));
2045 ExpectCheckCall(napi_create_bigint_words(env, sign_bit, word_count, words, &result));
2080 ExpectCheckCall(napi_create_bigint_words(env, sign_bit, word_count, words, &result));
2084 ExpectCheckCall(napi_get_value_bigint_words(env, result, &sign, &word_count, wordsOut));
2119 ExpectCheckCall(napi_create_bigint_words(env, sign_bit, word_count, words, &result));
2123 ExpectCheckCall(napi_get_value_bigint_words(env, result, &sign, &word_count, wordsOut));
2153 ExpectCheckCall(napi_create_bigint_words(env, sign_bit, word_count, words, &result));
2157 ExpectCheckCall(napi_get_value_bigint_words(env, result, &sign, &word_count, wordsOut));
2187 ExpectCheckCall(napi_create_bigint_words(env, sign_bit, word_count, words, &result));
2191 ExpectCheckCall(napi_get_value_bigint_words(env, result, &sign, &word_count, wordsOut));
2221 ExpectCheckCall(napi_create_bigint_words(env, sign_bit, word_count, words, &result));
2251 ExpectCheckCall(napi_create_bigint_words(env, sign_bit, word_count, words, &result));
2280 ExpectCheckCall(napi_create_bigint_words(env, sign_bit, word_count, words, &result));
2310 ExpectCheckCall(napi_create_bigint_words(env, sign_bit, word_count, words, &result));
7619 ExpectCheckCall(napi_add_env_cleanup_hook(env, Cleanup, &HOOK_ARG_ONE));
7699 ExpectCheckCall(napi_add_env_cleanup_hook(env, Cleanup, &HOOK_ARG_ONE));
7700 ExpectCheckCall(napi_remove_env_cleanup_hook(env, Cleanup, &HOOK_ARG_ONE));
7701 ExpectCheckCall(napi_add_env_cleanup_hook(env, Cleanup, &HOOK_ARG_ONE));
7721 ExpectCheckCall(napi_add_env_cleanup_hook(env, Cleanup, &HOOK_ARG_ONE));
7722 ExpectCheckCall(napi_add_env_cleanup_hook(env, Cleanup, &HOOK_ARG_TWO));
7742 ExpectCheckCall(napi_add_env_cleanup_hook(env, Cleanup, &HOOK_ARG_ONE));
7743 ExpectCheckCall(napi_add_env_cleanup_hook(env, Cleanup, &HOOK_ARG_ONE));
7762 ExpectCheckCall(napi_add_env_cleanup_hook(env, Cleanup, &HOOK_ARG_ONE));
7763 ExpectCheckCall(napi_add_env_cleanup_hook(env, Cleanup, &HOOK_ARG_TWO));
7764 ExpectCheckCall(napi_add_env_cleanup_hook(env, Cleanup, &HOOK_ARG_THREE));
7784 ExpectCheckCall(napi_add_env_cleanup_hook(env, Cleanup, &HOOK_ARG_ONE));
7785 ExpectCheckCall(napi_add_env_cleanup_hook(env, Cleanup, &HOOK_ARG_TWO));
7786 ExpectCheckCall(napi_remove_env_cleanup_hook(env, Cleanup, &HOOK_ARG_TWO));
7806 ExpectCheckCall(napi_add_env_cleanup_hook(env, Cleanup, &HOOK_ARG_ONE));
7807 ExpectCheckCall(napi_add_env_cleanup_hook(env, Cleanup, &HOOK_ARG_TWO));
7829 ExpectCheckCall(napi_add_env_cleanup_hook(env, Cleanup, &HOOK_ARG_ONE));
7830 ExpectCheckCall(napi_add_env_cleanup_hook(env, Cleanup, &HOOK_ARG_TWO));
7852 ExpectCheckCall(napi_add_env_cleanup_hook(env, Cleanup, &HOOK_ARG_ONE));
7853 ExpectCheckCall(napi_add_env_cleanup_hook(env, Cleanup, &HOOK_ARG_TWO));
7877 ExpectCheckCall(napi_add_env_cleanup_hook(env, Cleanup, &HOOK_ARG_ONE));
7878 ExpectCheckCall(napi_add_env_cleanup_hook(env, CleanupCopy, &HOOK_ARG_TWO));
7879 ExpectCheckCall(napi_remove_env_cleanup_hook(env, Cleanup, &HOOK_ARG_TWO));
7880 ExpectCheckCall(napi_remove_env_cleanup_hook(env, CleanupCopy, &HOOK_ARG_ONE));
7902 ExpectCheckCall(napi_add_env_cleanup_hook(env, Cleanup, &HOOK_ARG_ONE));
7903 ExpectCheckCall(napi_add_env_cleanup_hook(env, CleanupCopy, &HOOK_ARG_TWO));
7904 ExpectCheckCall(napi_remove_env_cleanup_hook(env, Cleanup, &HOOK_ARG_ONE));
7905 ExpectCheckCall(napi_remove_env_cleanup_hook(env, CleanupCopy, &HOOK_ARG_TWO));
7938 ExpectCheckCall(napi_remove_async_cleanup_hook(data->handle));
7956 ExpectCheckCall(napi_get_uv_event_loop(data->env, &loop));
8041 ExpectCheckCall(napi_add_async_cleanup_hook(env, MustNotCall, nullptr, &must_not_call_handle));
8042 ExpectCheckCall(napi_remove_async_cleanup_hook(must_not_call_handle));