Home | History | Annotate | Download | only in cctest

Lines Matching defs:result2

10747       "result2 = f(this);"
10753 CHECK_EQ(0, current->Global()->Get(v8_str("result2"))->Int32Value());
19475 int result2 = CalcFibonacci(CcTest::isolate(), 12);
19483 CHECK_EQ(result2, 144);
19485 CHECK_EQ(result2, thread2.result());
20477 Local<Value> result2 = CompileRun("Object.getPrototypeOf(protected)");
20478 CHECK(result2->Equals(Undefined(isolate)));
22257 Local<Value> result2 = CompileRun("func2();");
22258 CHECK_EQ(v8::Integer::New(isolate, 17), result2);