Home | History | Annotate | Download | only in bytecompiler

Lines Matching refs:ElementNode

1548 RegisterID* BytecodeGenerator::emitNewArray(RegisterID* dst, ElementNode* elements)
1551 for (ElementNode* n = elements; n; n = n->next()) {