Lines Matching refs:testValue
850 int64_t testValue = INT64_MAX;
853 ExpectCheckCall(napi_create_bigint_int64(env, testValue, &result));
991 int64_t testValue = INT64_MAX;
994 ExpectCheckCall(napi_create_bigint_int64(env, testValue, &result));
1020 int64_t testValue = INT64_MIN;
1023 ExpectCheckCall(napi_create_bigint_int64(env, testValue, &result));
1045 int64_t testValue = INT64_MAX;
1049 ret = napi_create_bigint_int64(nullptr, testValue, &result);
1070 int64_t testValue = INT64_VALUE;
1073 ExpectCheckCall(napi_create_bigint_int64(env, testValue, &result));
1080 EXPECT_EQ(resultValue, testValue);
1097 int64_t testValue = INT64_VALUE;
1100 ret = napi_create_bigint_int64(env, testValue, nullptr);
1122 int64_t testValue = INT64_MAX;
1125 ExpectCheckCall(napi_create_bigint_int64(env, testValue, &result));
1151 int64_t testValue = INT64_MIN;
1154 ExpectCheckCall(napi_create_bigint_int64(env, testValue, &result));
1209 int64_t testValue = INT_ZERO;
1213 ExpectCheckCall(napi_create_bigint_int64(env, testValue, &result));
1239 int64_t testValue = INT64_VALUE;
1242 ExpectCheckCall(napi_create_bigint_int64(env, testValue, &result));
1268 int64_t testValue = INT64_VALUE;
1272 ExpectCheckCall(napi_create_bigint_int64(env, testValue, &result));
1297 int64_t testValue = INT64_VALUE;
1301 ExpectCheckCall(napi_create_bigint_int64(env, testValue, &result));
1326 uint64_t testValue = UINT64_MAX;
1329 ExpectCheckCall(napi_create_bigint_uint64(env, testValue, &result));
1337 EXPECT_EQ(resultValue, testValue);
1356 uint64_t testValue = INT_ZERO;
1359 ExpectCheckCall(napi_create_bigint_uint64(env, testValue, &result));
1366 EXPECT_EQ(resultValue, testValue);
1380 uint64_t testValue = INT_ZERO;
1384 ret = napi_create_bigint_uint64(nullptr, testValue, &result);
1404 uint64_t testValue = UINT64_VALUE;
1407 ExpectCheckCall(napi_create_bigint_uint64(env, testValue, &result));
1414 EXPECT_EQ(resultValue, testValue);
1431 uint64_t testValue = UINT64_VALUE;
1434 ret = napi_create_bigint_uint64(env, testValue, nullptr);
1455 uint64_t testValue = UINT64_MAX;
1458 ExpectCheckCall(napi_create_bigint_uint64(env, testValue, &result));
1484 uint64_t testValue = INT_ZERO;
1487 ExpectCheckCall(napi_create_bigint_uint64(env, testValue, &result));
1494 EXPECT_EQ(resultValue, testValue);
1542 uint64_t testValue = INT_ZERO;
1545 ExpectCheckCall(napi_create_bigint_uint64(env, testValue, &result));
1571 uint64_t testValue = UINT64_VALUE;
1574 ExpectCheckCall(napi_create_bigint_uint64(env, testValue, &result));
1600 uint64_t testValue = UINT64_VALUE;
1604 ExpectCheckCall(napi_create_bigint_uint64(env, testValue, &result));
1629 uint64_t testValue = UINT64_VALUE;
1632 ExpectCheckCall(napi_create_bigint_uint64(env, testValue, &result));
3572 static bool testValue = false;
3580 testValue = true;
3587 EXPECT_TRUE(testValue);
3609 static bool testValue = false;
3613 testValue = true;
3617 EXPECT_FALSE(testValue);
3675 static bool testValue = false;
3683 testValue = true;
3687 EXPECT_FALSE(testValue);
3712 static bool testValue = false;
3719 testValue = true;
3723 EXPECT_FALSE(testValue);
3744 static bool testValue = false;
3751 testValue = true;
3755 EXPECT_FALSE(testValue);
3804 static bool testValue = false;
3812 testValue = true;
3819 EXPECT_TRUE(testValue);