Home | History | Annotate | Download | only in cctest

Lines Matching defs:result3

8151                              "result3 = f(x);"));
8155 CHECK_EQ(1, current->Global()->Get(v8_str("result3"))->Int32Value());
16121 Local<Value> result3 = CompileRun("Object.getPrototypeOf(global)");
16122 CHECK(result3->Equals(global_object->GetPrototype()));