Home | History | Annotate | Download | only in cctest

Lines Matching defs:x1

360       "function C(x) { this.x1 = x; this.x2 = x; }\n"
456 "function C2(x) { this.x1 = x; this.x2 = x; this[1] = x; }\n"
493 // -a-> X1 --a
505 const v8::HeapGraphNode* x1 =
507 CHECK_NE(NULL, x1);
514 CHECK_EQ(x1->GetSelfSize(), x1->GetRetainedSize(false));
518 CHECK_EQ(x1->GetSelfSize(), x1->GetRetainedSize(true));