Home | History | Annotate | Download | only in es7

Lines Matching defs:mutation

1431 // Splice emitted after Array mutation methods
1696 var mutation = [
1706 function TestFastElements(prop, mutation, prepopulate, polymorphic, optimize) {
1708 "(function setElement(a, i, v) { " + mutation + "; " +
1735 for (var j in mutation)
1736 TestFastElements(props[i], mutation[j], b1 != 0, b2 != 0, b3 != 0);
1739 var mutation = [
1751 mutation, polymorphic, optimize, oldSize, newSize) {
1753 "(function setLength(a, v) { " + mutation + "; " +
1793 for (var i in mutation)
1794 TestFastElementsLength(mutation[i], b1 != 0, b2 != 0, 20*n1, 20*n2);