1+ {
2+ "scope" : " source.js" ,
3+ "completions" : [
4+ [
5+ " reduceRight( callbackfn: Function, initialValue?: any ): any\t Array" ,
6+ " reduceRight(${1:callbackfn: Function}, ${2:initialValue?: any})"
7+ ],
8+ [
9+ " splice( start: int, deleteCount: int, items...: any ): Array\t Array" ,
10+ " splice(${1:start: int}, ${2:deleteCount: int}, ${3:items...: any})"
11+ ],
12+ [
13+ " reduce( callbackfn: Function, initialValue?: any ): any\t Array" ,
14+ " reduce(${1:callbackfn: Function}, ${2:initialValue?: any})"
15+ ],
16+ [
17+ " lastIndexOf( searchElement: any, fromIndex?: int ): int\t Array" ,
18+ " lastIndexOf(${1:searchElement: any}, ${2:fromIndex?: int})"
19+ ],
20+ [
21+ " forEach( callbackfn: Function, thisArg?: any ): Array\t Array" ,
22+ " forEach(${1:callbackfn: Function}, ${2:thisArg?: any})"
23+ ],
24+ [
25+ " filter( callbackfn: Function, thisArg?: any ): Array\t Array" ,
26+ " filter(${1:callbackfn: Function}, ${2:thisArg?: any})"
27+ ],
28+ [
29+ " indexOf( searchElement: any, fromIndex?: int ): int\t Array" ,
30+ " indexOf(${1:searchElement: any}, ${2:fromIndex?: int})"
31+ ],
32+ [
33+ " every( callbackfn: Function, thisArg?: any ): Array\t Array" ,
34+ " every(${1:callbackfn: Function}, ${2:thisArg?: any})"
35+ ],
36+ [
37+ " some( callbackfn: Function, thisArg?: any ): Array\t Array" ,
38+ " some(${1:callbackfn: Function}, ${2:thisArg?: any})"
39+ ],
40+ [
41+ " map( callbackfn: Function, thisArg?: any ): Array\t Array" ,
42+ " map(${1:callbackfn: Function}, ${2:thisArg?: any})"
43+ ],
44+ [
45+ " Array.isArray( arg: any ): static boolean\t Array" ,
46+ " Array.isArray(${1:arg: any})"
47+ ],
48+ [
49+ " slice( start: int, end: int ): Array\t Array" ,
50+ " slice(${1:start: int}, ${2:end: int})"
51+ ],
52+ [
53+ " new Array( params...?: any ): Array\t Array" ,
54+ " new Array(${1:params...?: any})"
55+ ],
56+ [
57+ " isArray( arg: any ): static boolean\t Array" ,
58+ " isArray(${1:arg: any})"
59+ ],
60+ [
61+ " sort( compareFn: Function ): Array\t Array" ,
62+ " sort(${1:compareFn: Function})"
63+ ],
64+ [
65+ " join( separator: string ): string\t Array" ,
66+ " join(${1:separator: string})"
67+ ],
68+ [
69+ " Array( params...?: any ): Array\t Array" ,
70+ " Array(${1:params...?: any})"
71+ ],
72+ [
73+ " concat( items...: any ): string\t Array" ,
74+ " concat(${1:items...: any})"
75+ ],
76+ [
77+ " unshift( items...: any ): Array\t Array" ,
78+ " unshift(${1:items...: any})"
79+ ],
80+ [
81+ " new Array( size: int ): Array\t Array" ,
82+ " new Array(${1:size: int})"
83+ ],
84+ [
85+ " push( items...: any ): Array\t Array" ,
86+ " push(${1:items...: any})"
87+ ],
88+ [
89+ " Array( size: int ): Array\t Array" ,
90+ " Array(${1:size: int})"
91+ ],
92+ [
93+ " toLocaleString(): string\t Array" ,
94+ " toLocaleString()"
95+ ],
96+ [
97+ " toString(): string\t Array" ,
98+ " toString()"
99+ ],
100+ [
101+ " reverse(): Array\t Array" ,
102+ " reverse()"
103+ ],
104+ [
105+ " shift(): Array\t Array" ,
106+ " shift()"
107+ ],
108+ [
109+ " length: int\t Array" ,
110+ " length"
111+ ],
112+ [
113+ " pop(): any\t Array" ,
114+ " pop()"
115+ ]
116+ ]
117+ }
0 commit comments