Home | History | Annotate | Download | only in cctest

Lines Matching defs:x1

99       "function C2(x) { this.x1 = x; this.x2 = x; this[1] = x; }\n"
135 // -a-> X1 --a
147 const v8::HeapGraphNode* x1 =
149 CHECK_NE(NULL, x1);
156 CHECK_EQ(x1->GetSelfSize(), x1->GetRetainedSize());