Home | History | Annotate | Download | only in cctest

Lines Matching defs:xValue

3682 v8::Persistent<Value> xValue;
3691 CHECK(xValue.IsEmpty());
3692 xValue = v8::Persistent<Value>::New(value);
3704 CHECK(xValue.IsEmpty());
3706 CHECK_EQ(v8_num(4), xValue);
3707 xValue.Dispose();
3708 xValue = v8::Persistent<Value>();