Home | History | Annotate | Download | only in cctest

Lines Matching refs:Int32Value

112   CHECK_EQ(expected, result->Int32Value());
210 CHECK_EQ(6, script->Run()->Int32Value());
442 CHECK_EQ(6, script->Run()->Int32Value());
516 CHECK_EQ(7, value->Int32Value());
552 CHECK_EQ(7, value->Int32Value());
584 CHECK_EQ(7, value->Int32Value());
610 CHECK_EQ(7, value->Int32Value());
862 CHECK_EQ(7, value->Int32Value());
883 CHECK_EQ(7, value->Int32Value());
935 CHECK_EQ(68, value->Int32Value());
1031 CHECK_EQ(102, script->Run()->Int32Value());
1046 CHECK_EQ(102, script->Run()->Int32Value());
1070 CHECK_EQ(1, script->Run()->Int32Value());
1074 CHECK_EQ(239, script->Run()->Int32Value());
1105 CHECK_EQ(51424, script->Run()->Int32Value());
1109 CHECK_EQ(51425, script->Run()->Int32Value());
1225 CHECK(fast_return_value_int32 == value->Int32Value());
1285 CHECK_EQ(23, script->Run()->Int32Value());
1294 CHECK_EQ(22, script->Run()->Int32Value());
1303 CHECK_EQ(0, script->Run()->Int32Value());
1718 CHECK_EQ(42, date.As<v8::Date>()->Get(v8_str("property"))->Int32Value());
1770 CHECK_EQ(200, v8_compile("x")->Run()->Int32Value());
1771 CHECK_EQ(876, v8_compile("m")->Run()->Int32Value());
1932 if (value->IsInt32() && value->Int32Value() < 10000) {
2207 CHECK_EQ(v8_compile("obj.flob = 10;")->Run()->Int32Value(), 10);
2236 CHECK_EQ(script->Run()->Int32Value(), 900);
2431 int depth = args.This()->Get(v8_str("depth"))->Int32Value();
2441 int depth = args.This()->Get(v8_str("depth"))->Int32Value();
2513 CHECK_EQ(script->Run()->Int32Value(), 321);
2528 CHECK_EQ(17, obj->GetInternalField(0)->Int32Value());
2542 CHECK_EQ(17, global->GetInternalField(0)->Int32Value());
2747 CHECK_EQ(1503, obj->Get(sym1)->Int32Value());
2750 CHECK_EQ(2002, obj->Get(sym1)->Int32Value());
2765 CHECK_EQ(2002, obj->Get(sym1)->Int32Value());
2766 CHECK_EQ(2008, obj->Get(sym2)->Int32Value());
2767 CHECK_EQ(2002, obj->Get(sym1)->Int32Value());
2775 CHECK_EQ(2002, obj->Get(sym1)->Int32Value());
2782 CHECK_EQ(2002, child->Get(sym1)->Int32Value());
2806 CHECK_EQ(1503, obj->GetPrivate(priv1)->Int32Value());
2809 CHECK_EQ(2002, obj->GetPrivate(priv1)->Int32Value());
2823 CHECK_EQ(2002, obj->GetPrivate(priv1)->Int32Value());
2824 CHECK_EQ(2008, obj->GetPrivate(priv2)->Int32Value());
2825 CHECK_EQ(2002, obj->GetPrivate(priv1)->Int32Value());
2833 CHECK_EQ(2002, obj->GetPrivate(priv1)->Int32Value());
2840 CHECK_EQ(2002, child->GetPrivate(priv1)->Int32Value());
2861 CHECK_EQ(0, value->GetInternalField(i)->Int32Value());
2886 CHECK_EQ(1024, result->Int32Value());
2892 CHECK_EQ(1024, result->Int32Value());
2898 CHECK_EQ(0xDD, result->Int32Value());
2921 CHECK_EQ(2, result->Int32Value());
2923 CHECK_EQ(0xAA, result->Int32Value());
2925 CHECK_EQ(0xFF, result->Int32Value());
2929 CHECK_EQ(0xBB, result->Int32Value());
2931 CHECK_EQ(0xFF, result->Int32Value());
2940 CHECK_EQ(0xDD, result->Int32Value());
2960 CHECK_EQ(100, result->Int32Value());
2966 CHECK_EQ(100, result->Int32Value());
2972 CHECK_EQ(0xDD, result->Int32Value());
3091 CHECK_EQ(0, CompileRun("ab.byteLength")->Int32Value());
3124 CHECK_EQ(1503, obj->GetHiddenValue(key)->Int32Value());
3126 CHECK_EQ(2002, obj->GetHiddenValue(key)->Int32Value());
3132 CHECK_EQ(2002, obj->GetHiddenValue(key)->Int32Value());
3134 CHECK_EQ(2002, obj->GetHiddenValue(key)->Int32Value());
3136 CHECK_EQ(2002, obj->GetHiddenValue(key)->Int32Value());
3137 CHECK_EQ(2003, obj->Get(empty)->Int32Value());
3144 CHECK_EQ(2002, obj->GetHiddenValue(key)->Int32Value());
3145 CHECK_EQ(2008, obj->Get(prop_name)->Int32Value());
3146 CHECK_EQ(2002, obj->GetHiddenValue(key)->Int32Value());
3148 CHECK_EQ(2002, obj->GetHiddenValue(key)->Int32Value());
3185 CHECK_EQ(42, obj->GetHiddenValue(key)->Int32Value());
3211 CHECK_EQ(2302, obj->GetHiddenValue(key)->Int32Value());
3949 CHECK_EQ(1337, data->Int32Value());
4114 CHECK_EQ(14, foo->Int32Value());
4116 CHECK_EQ(92, twelve->Int32Value());
4118 CHECK_EQ(32, sixteen->Int32Value());
4120 CHECK_EQ(56, thirteen->Int32Value());
4121 CHECK_EQ(92, context->Global()->Get(v8::Integer::New(12))->Int32Value());
4122 CHECK_EQ(92, context->Global()->Get(v8_str("12"))->Int32Value());
4123 CHECK_EQ(92, context->Global()->Get(v8_num(12))->Int32Value());
4124 CHECK_EQ(32, context->Global()->Get(v8::Integer::New(16))->Int32Value());
4125 CHECK_EQ(32, context->Global()->Get(v8_str("16"))->Int32Value());
4126 CHECK_EQ(32, context->Global()->Get(v8_num(16))->Int32Value());
4127 CHECK_EQ(56, context->Global()->Get(v8::Integer::New(13))->Int32Value());
4128 CHECK_EQ(56, context->Global()->Get(v8_str("13"))->Int32Value());
4129 CHECK_EQ(56, context->Global()->Get(v8_num(13))->Int32Value());
4143 CHECK_EQ(7, context->Global()->Get(prop)->Int32Value());
4146 CHECK_EQ(7, context->Global()->Get(prop)->Int32Value());
4148 CHECK_EQ(7, context->Global()->Get(prop)->Int32Value());
4152 CHECK_EQ(13, context->Global()->Get(prop)->Int32Value());
4154 CHECK_EQ(13, context->Global()->Get(prop)->Int32Value());
4191 CHECK_EQ(7, array->Get(2)->Int32Value());
4195 CHECK_EQ(1, arr->Get(0)->Int32Value());
4196 CHECK_EQ(2, arr->Get(1)->Int32Value());
4197 CHECK_EQ(3, arr->Get(2)->Int32Value());
4228 CHECK_EQ(11, a1->Get(0)->Int32Value());
4233 CHECK_EQ(12, a2->Get(0)->Int32Value());
4234 CHECK_EQ(13, a2->Get(1)->Int32Value());
4239 CHECK_EQ(14, a3->Get(0)->Int32Value());
4240 CHECK_EQ(15, a3->Get(1)->Int32Value());
4241 CHECK_EQ(16, a3->Get(2)->Int32Value());
4246 CHECK_EQ(17, a4->Get(0)->Int32Value());
4247 CHECK_EQ(18, a4->Get(1)->Int32Value());
4248 CHECK_EQ(19, a4->Get(2)->Int32Value());
4249 CHECK_EQ(20, a4->Get(3)->Int32Value());
4641 int32_t int32_value = obj->Int32Value();
4941 int count = args[0]->Int32Value();
4942 int cInterval = args[2]->Int32Value();
4957 int expected = args[3]->Int32Value();
4979 int count = args[1]->Int32Value();
4980 int expected = args[2]->Int32Value();
5106 CHECK_EQ(1, result->Get(v8::Integer::New(1))->Int32Value());
5108 CHECK_EQ(0, result->Get(v8::Integer::New(2))->Int32Value());
5121 CHECK_EQ(10, try_catch.Exception()->Int32Value());
5126 CHECK_EQ(0, try_catch.Exception()->Int32Value());
5746 CHECK_EQ(result->Int32Value(), 23);
6203 CHECK_EQ(1234, global0->Get(v8_str("custom"))->Int32Value());
6211 CHECK_EQ(1234, global0->Get(v8_str("custom"))->Int32Value());
6212 CHECK_EQ(1234, global1->Get(v8_str("custom"))->Int32Value());
6219 CHECK_EQ(0, global1->Get(v8_str("custom"))->Int32Value());
6220 CHECK_EQ(0, global2->Get(v8_str("custom"))->Int32Value());
8265 CHECK_EQ(111, foo0->Int32Value());
8267 CHECK_EQ(999, z0->Int32Value());
8284 CHECK_EQ(111, foo1->Int32Value());
8287 CHECK_EQ(999, z1->Int32Value());
8299 CHECK_EQ(333, foo2->Int32Value());
8301 CHECK_EQ(888, z2->Int32Value());
8446 CHECK_EQ(3, v->Int32Value());
8565 CHECK_EQ(1, r->Int32Value());
8601 CHECK_EQ(42, result->Int32Value());
8631 CHECK_EQ(24, result->Int32Value());
8735 g_echo_value_1 = value->Int32Value();
8742 g_echo_value_2 = value->Int32Value();
8993 CHECK_EQ(3, value->Int32Value());
8999 CHECK_EQ(3, value->Int32Value());
9004 CHECK_EQ(3, value->Int32Value());
9008 CHECK_EQ(3, value->Int32Value());
9013 CHECK_EQ(3, value->Int32Value());
9018 CHECK_EQ(3, value->Int32Value());
9269 CHECK_EQ(10, value->Int32Value());
9339 CHECK_EQ(1, value->Int32Value());
9353 CHECK_EQ(1, value->Int32Value());
9360 CHECK_EQ(1, value->Int32Value());
9371 CHECK_EQ(1, value->Int32Value());
9378 CHECK_EQ(1, value->Int32Value());
9398 CHECK_EQ(1, value->Int32Value());
9558 CHECK_EQ(42, value->Int32Value());
9566 CHECK_EQ(42, value->Int32Value());
9575 CHECK_EQ(42, value->Int32Value());
9610 CHECK_EQ(42, value->Int32Value());
9613 CHECK_EQ(12, value->Int32Value());
9660 CHECK_EQ(42, value->Int32Value());
9662 CHECK_EQ(12, value->Int32Value());
9664 CHECK_EQ(1, value->Int32Value());
9671 CHECK_EQ(42, value->Int32Value());
9673 CHECK_EQ(12, value->Int32Value());
9675 CHECK_EQ(1, value->Int32Value());
9786 CHECK_EQ(12, value->Int32Value());
9789 CHECK_EQ(42, value->Int32Value());
9795 CHECK_EQ(42, value->Int32Value());
9820 CHECK_EQ(0, o0->Get(v8_str("x"))->Int32Value());
9822 CHECK_EQ(0, o0->Get(v8_str("x"))->Int32Value());
9823 CHECK_EQ(1, o0->Get(v8_str("y"))->Int32Value());
9825 CHECK_EQ(0, o0->Get(v8_str("x"))->Int32Value());
9826 CHECK_EQ(1, o0->Get(v8_str("y"))->Int32Value());
9827 CHECK_EQ(2, o0->Get(v8_str("z"))->Int32Value());
9829 CHECK_EQ(0, o0->Get(v8_str("x"))->Int32Value());
9830 CHECK_EQ(1, o0->Get(v8_str("y"))->Int32Value());
9831 CHECK_EQ(2, o0->Get(v8_str("z"))->Int32Value());
9832 CHECK_EQ(3, o0->Get(v8_str("u"))->Int32Value());
9861 CHECK_EQ(7, o->Get(v8_str("x"))->Int32Value());
9862 CHECK_EQ(7, h->Get(v8_str("x"))->Int32Value());
9867 CHECK_EQ(6, o->Get(v8_str("y"))->Int32Value());
9874 CHECK_EQ(8, o->Get(v8_str("z"))->Int32Value());
9875 CHECK_EQ(8, h->Get(v8_str("z"))->Int32Value());
9876 CHECK_EQ(8, p->Get(v8_str("z"))->Int32Value());
9878 CHECK_EQ(9, o->Get(v8_str("z"))->Int32Value());
9879 CHECK_EQ(8, h->Get(v8_str("z"))->Int32Value());
9880 CHECK_EQ(8, p->Get(v8_str("z"))->Int32Value());
9924 CHECK_EQ(0, o0->Get(v8_str("x"))->Int32Value());
9926 CHECK_EQ(0, o0->Get(v8_str("x"))->Int32Value());
9927 CHECK_EQ(1, o0->Get(v8_str("y"))->Int32Value());
9929 CHECK_EQ(0, o0->Get(v8_str("x"))->Int32Value());
9930 CHECK_EQ(1, o0->Get(v8_str("y"))->Int32Value());
9931 CHECK_EQ(2, o0->Get(v8_str("z"))->Int32Value());
9933 CHECK_EQ(0, o0->Get(v8_str("x"))->Int32Value());
9934 CHECK_EQ(1, o0->Get(v8_str("y"))->Int32Value());
9935 CHECK_EQ(2, o0->Get(v8_str("z"))->Int32Value());
9936 CHECK_EQ(3, o0->Get(v8_str("u"))->Int32Value());
10028 CHECK_EQ(42, CompileRun("func1.prototype.x")->Int32Value());
10030 CompileRun("func1.prototype = {}; func1.prototype.x")->Int32Value());
10041 CHECK_EQ(42, CompileRun("func2.prototype.x")->Int32Value());
10062 CHECK_EQ(42, CompileRun("function f() { return 42; }; f()")->Int32Value());
10169 CHECK_EQ(28, value->Int32Value());
10178 CHECK_EQ(28, value->Int32Value());
10341 CHECK_EQ(0, value->Int32Value());
10362 CHECK_EQ(2, current->Global()->Get(v8_str("result1"))->Int32Value());
10363 CHECK_EQ(0, current->Global()->Get(v8_str("result2"))->Int32Value());
10364 CHECK_EQ(1, current->Global()->Get(v8_str("result3"))->Int32Value());
10375 CHECK_EQ(2, current->Global()->Get(v8_str("result4"))->Int32Value());
10398 CHECK_EQ(1234, foo->Int32Value());
10406 CHECK_EQ(1234, other->Global()->Get(v8_str("na"))->Int32Value());
10433 CHECK_EQ(1234, script->Run()->Int32Value());
10487 CHECK_EQ(42, x_value->Int32Value());
10521 args.GetReturnValue().Set(v8_num(-args[0]->Int32Value()));
10553 CHECK_EQ(42, value->Int32Value());
10557 CHECK_EQ(49, value->Int32Value());
10562 CHECK_EQ(45, value->Int32Value());
10567 CHECK_EQ(87, value->Int32Value());
10574 CHECK_EQ(99, value->Int32Value());
10579 CHECK_EQ(17, value->Int32Value());
10585 CHECK_EQ(-43, value->Int32Value());
10592 CHECK_EQ(28, value->Int32Value());
10891 CHECK_EQ(expected, value->Int32Value());
11112 CHECK_EQ(239, value->Int32Value());
11122 CHECK_EQ(239, value->Int32Value());
11145 CHECK_EQ(239 + 42, value->Int32Value());
11155 CHECK_EQ(239 + 42, value->Int32Value());
11181 CHECK_EQ(239 + 42, value->Int32Value());
11209 CHECK_EQ(42 * 7, value->Int32Value());
11240 CHECK_EQ(42 * 10, value->Int32Value());
11271 CHECK_EQ(42 * 10, value->Int32Value());
11296 CHECK_EQ(42, value->Int32Value());
11328 CHECK_EQ(239 + 42, value->Int32Value());
11361 CHECK_EQ(42, value->Int32Value());
11379 CHECK_EQ(42, value->Int32Value());
11410 CHECK_EQ(41, value->Int32Value());
11437 CHECK_EQ(41 * 7, value->Int32Value());
11457 CHECK_EQ(43, value->Int32Value());
11490 CHECK_EQ(41, value->Int32Value());
11531 CHECK_EQ(41, value->Int32Value());
11560 CHECK_EQ(41 * 7, value->Int32Value());
11587 CHECK_EQ(41 * 7, value->Int32Value());
11616 CHECK_EQ(239 * 10, value->Int32Value());
11640 args.GetReturnValue().Set(args[0]->Int32Value() + 1);
11654 args.GetReturnValue().Set(args[0]->Int32Value() + 1);
11811 CHECK_EQ(42, context->Global()->Get(v8_str("result"))->Int32Value());
11842 CHECK_EQ(42, context->Global()->Get(v8_str("result"))->Int32Value());
11878 CHECK_EQ(40, context->Global()->Get(v8_str("result"))->Int32Value());
11879 CHECK_EQ(42, context->Global()->Get(v8_str("saved_result"))->Int32Value());
11915 CHECK_EQ(40, context->Global()->Get(v8_str("result"))->Int32Value());
11916 CHECK_EQ(42, context->Global()->Get(v8_str("saved_result"))->Int32Value());
11956 CHECK_EQ(42, context->Global()->Get(v8_str("saved_result"))->Int32Value());
11996 CHECK_EQ(42, context->Global()->Get(v8_str("saved_result"))->Int32Value());
12022 CHECK_EQ(42, context->Global()->Get(v8_str("result"))->Int32Value());
12050 CHECK_EQ(42, context->Global()->Get(v8_str("result"))->Int32Value());
12082 CHECK_EQ(40, context->Global()->Get(v8_str("result"))->Int32Value());
12083 CHECK_EQ(42, context->Global()->Get(v8_str("saved_result"))->Int32Value());
12119 CHECK_EQ(42, context->Global()->Get(v8_str("saved_result"))->Int32Value());
12155 CHECK_EQ(42, context->Global()->Get(v8_str("saved_result"))->Int32Value());
12190 CHECK_EQ(42*5 + 40*5, context->Global()->Get(v8_str("result"))->Int32Value());
12218 CHECK_EQ(42*5 + 40*5, context->Global()->Get(v8_str("result"))->Int32Value());
12244 CHECK_EQ(42*5 + 40*5, context->Global()->Get(v8_str("result"))->Int32Value());
12268 CHECK_EQ(3, context->Global()->Get(v8_str("result"))->Int32Value());
12269 CHECK_EQ(239, context->Global()->Get(v8_str("saved_result"))->Int32Value());
12291 CHECK_EQ(42*5 + 40*5, context->Global()->Get(v8_str("result"))->Int32Value());
12313 CHECK_EQ(42*5 + 40*5, context->Global()->Get(v8_str("result"))->Int32Value());
12452 CHECK_EQ(42, value->Int32Value());
12468 CHECK_EQ(42, value->Int32Value());
12671 CHECK_EQ(42, value->Int32Value());
12673 CHECK_EQ(42, value->Int32Value());
12677 CHECK_EQ(1, value->Int32Value());
12681 CHECK_EQ(42, value->Int32Value());
12987 CHECK_EQ(91, script->Run()->Int32Value());
13009 CHECK_EQ(91, script->Run()->Int32Value());
13041 CHECK_EQ(42, script->Run()->Int32Value());
13055 CHECK_EQ(42, script->Run()->Int32Value());
14028 CHECK_EQ(1234, script0->Run()->Int32Value());
14029 CHECK_EQ(1234, script1->Run()->Int32Value());
14030 CHECK_EQ(1234, script2->Run()->Int32Value());
14640 CHECK_EQ(42, value->Int32Value());
14968 CHECK_EQ(4, global->Get(simple_property)->Int32Value());
14971 CHECK_EQ(4, global->Get(simple_property)->Int32Value());
14974 CHECK_EQ(6, global->Get(simple_property)->Int32Value());
14979 CHECK_EQ(3, global->Get(access_property)->Int32Value());
14983 CHECK_EQ(3, global->Get(access_property)->Int32Value());
14989 CHECK_EQ(8, global->Get(access_property)->Int32Value());
15010 CHECK_EQ(3, global->Get(some_property)->Int32Value());
15014 CHECK_EQ(3, global->Get(some_property)->Int32Value());
15027 CHECK_EQ(8, global->Get(some_property)->Int32Value());
15033 CHECK_EQ(3, global->Get(some_property)->Int32Value());
15038 ->Int32Value());
15054 CHECK_EQ(4, global->Get(simple_property)->Int32Value());
15057 CHECK_EQ(4, global->Get(simple_property)->Int32Value());
15096 CHECK_EQ(42, global->Get(some_property)->Int32Value());
15102 CHECK_EQ(42, global->Get(some_property)->Int32Value());
15123 CHECK_EQ(4, CompileRun("f()")->Int32Value());
15129 CHECK_EQ(5, CompileRun("f()")->Int32Value());
15152 CHECK_EQ(42, res->Int32Value());
15259 CHECK_EQ(43, result->Int32Value());
15325 CHECK_EQ(1503, result->Int32Value());
15327 CHECK_EQ(1, result->Int32Value());
15334 CHECK_EQ(-28, result->Int32Value());
15341 CHECK_EQ(0, result->Int32Value());
15348 CHECK_EQ(8 * 255, result->Int32Value());
15355 CHECK_EQ(2076, result->Int32Value());
15362 CHECK_EQ(28, result->Int32Value());
15369 CHECK_EQ(28, result->Int32Value());
15396 CHECK_EQ(255, result->Int32Value());
15410 CHECK_EQ(984, result->Int32Value());
15416 CHECK_EQ(8, result->Int32Value());
15430 CHECK_EQ(0, result->Int32Value());
15437 CHECK_EQ(2, result->Int32Value());
15444 CHECK_EQ(0, result->Int32Value());
15451 CHECK_EQ(255, result->Int32Value());
15458 CHECK_EQ(0, result->Int32Value());
15464 CHECK_EQ(33, result->Int32Value());
15471 CHECK_EQ(12, result->Int32Value());
15476 CHECK_EQ(77, v8::Object::Cast(*result)->Get(v8_str("0"))->Int32Value());
15482 CHECK_EQ(77, v8::Object::Cast(*result)->Get(v8_str("0"))->Int32Value());
15483 CHECK_EQ(23, v8::Object::Cast(*result)->Get(v8_str("1"))->Int32Value());
15486 CHECK_EQ(23, result->Int32Value());
15491 CHECK_EQ(255, result->Int32Value());
15495 CHECK_EQ(255, result->Int32Value());
15512 CHECK_EQ(32640, result->Int32Value());
15526 CHECK_EQ(0, result->Int32Value());
15542 CHECK_EQ(32640, result->Int32Value());
15560 CHECK_EQ(0, result->Int32Value());
15582 CHECK_EQ(32640, result->Int32Value());
15592 CHECK_EQ(48896, result->Int32Value());
15606 CHECK_EQ(65280, result->Int32Value());
15623 CHECK_EQ(65280, result->Int32Value());
15637 Int32Value());
15652 CHECK_EQ(32640, result->Int32Value());
15670 CHECK_EQ(32640, result->Int32Value());
15727 CHECK_EQ(1, result->Int32Value());
15733 CHECK_EQ(-28, result->Int32Value());
15780 CHECK_EQ(1503, result->Int32Value());
15782 CHECK_EQ(1, result->Int32Value());
15790 CHECK_EQ(-28, result->Int32Value());
15801 CHECK_EQ(28, result->Int32Value());
15812 CHECK_EQ(28, result->Int32Value());
15820 CHECK_EQ(-28, result->Int32Value());
15831 CHECK_EQ(28, result->Int32Value());
15842 CHECK_EQ(28, result->Int32Value());
15882 CHECK_EQ(28, result->Int32Value());
15915 CHECK_EQ(0, result->Int32Value());
15929 CHECK_EQ(2, result->Int32Value());
15945 CHECK_EQ(0, result->Int32Value());
15957 CHECK_EQ(expected_value, result->Int32Value());
15967 CHECK_EQ(0, result->Int32Value());
16023 CHECK_EQ(16000000, result->Int32Value());
16038 CHECK_EQ(16000000, result->Int32Value());
16043 CHECK_EQ(33, result->Int32Value());
16050 CHECK_EQ(12, result->Int32Value());
16055 CHECK_EQ(77, v8::Object::Cast(*result)->Get(v8_str("0"))->Int32Value());
16061 CHECK_EQ(77, v8::Object::Cast(*result)->Get(v8_str("0"))->Int32Value());
16062 CHECK_EQ(23, v8::Object::Cast(*result)->Get(v8_str("1"))->Int32Value());
16065 CHECK_EQ(23, result->Int32Value());
16191 CHECK_EQ(23, result->Int32Value());
16204 CHECK_EQ(1503, result->Int32Value());
16218 CHECK_EQ(1503, result->Int32Value());
16577 CHECK_EQ(dep->Run()->Int32Value(), 100);
16578 CHECK_EQ(indep->Run()->Int32Value(), 100);
16582 CHECK_EQ(dep->Run()->Int32Value(), 100);
16583 CHECK_EQ(indep->Run()->Int32Value(), 101);
16633 int testGroup = args[0]->Int32Value();
17641 CHECK_EQ(0, script_origin_f.ResourceLineOffset()->Int32Value());
17645 CHECK_EQ(0, script_origin_g.ResourceLineOffset()->Int32Value());
17863 CHECK_EQ(42, c1->Get(v8_str("x"))->Int32Value());
17864 CHECK_EQ(23, c1->Get(v8_str("y"))->Int32Value());
17870 CHECK_EQ(42, c2->Get(v8_str("x"))->Int32Value());
17871 CHECK_EQ(23, c2->Get(v8_str("y"))->Int32Value());
17914 CHECK_EQ(23, c1->Get(v8_str("x"))->Int32Value());
17915 CHECK_EQ(42, c1->Get(v8_str("y"))->Int32Value());
17921 CHECK_EQ(23, c2->Get(v8_str("x"))->Int32Value());
17922 CHECK_EQ(42, c2->Get(v8_str("y"))->Int32Value());
17950 CHECK_EQ(23, c1->Get(v8_str("x"))->Int32Value());
17951 CHECK_EQ(42, c1->Get(v8_str("y"))->Int32Value());
17967 CHECK_EQ(42, c1->Get(v8_str("x"))->Int32Value());
17968 CHECK_EQ(23, c1->Get(v8_str("y"))->Int32Value());
18274 CHECK_EQ(6, reresult->Int32Value());
18278 CHECK_EQ(6, reresult->Int32Value());
18281 CHECK_EQ(1, reresult->Int32Value());
18284 CHECK_EQ(1, reresult->Int32Value());
18307 CHECK_EQ(static_cast<int32_t>('e'), reresult->Int32Value());
19112 CHECK_EQ(32, value->Int32Value());
19194 CHECK_EQ(expected, object->Get(v8_str("context_id"))->Int32Value());
19434 CHECK_EQ(42, result->Int32Value());
19436 CHECK_EQ(42, result->Int32Value());
19438 CHECK_EQ(42, result->Int32Value());
19835 int32_t level = args[0]->Int32Value();
20326 context->Global()->Get(v8_str("result"))->Int32Value());