Home | History | Annotate | Download | only in cctest

Lines Matching defs:x2

99       "function C2(x) { this.x1 = x; this.x2 = x; this[1] = x; }\n"
136 // x -b-> X2 <-|
150 const v8::HeapGraphNode* x2 =
152 CHECK_NE(NULL, x2);
157 CHECK_EQ(x2->GetSelfSize(), x2->GetRetainedSize());