Lines Matching refs:Array
59 * @return {?Array<!Scope>}
112 * @return {!Array<!{value: *}>|undefined}
170 * @return {!Array<!JavaScriptCallFrame>}
180 // Returns array in form:
188 * @return {!Array<*>}
276 /** @type {!Array<number>} */
277 var scopeTypes = new Array(scopeMirrors.length);
278 /** @type {?Array<!Object>} */
279 var scopeObjects = new Array(scopeMirrors.length);
280 /** @type {!Array<string|undefined>} */
281 var scopeNames = new Array(scopeMirrors.length);
282 /** @type {?Array<number>} */
283 var scopeStartPositions = new Array(scopeMirrors.length);
284 /** @type {?Array<number>} */
285 var scopeEndPositions = new Array(scopeMirrors.length);
286 /** @type {?Array<function()|null>} */
287 var scopeFunctions = new Array(scopeMirrors.length);
303 /** @type {!Array<?RawLocation>} */
305 /** @type {!Array<?RawLocation>} */
328 * @return {!Array<!Object>}
371 /** @type {!Array<Scope>} */