Home | History | Annotate | Download | only in cctest

Lines Matching refs:Int32Value

166   CHECK_EQ(6, script->Run()->Int32Value());
406 CHECK_EQ(6, script->Run()->Int32Value());
479 CHECK_EQ(7, value->Int32Value());
515 CHECK_EQ(7, value->Int32Value());
547 CHECK_EQ(7, value->Int32Value());
573 CHECK_EQ(7, value->Int32Value());
824 CHECK_EQ(7, value->Int32Value());
845 CHECK_EQ(7, value->Int32Value());
897 CHECK_EQ(68, value->Int32Value());
994 CHECK_EQ(102, script->Run()->Int32Value());
1010 CHECK_EQ(102, script->Run()->Int32Value());
1034 CHECK_EQ(1, script->Run()->Int32Value());
1038 CHECK_EQ(239, script->Run()->Int32Value());
1071 CHECK_EQ(51424, script->Run()->Int32Value());
1075 CHECK_EQ(51425, script->Run()->Int32Value());
1195 CHECK(fast_return_value_int32 == value->Int32Value());
1260 CHECK_EQ(23, script->Run()->Int32Value());
1269 CHECK_EQ(22, script->Run()->Int32Value());
1278 CHECK_EQ(0, script->Run()->Int32Value());
1696 CHECK_EQ(42, date.As<v8::Date>()->Get(v8_str("property"))->Int32Value());
1751 CHECK_EQ(200, v8_compile("x")->Run()->Int32Value());
1752 CHECK_EQ(876, v8_compile("m")->Run()->Int32Value());
1916 if (value->IsInt32() && value->Int32Value() < 10000) {
2215 CHECK_EQ(v8_compile("obj.flob = 10;")->Run()->Int32Value(), 10);
2245 CHECK_EQ(script->Run()->Int32Value(), 900);
2440 int depth = args.This()->Get(v8_str("depth"))->Int32Value();
2451 int depth = args.This()->Get(v8_str("depth"))->Int32Value();
2527 CHECK_EQ(script->Run()->Int32Value(), 321);
2543 CHECK_EQ(17, obj->GetInternalField(0)->Int32Value());
2558 CHECK_EQ(17, global->GetInternalField(0)->Int32Value());
2790 CHECK_EQ(1503, obj->Get(sym1)->Int32Value());
2793 CHECK_EQ(2002, obj->Get(sym1)->Int32Value());
2808 CHECK_EQ(2002, obj->Get(sym1)->Int32Value());
2809 CHECK_EQ(2008, obj->Get(sym2)->Int32Value());
2810 CHECK_EQ(2002, obj->Get(sym1)->Int32Value());
2818 CHECK_EQ(2002, obj->Get(sym1)->Int32Value());
2825 CHECK_EQ(2002, child->Get(sym1)->Int32Value());
2850 CHECK_EQ(1503, obj->GetPrivate(priv1)->Int32Value());
2853 CHECK_EQ(2002, obj->GetPrivate(priv1)->Int32Value());
2867 CHECK_EQ(2002, obj->GetPrivate(priv1)->Int32Value());
2868 CHECK_EQ(2008, obj->GetPrivate(priv2)->Int32Value());
2869 CHECK_EQ(2002, obj->GetPrivate(priv1)->Int32Value());
2877 CHECK_EQ(2002, obj->GetPrivate(priv1)->Int32Value());
2884 CHECK_EQ(2002, child->GetPrivate(priv1)->Int32Value());
2954 CHECK_EQ(0, value->GetInternalField(i)->Int32Value());
2979 CHECK_EQ(1024, result->Int32Value());
2985 CHECK_EQ(1024, result->Int32Value());
2991 CHECK_EQ(0xDD, result->Int32Value());
3014 CHECK_EQ(2, result->Int32Value());
3016 CHECK_EQ(0xAA, result->Int32Value());
3018 CHECK_EQ(0xFF, result->Int32Value());
3022 CHECK_EQ(0xBB, result->Int32Value());
3024 CHECK_EQ(0xFF, result->Int32Value());
3033 CHECK_EQ(0xDD, result->Int32Value());
3053 CHECK_EQ(100, result->Int32Value());
3059 CHECK_EQ(100, result->Int32Value());
3065 CHECK_EQ(0xDD, result->Int32Value());
3184 CHECK_EQ(0, CompileRun("ab.byteLength")->Int32Value());
3218 CHECK_EQ(1503, obj->GetHiddenValue(key)->Int32Value());
3220 CHECK_EQ(2002, obj->GetHiddenValue(key)->Int32Value());
3226 CHECK_EQ(2002, obj->GetHiddenValue(key)->Int32Value());
3228 CHECK_EQ(2002, obj->GetHiddenValue(key)->Int32Value());
3230 CHECK_EQ(2002, obj->GetHiddenValue(key)->Int32Value());
3231 CHECK_EQ(2003, obj->Get(empty)->Int32Value());
3238 CHECK_EQ(2002, obj->GetHiddenValue(key)->Int32Value());
3239 CHECK_EQ(2008, obj->Get(prop_name)->Int32Value());
3240 CHECK_EQ(2002, obj->GetHiddenValue(key)->Int32Value());
3242 CHECK_EQ(2002, obj->GetHiddenValue(key)->Int32Value());
3279 CHECK_EQ(42, obj->GetHiddenValue(key)->Int32Value());
3306 CHECK_EQ(2302, obj->GetHiddenValue(key)->Int32Value());
4179 CHECK_EQ(1337, data->Int32Value());
4345 CHECK_EQ(14, foo->Int32Value());
4347 CHECK_EQ(92, twelve->Int32Value());
4349 CHECK_EQ(32, sixteen->Int32Value());
4351 CHECK_EQ(56, thirteen->Int32Value());
4353 context->Global()->Get(v8::Integer::New(isolate, 12))->Int32Value());
4354 CHECK_EQ(92, context->Global()->Get(v8_str("12"))->Int32Value());
4355 CHECK_EQ(92, context->Global()->Get(v8_num(12))->Int32Value());
4357 context->Global()->Get(v8::Integer::New(isolate, 16))->Int32Value());
4358 CHECK_EQ(32, context->Global()->Get(v8_str("16"))->Int32Value());
4359 CHECK_EQ(32, context->Global()->Get(v8_num(16))->Int32Value());
4361 context->Global()->Get(v8::Integer::New(isolate, 13))->Int32Value());
4362 CHECK_EQ(56, context->Global()->Get(v8_str("13"))->Int32Value());
4363 CHECK_EQ(56, context->Global()->Get(v8_num(13))->Int32Value());
4377 CHECK_EQ(7, context->Global()->Get(prop)->Int32Value());
4380 CHECK_EQ(7, context->Global()->Get(prop)->Int32Value());
4382 CHECK_EQ(7, context->Global()->Get(prop)->Int32Value());
4386 CHECK_EQ(13, context->Global()->Get(prop)->Int32Value());
4388 CHECK_EQ(13, context->Global()->Get(prop)->Int32Value());
4425 CHECK_EQ(7, array->Get(2)->Int32Value());
4429 CHECK_EQ(1, arr->Get(0)->Int32Value());
4430 CHECK_EQ(2, arr->Get(1)->Int32Value());
4431 CHECK_EQ(3, arr->Get(2)->Int32Value());
4463 CHECK_EQ(11, a1->Get(0)->Int32Value());
4468 CHECK_EQ(12, a2->Get(0)->Int32Value());
4469 CHECK_EQ(13, a2->Get(1)->Int32Value());
4474 CHECK_EQ(14, a3->Get(0)->Int32Value());
4475 CHECK_EQ(15, a3->Get(1)->Int32Value());
4476 CHECK_EQ(16, a3->Get(2)->Int32Value());
4481 CHECK_EQ(17, a4->Get(0)->Int32Value());
4482 CHECK_EQ(18, a4->Get(1)->Int32Value());
4483 CHECK_EQ(19, a4->Get(2)->Int32Value());
4484 CHECK_EQ(20, a4->Get(3)->Int32Value());
4774 int32_t int32_value = obj->Int32Value();
5079 int count = args[0]->Int32Value();
5080 int cInterval = args[2]->Int32Value();
5095 int expected = args[3]->Int32Value();
5117 int count = args[1]->Int32Value();
5118 int expected = args[2]->Int32Value();
5246 CHECK_EQ(1, result->Get(v8::Integer::New(isolate, 1))->Int32Value());
5248 CHECK_EQ(0, result->Get(v8::Integer::New(isolate, 2))->Int32Value());
5261 CHECK_EQ(10, try_catch.Exception()->Int32Value());
5266 CHECK_EQ(0, try_catch.Exception()->Int32Value());
5903 CHECK_EQ(result->Int32Value(), 23);
6373 CHECK_EQ(1234, global0->Get(v8_str("custom"))->Int32Value());
6381 CHECK_EQ(1234, global0->Get(v8_str("custom"))->Int32Value());
6382 CHECK_EQ(1234, global1->Get(v8_str("custom"))->Int32Value());
6389 CHECK_EQ(0, global1->Get(v8_str("custom"))->Int32Value());
6390 CHECK_EQ(0, global2->Get(v8_str("custom"))->Int32Value());
8447 CHECK_EQ(111, foo0->Int32Value());
8449 CHECK_EQ(999, z0->Int32Value());
8466 CHECK_EQ(111, foo1->Int32Value());
8469 CHECK_EQ(999, z1->Int32Value());
8481 CHECK_EQ(333, foo2->Int32Value());
8483 CHECK_EQ(888, z2->Int32Value());
8683 CHECK_EQ(3, v->Int32Value());
8802 CHECK_EQ(1, r->Int32Value());
8838 CHECK_EQ(42, result->Int32Value());
8868 CHECK_EQ(24, result->Int32Value());
9042 g_echo_value_1 = value->Int32Value();
9049 g_echo_value_2 = value->Int32Value();
9301 CHECK_EQ(3, value->Int32Value());
9307 CHECK_EQ(3, value->Int32Value());
9312 CHECK_EQ(3, value->Int32Value());
9316 CHECK_EQ(3, value->Int32Value());
9321 CHECK_EQ(3, value->Int32Value());
9326 CHECK_EQ(3, value->Int32Value());
9581 CHECK_EQ(10, value->Int32Value());
9652 CHECK_EQ(1, value->Int32Value());
9666 CHECK_EQ(1, value->Int32Value());
9673 CHECK_EQ(1, value->Int32Value());
9684 CHECK_EQ(1, value->Int32Value());
9691 CHECK_EQ(1, value->Int32Value());
9711 CHECK_EQ(1, value->Int32Value());
9873 CHECK_EQ(42, value->Int32Value());
9881 CHECK_EQ(42, value->Int32Value());
9890 CHECK_EQ(42, value->Int32Value());
9926 CHECK_EQ(42, value->Int32Value());
9929 CHECK_EQ(12, value->Int32Value());
9978 CHECK_EQ(42, value->Int32Value());
9980 CHECK_EQ(12, value->Int32Value());
9982 CHECK_EQ(1, value->Int32Value());
9989 CHECK_EQ(42, value->Int32Value());
9991 CHECK_EQ(12, value->Int32Value());
9993 CHECK_EQ(1, value->Int32Value());
10108 CHECK_EQ(12, value->Int32Value());
10111 CHECK_EQ(42, value->Int32Value());
10117 CHECK_EQ(42, value->Int32Value());
10143 CHECK_EQ(0, o0->Get(v8_str("x"))->Int32Value());
10145 CHECK_EQ(0, o0->Get(v8_str("x"))->Int32Value());
10146 CHECK_EQ(1, o0->Get(v8_str("y"))->Int32Value());
10148 CHECK_EQ(0, o0->Get(v8_str("x"))->Int32Value());
10149 CHECK_EQ(1, o0->Get(v8_str("y"))->Int32Value());
10150 CHECK_EQ(2, o0->Get(v8_str("z"))->Int32Value());
10152 CHECK_EQ(0, o0->Get(v8_str("x"))->Int32Value());
10153 CHECK_EQ(1, o0->Get(v8_str("y"))->Int32Value());
10154 CHECK_EQ(2, o0->Get(v8_str("z"))->Int32Value());
10155 CHECK_EQ(3, o0->Get(v8_str("u"))->Int32Value());
10185 CHECK_EQ(7, o->Get(v8_str("x"))->Int32Value());
10186 CHECK_EQ(7, h->Get(v8_str("x"))->Int32Value());
10191 CHECK_EQ(6, o->Get(v8_str("y"))->Int32Value());
10198 CHECK_EQ(8, o->Get(v8_str("z"))->Int32Value());
10199 CHECK_EQ(8, h->Get(v8_str("z"))->Int32Value());
10200 CHECK_EQ(8, p->Get(v8_str("z"))->Int32Value());
10202 CHECK_EQ(9, o->Get(v8_str("z"))->Int32Value());
10203 CHECK_EQ(8, h->Get(v8_str("z"))->Int32Value());
10204 CHECK_EQ(8, p->Get(v8_str("z"))->Int32Value());
10249 CHECK_EQ(0, o0->Get(v8_str("x"))->Int32Value());
10251 CHECK_EQ(0, o0->Get(v8_str("x"))->Int32Value());
10252 CHECK_EQ(1, o0->Get(v8_str("y"))->Int32Value());
10254 CHECK_EQ(0, o0->Get(v8_str("x"))->Int32Value());
10255 CHECK_EQ(1, o0->Get(v8_str("y"))->Int32Value());
10256 CHECK_EQ(2, o0->Get(v8_str("z"))->Int32Value());
10258 CHECK_EQ(0, o0->Get(v8_str("x"))->Int32Value());
10259 CHECK_EQ(1, o0->Get(v8_str("y"))->Int32Value());
10260 CHECK_EQ(2, o0->Get(v8_str("z"))->Int32Value());
10261 CHECK_EQ(3, o0->Get(v8_str("u"))->Int32Value());
10413 CHECK_EQ(42, CompileRun("func1.prototype.x")->Int32Value());
10415 CompileRun("func1.prototype = {}; func1.prototype.x")->Int32Value());
10426 CHECK_EQ(42, CompileRun("func2.prototype.x")->Int32Value());
10448 CHECK_EQ(42, CompileRun("function f() { return 42; }; f()")->Int32Value());
10558 CHECK_EQ(28, value->Int32Value());
10567 CHECK_EQ(28, value->Int32Value());
10731 CHECK_EQ(0, value->Int32Value());
10752 CHECK_EQ(2, current->Global()->Get(v8_str("result1"))->Int32Value());
10753 CHECK_EQ(0, current->Global()->Get(v8_str("result2"))->Int32Value());
10754 CHECK_EQ(1, current->Global()->Get(v8_str("result3"))->Int32Value());
10765 CHECK_EQ(2, current->Global()->Get(v8_str("result4"))->Int32Value());
10787 CHECK_EQ(1234, foo->Int32Value());
10794 CHECK_EQ(1234, other->Global()->Get(v8_str("na"))->Int32Value());
10820 CHECK_EQ(1234, script->Run()->Int32Value());
10872 CHECK_EQ(42, x_value->Int32Value());
10905 args.GetReturnValue().Set(v8_num(-args[0]->Int32Value()));
10938 CHECK_EQ(42, value->Int32Value());
10942 CHECK_EQ(49, value->Int32Value());
10947 CHECK_EQ(45, value->Int32Value());
10952 CHECK_EQ(87, value->Int32Value());
10959 CHECK_EQ(99, value->Int32Value());
10964 CHECK_EQ(17, value->Int32Value());
10970 CHECK_EQ(-43, value->Int32Value());
10977 CHECK_EQ(28, value->Int32Value());
11278 CHECK_EQ(expected, value->Int32Value());
11500 CHECK_EQ(239, value->Int32Value());
11510 CHECK_EQ(239, value->Int32Value());
11534 CHECK_EQ(239 + 42, value->Int32Value());
11544 CHECK_EQ(239 + 42, value->Int32Value());
11571 CHECK_EQ(239 + 42, value->Int32Value());
11600 CHECK_EQ(42 * 7, value->Int32Value());
11632 CHECK_EQ(42 * 10, value->Int32Value());
11664 CHECK_EQ(42 * 10, value->Int32Value());
11689 CHECK_EQ(42, value->Int32Value());
11723 CHECK_EQ(239 + 42, value->Int32Value());
11757 CHECK_EQ(42, value->Int32Value());
11776 CHECK_EQ(42, value->Int32Value());
11808 CHECK_EQ(41, value->Int32Value());
11836 CHECK_EQ(41 * 7, value->Int32Value());
11857 CHECK_EQ(43, value->Int32Value());
11891 CHECK_EQ(41, value->Int32Value());
11933 CHECK_EQ(41, value->Int32Value());
11963 CHECK_EQ(41 * 7, value->Int32Value());
11991 CHECK_EQ(41 * 7, value->Int32Value());
12021 CHECK_EQ(239 * 10, value->Int32Value());
12045 args.GetReturnValue().Set(args[0]->Int32Value() + 1);
12059 args.GetReturnValue().Set(args[0]->Int32Value() + 1);
12227 CHECK_EQ(42, context->Global()->Get(v8_str("result"))->Int32Value());
12260 CHECK_EQ(42, context->Global()->Get(v8_str("result"))->Int32Value());
12298 CHECK_EQ(40, context->Global()->Get(v8_str("result"))->Int32Value());
12299 CHECK_EQ(42, context->Global()->Get(v8_str("saved_result"))->Int32Value());
12337 CHECK_EQ(40, context->Global()->Get(v8_str("result"))->Int32Value());
12338 CHECK_EQ(42, context->Global()->Get(v8_str("saved_result"))->Int32Value());
12381 CHECK_EQ(42, context->Global()->Get(v8_str("saved_result"))->Int32Value());
12423 CHECK_EQ(42, context->Global()->Get(v8_str("saved_result"))->Int32Value());
12452 CHECK_EQ(42, context->Global()->Get(v8_str("result"))->Int32Value());
12482 CHECK_EQ(42, context->Global()->Get(v8_str("result"))->Int32Value());
12516 CHECK_EQ(40, context->Global()->Get(v8_str("result"))->Int32Value());
12517 CHECK_EQ(42, context->Global()->Get(v8_str("saved_result"))->Int32Value());
12556 CHECK_EQ(42, context->Global()->Get(v8_str("saved_result"))->Int32Value());
12594 CHECK_EQ(42, context->Global()->Get(v8_str("saved_result"))->Int32Value());
12630 CHECK_EQ(42*5 + 40*5, context->Global()->Get(v8_str("result"))->Int32Value());
12659 CHECK_EQ(42*5 + 40*5, context->Global()->Get(v8_str("result"))->Int32Value());
12686 CHECK_EQ(42*5 + 40*5, context->Global()->Get(v8_str("result"))->Int32Value());
12711 CHECK_EQ(3, context->Global()->Get(v8_str("result"))->Int32Value());
12712 CHECK_EQ(239, context->Global()->Get(v8_str("saved_result"))->Int32Value());
12735 CHECK_EQ(42*5 + 40*5, context->Global()->Get(v8_str("result"))->Int32Value());
12758 CHECK_EQ(42*5 + 40*5, context->Global()->Get(v8_str("result"))->Int32Value());
12901 CHECK_EQ(42, value->Int32Value());
12918 CHECK_EQ(42, value->Int32Value());
13124 CHECK_EQ(42, value->Int32Value());
13126 CHECK_EQ(42, value->Int32Value());
13130 CHECK_EQ(1, value->Int32Value());
13134 CHECK_EQ(42, value->Int32Value());
13444 CHECK_EQ(91, script->Run()->Int32Value());
13466 CHECK_EQ(91, script->Run()->Int32Value());
13498 CHECK_EQ(42, script->Run()->Int32Value());
13512 CHECK_EQ(42, script->Run()->Int32Value());
14482 CHECK_EQ(1234, script0->Run()->Int32Value());
14483 CHECK_EQ(1234, script1->Run()->Int32Value());
14484 CHECK_EQ(1234, script2->Run()->Int32Value());
15092 CHECK_EQ(42, value->Int32Value());
15421 CHECK_EQ(4, global->Get(simple_property)->Int32Value());
15424 CHECK_EQ(4, global->Get(simple_property)->Int32Value());
15427 CHECK_EQ(6, global->Get(simple_property)->Int32Value());
15432 CHECK_EQ(3, global->Get(access_property)->Int32Value());
15436 CHECK_EQ(3, global->Get(access_property)->Int32Value());
15442 CHECK_EQ(8, global->Get(access_property)->Int32Value());
15464 CHECK_EQ(3, global->Get(some_property)->Int32Value());
15468 CHECK_EQ(3, global->Get(some_property)->Int32Value());
15481 CHECK_EQ(8, global->Get(some_property)->Int32Value());
15487 CHECK_EQ(3, global->Get(some_property)->Int32Value());
15492 ->Int32Value());
15509 CHECK_EQ(4, global->Get(simple_property)->Int32Value());
15512 CHECK_EQ(4, global->Get(simple_property)->Int32Value());
15552 CHECK_EQ(42, global->Get(some_property)->Int32Value());
15558 CHECK_EQ(42, global->Get(some_property)->Int32Value());
15579 CHECK_EQ(4, CompileRun("f()")->Int32Value());
15585 CHECK_EQ(5, CompileRun("f()")->Int32Value());
15608 CHECK_EQ(42, res->Int32Value());
15714 CHECK_EQ(43, result->Int32Value());
15783 CHECK_EQ(1503, result->Int32Value());
15785 CHECK_EQ(1, result->Int32Value());
15792 CHECK_EQ(-28, result->Int32Value());
15799 CHECK_EQ(0, result->Int32Value());
15806 CHECK_EQ(8 * 255, result->Int32Value());
15813 CHECK_EQ(2076, result->Int32Value());
15820 CHECK_EQ(28, result->Int32Value());
15827 CHECK_EQ(28, result->Int32Value());
15854 CHECK_EQ(255, result->Int32Value());
15868 CHECK_EQ(984, result->Int32Value());
15874 CHECK_EQ(8, result->Int32Value());
15888 CHECK_EQ(0, result->Int32Value());
15895 CHECK_EQ(2, result->Int32Value());
15902 CHECK_EQ(0, result->Int32Value());
15909 CHECK_EQ(255, result->Int32Value());
15916 CHECK_EQ(0, result->Int32Value());
15922 CHECK_EQ(33, result->Int32Value());
15929 CHECK_EQ(12, result->Int32Value());
15934 CHECK_EQ(77, v8::Object::Cast(*result)->Get(v8_str("0"))->Int32Value());
15940 CHECK_EQ(77, v8::Object::Cast(*result)->Get(v8_str("0"))->Int32Value());
15941 CHECK_EQ(23, v8::Object::Cast(*result)->Get(v8_str("1"))->Int32Value());
15944 CHECK_EQ(23, result->Int32Value());
15949 CHECK_EQ(255, result->Int32Value());
15953 CHECK_EQ(255, result->Int32Value());
15970 CHECK_EQ(32640, result->Int32Value());
15984 CHECK_EQ(0, result->Int32Value());
16000 CHECK_EQ(32640, result->Int32Value());
16018 CHECK_EQ(0, result->Int32Value());
16040 CHECK_EQ(32640, result->Int32Value());
16050 CHECK_EQ(48896, result->Int32Value());
16064 CHECK_EQ(65280, result->Int32Value());
16081 CHECK_EQ(65280, result->Int32Value());
16095 CHECK_EQ(48896, result->Int32Value());
16110 CHECK_EQ(32640, result->Int32Value());
16128 CHECK_EQ(32640, result->Int32Value());
16187 CHECK_EQ(1, result->Int32Value());
16193 CHECK_EQ(-28, result->Int32Value());
16241 CHECK_EQ(1503, result->Int32Value());
16243 CHECK_EQ(1, result->Int32Value());
16255 CHECK_EQ(28, result->Int32Value());
16262 CHECK_EQ(-28, result->Int32Value());
16274 CHECK_EQ(28, result->Int32Value());
16282 CHECK_EQ(-28, result->Int32Value());
16293 CHECK_EQ(28, result->Int32Value());
16304 CHECK_EQ(28, result->Int32Value());
16344 CHECK_EQ(28, result->Int32Value());
16377 CHECK_EQ(0, result->Int32Value());
16392 CHECK_EQ(2, result->Int32Value());
16409 CHECK_EQ(0, result->Int32Value());
16421 CHECK_EQ(expected_value, result->Int32Value());
16431 CHECK_EQ(0, result->Int32Value());
16487 CHECK_EQ(16000000, result->Int32Value());
16502 CHECK_EQ(16000000, result->Int32Value());
16507 CHECK_EQ(33, result->Int32Value());
16514 CHECK_EQ(12, result->Int32Value());
16519 CHECK_EQ(77, v8::Object::Cast(*result)->Get(v8_str("0"))->Int32Value());
16525 CHECK_EQ(77, v8::Object::Cast(*result)->Get(v8_str("0"))->Int32Value());
16526 CHECK_EQ(23, v8::Object::Cast(*result)->Get(v8_str("1"))->Int32Value());
16529 CHECK_EQ(23, result->Int32Value());
16763 CHECK_EQ(23, result->Int32Value());
16777 CHECK_EQ(1503, result->Int32Value());
16792 CHECK_EQ(1503, result->Int32Value());
17161 CHECK_EQ(dep->Run()->Int32Value(), 100);
17162 CHECK_EQ(indep->BindToCurrentContext()->Run()->Int32Value(), 100);
17166 CHECK_EQ(dep->Run()->Int32Value(), 100);
17167 CHECK_EQ(indep->BindToCurrentContext()->Run()->Int32Value(), 101);
17220 int testGroup = args[0]->Int32Value();
18353 CHECK_EQ(0, script_origin_f.ResourceLineOffset()->Int32Value());
18357 CHECK_EQ(0, script_origin_g.ResourceLineOffset()->Int32Value());
18608 CHECK_EQ(42, c1->Get(v8_str("x"))->Int32Value());
18609 CHECK_EQ(23, c1->Get(v8_str("y"))->Int32Value());
18615 CHECK_EQ(42, c2->Get(v8_str("x"))->Int32Value());
18616 CHECK_EQ(23, c2->Get(v8_str("y"))->Int32Value());
18660 CHECK_EQ(23, c1->Get(v8_str("x"))->Int32Value());
18661 CHECK_EQ(42, c1->Get(v8_str("y"))->Int32Value());
18667 CHECK_EQ(23, c2->Get(v8_str("x"))->Int32Value());
18668 CHECK_EQ(42, c2->Get(v8_str("y"))->Int32Value());
18697 CHECK_EQ(23, c1->Get(v8_str("x"))->Int32Value());
18698 CHECK_EQ(42, c1->Get(v8_str("y"))->Int32Value());
18714 CHECK_EQ(42, c1->Get(v8_str("x"))->Int32Value());
18715 CHECK_EQ(23, c1->Get(v8_str("y"))->Int32Value());
19071 CHECK_EQ(6, reresult->Int32Value());
19075 CHECK_EQ(6, reresult->Int32Value());
19078 CHECK_EQ(1, reresult->Int32Value());
19081 CHECK_EQ(1, reresult->Int32Value());
19104 CHECK_EQ(static_cast<int32_t>('e'), reresult->Int32Value());
19907 CHECK_EQ(32, value->Int32Value());
19990 CHECK_EQ(expected, object->Get(v8_str("context_id"))->Int32Value());
20233 CHECK_EQ(42, result->Int32Value());
20235 CHECK_EQ(42, result->Int32Value());
20237 CHECK_EQ(42, result->Int32Value());
20637 int32_t level = args[0]->Int32Value();
20742 CHECK_EQ(0, CompileRun("ext1Calls")->Int32Value());
20743 CHECK_EQ(0, CompileRun("ext2Calls")->Int32Value());
20748 CHECK_EQ(1, CompileRun("ext1Calls")->Int32Value());
20749 CHECK_EQ(0, CompileRun("ext2Calls")->Int32Value());
20756 CHECK_EQ(2, CompileRun("ext1Calls")->Int32Value());
20757 CHECK_EQ(1, CompileRun("ext2Calls")->Int32Value());
20762 CHECK_EQ(2, CompileRun("ext1Calls")->Int32Value());
20763 CHECK_EQ(2, CompileRun("ext2Calls")->Int32Value());
20766 CHECK_EQ(2, CompileRun("ext1Calls")->Int32Value());
20767 CHECK_EQ(2, CompileRun("ext2Calls")->Int32Value());
20773 CHECK_EQ(2, CompileRun("ext1Calls")->Int32Value());
20774 CHECK_EQ(2, CompileRun("ext2Calls")->Int32Value());
20784 CHECK_EQ(3, CompileRun("ext1Calls")->Int32Value());
20785 CHECK_EQ(3, CompileRun("ext2Calls")->Int32Value());
20822 CHECK_EQ(1, CompileRun("exception1Calls")->Int32Value());
20823 CHECK_EQ(1, CompileRun("exception2Calls")->Int32Value());
20834 CHECK_EQ(0, CompileRun("ext1Calls")->Int32Value());
20835 CHECK_EQ(0, CompileRun("ext2Calls")->Int32Value());
20840 CHECK_EQ(1, CompileRun("ext1Calls")->Int32Value());
20841 CHECK_EQ(0, CompileRun("ext2Calls")->Int32Value());
20849 CHECK_EQ(1, CompileRun("ext1Calls")->Int32Value());
20850 CHECK_EQ(0, CompileRun("ext2Calls")->Int32Value());
20853 CHECK_EQ(2, CompileRun("ext1Calls")->Int32Value());
20854 CHECK_EQ(1, CompileRun("ext2Calls")->Int32Value());
20859 CHECK_EQ(2, CompileRun("ext1Calls")->Int32Value());
20860 CHECK_EQ(1, CompileRun("ext2Calls")->Int32Value());
20863 CHECK_EQ(2, CompileRun("ext1Calls")->Int32Value());
20864 CHECK_EQ(2, CompileRun("ext2Calls")->Int32Value());
20870 CHECK_EQ(2, CompileRun("ext1Calls")->Int32Value());
20871 CHECK_EQ(3, CompileRun("ext2Calls")->Int32Value());
20878 CHECK_EQ(2, CompileRun("ext1Calls")->Int32Value());
20879 CHECK_EQ(3, CompileRun("ext2Calls")->Int32Value());
20883 CHECK_EQ(2, CompileRun("ext1Calls")->Int32Value());
20884 CHECK_EQ(4, CompileRun("ext2Calls")->Int32Value());
20901 CHECK_EQ(1, CompileRun("ext1Calls")->Int32Value());
21326 context->Global()->Get(v8_str("result"))->Int32Value());
22549 CHECK_EQ(0, global->Get(v8_str("x1"))->Int32Value());
22551 CHECK_EQ(1, global->Get(v8_str("x1"))->Int32Value());
22555 CHECK_EQ(0, global->Get(v8_str("x2"))->Int32Value());
22558 CHECK_EQ(0, global->Get(v8_str("x2"))->Int32Value());
22560 CHECK_EQ(2, global->Get(v8_str("x2"))->Int32Value());
22564 CHECK_EQ(1, global->Get(v8_str("x1"))->Int32Value());
22574 CHECK_EQ(0, global->Get(v8_str("x1"))->Int32Value());
22575 CHECK_EQ(0, global->Get(v8_str("x2"))->Int32Value());
22579 CHECK_EQ(0, global->Get(v8_str("x1"))->Int32Value());
22580 CHECK_EQ(0, global->Get(v8_str("x2"))->Int32Value());
22583 CHECK_EQ(1, global->Get(v8_str("x1"))->Int32Value());
22584 CHECK_EQ(2, global->Get(v8_str("x2"))->Int32Value());
22591 CHECK_EQ(0, global->Get(v8_str("x1"))->Int32Value());
22592 CHECK_EQ(0, global->Get(v8_str("x2"))->Int32Value());
22594 CHECK_EQ(3, global->Get(v8_str("x1"))->Int32Value());
22595 CHECK_EQ(4, global->Get(v8_str("x2"))->Int32Value());
22601 CHECK_EQ(0, global->Get(v8_str("x1"))->Int32Value());
22602 CHECK_EQ(0, global->Get(v8_str("x2"))->Int32Value());
22604 CHECK_EQ(3, global->Get(v8_str("x1"))->Int32Value());
22605 CHECK_EQ(4, global->Get(v8_str("x2"))->Int32Value());
22639 CHECK_EQ(0, global->Get(v8_str("x1"))->Int32Value());
22647 CHECK_EQ(0, global->Get(v8_str("x1"))->Int32Value());
22649 CHECK_EQ(1, global->Get(v8_str("x1"))->Int32Value());
22659 CHECK_EQ(0, global->Get(v8_str("x1"))->Int32Value());
22660 CHECK_EQ(0, global->Get(v8_str("x2"))->Int32Value());
22662 CHECK_EQ(0, global->Get(v8_str("x1"))->Int32Value());
22663 CHECK_EQ(0, global->Get(v8_str("x2"))->Int32Value());
22667 CHECK_EQ(0, global->Get(v8_str("x1"))->Int32Value());
22668 CHECK_EQ(0, global->Get(v8_str("x2"))->Int32Value());
22670 CHECK_EQ(3, global->Get(v8_str("x1"))->Int32Value());
22671 CHECK_EQ(4, global->Get(v8_str("x2"))->Int32Value());