Home | History | Annotate | Download | only in cctest

Lines Matching full:x_value

5499   v8::Handle<v8::Value> x_value = CompileRun("fun('x')");
5500 CHECK_EQ(42, x_value->Int32Value());
5503 x_value = CompileRun("fun('x')");
5504 CHECK(x_value.IsEmpty());