Home | History | Annotate | Download | only in cctest

Lines Matching defs:x2

182       "function C2(x) { this.x1 = x; this.x2 = x; this[1] = x; }\n"
216 // x -b-> X2 <-|
232 const v8::HeapGraphNode* x2 =
234 CHECK_NE(NULL, x2);
239 CHECK_NE(0, x2->GetSelfSize());