Home | History | Annotate | Download | only in cctest

Lines Matching defs:xValue

5568 v8::Persistent<Value> xValue;
5577 CHECK(xValue.IsEmpty());
5578 xValue.Reset(info.GetIsolate(), value);
5590 CHECK(xValue.IsEmpty());
5592 CHECK_EQ(v8_num(4), Local<Value>::New(CcTest::isolate(), xValue));
5593 xValue.Reset();
5606 CHECK(xValue.IsEmpty());
5608 CHECK_EQ(v8_num(4), Local<Value>::New(CcTest::isolate(), xValue));
5609 xValue.Reset();