Searched refs:arrayLengthChangingFunctions (Results 1 – 2 of 2) sorted by relevance
126 …private static readonly arrayLengthChangingFunctions = new Set(['push', 'pop', 'shift', 'splice', … property in ArrayProxyHandler169 } else if (ArrayProxyHandler.arrayLengthChangingFunctions.has(key)) {
7529 else if (ArrayProxyHandler.arrayLengthChangingFunctions.has(key)) {7576 ArrayProxyHandler.arrayLengthChangingFunctions = new Set(['push', 'pop', 'shift', 'splice', 'unshif… variable in ArrayProxyHandler