File: arrays1.js.testArrays01.completion

package info (click to toggle)
libnb-platform18-java 12.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 729,800 kB
  • sloc: java: 5,059,097; xml: 574,432; php: 78,788; javascript: 29,039; ansic: 10,278; sh: 6,386; cpp: 4,612; jsp: 3,643; sql: 1,097; makefile: 540; objc: 288; perl: 277; haskell: 93
file content (62 lines) | stat: -rw-r--r-- 3,981 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
Code completion result for source line:
arr01.|pop();
(QueryType=COMPLETION, prefixSearch=true, caseSensitive=true)
------------------------------------
CLASS      prototype                       [PUBLIC]   JS Platform
METHOD     apply(thisArg: Object): Array   [PUBLIC]   JS Platform
METHOD     assign(target: Object): Object  [PUBLIC,   JS Platform
METHOD     call(thisArg: Object): String   [PUBLIC]   JS Platform
METHOD     concat(value1): Array           [PUBLIC]   JS Platform
METHOD     copyWithin(target: String): un  [PUBLIC]   JS Platform
METHOD     create(proto: Object): Object   [PUBLIC,   JS Platform
METHOD     defineProperties(obj: Object,   [PUBLIC,   JS Platform
METHOD     defineProperty(obj: Object, pr  [PUBLIC,   JS Platform
METHOD     entries(): Array                [PUBLIC]   JS Platform
METHOD     every(callback: Function): Boo  [PUBLIC]   JS Platform
METHOD     fill(value: Array): undefined   [PUBLIC]   JS Platform
METHOD     filter(callback: Function): Ar  [PUBLIC]   JS Platform
METHOD     find(callback: Function): Obje  [PUBLIC]   JS Platform
METHOD     findIndex(callback: Function):  [PUBLIC]   JS Platform
METHOD     forEach(callback: Function): u  [PUBLIC]   JS Platform
METHOD     freeze(obj: Object): Object     [PUBLIC,   JS Platform
METHOD     from(arrayLike: Object): Array  [PUBLIC,   JS Platform
METHOD     getOwnPropertyDescriptor(obj:   [PUBLIC,   JS Platform
METHOD     getOwnPropertyDescriptors(obj:  [PUBLIC,   JS Platform
METHOD     getOwnPropertyNames(obj: Objec  [PUBLIC,   JS Platform
METHOD     getOwnPropertySymbols(obj: Obj  [PUBLIC,   JS Platform
METHOD     getPrototypeOf(obj: Object): O  [PUBLIC,   JS Platform
METHOD     hasOwnProperty(prop: String):   [PUBLIC]   JS Platform
METHOD     includes(searchElement: String  [PUBLIC]   JS Platform
METHOD     indexOf(searchElement: Array):  [PUBLIC]   JS Platform
METHOD     is(value1: String, value2: Str  [PUBLIC,   JS Platform
METHOD     isArray(obj: Object): Boolean   [PUBLIC,   JS Platform
METHOD     isExtensible(obj: Object): Boo  [PUBLIC,   JS Platform
METHOD     isFrozen(obj: Object): Boolean  [PUBLIC,   JS Platform
METHOD     isPrototypeOf(obj): Boolean     [PUBLIC]   JS Platform
METHOD     isSealed(obj: Object): Boolean  [PUBLIC,   JS Platform
METHOD     join(): String                  [PUBLIC]   JS Platform
METHOD     keys(): Array                   [PUBLIC]   JS Platform
METHOD     lastIndexOf(searchElement: Obj  [PUBLIC]   JS Platform
METHOD     map(callback: Function): Array  [PUBLIC]   JS Platform
METHOD     of(element0): Array             [PUBLIC,   JS Platform
METHOD     pop(): Object                   [PUBLIC]   JS Platform
METHOD     preventExtensions(obj: Object)  [PUBLIC,   JS Platform
METHOD     propertyIsEnumerable(prop: Str  [PUBLIC]   JS Platform
METHOD     push(element1): Number          [PUBLIC]   JS Platform
METHOD     reduce(callback: Function): Ob  [PUBLIC]   JS Platform
METHOD     reduceRight(callback: Function  [PUBLIC]   JS Platform
METHOD     reverse(): Array                [PUBLIC]   JS Platform
METHOD     seal(obj: Object): Object       [PUBLIC,   JS Platform
METHOD     shift(): Object                 [PUBLIC]   JS Platform
METHOD     slice(): Array                  [PUBLIC]   JS Platform
METHOD     some(callback: Function): Bool  [PUBLIC]   JS Platform
METHOD     sort(): Array                   [PUBLIC]   JS Platform
METHOD     splice(start: Number, deleteCo  [PUBLIC]   JS Platform
METHOD     toLocaleString(): String        [PUBLIC]   JS Platform
METHOD     toString(): String              [PUBLIC]   JS Platform
METHOD     unshift(): Number               [PUBLIC]   JS Platform
METHOD     valueOf(): Object               [PUBLIC]   JS Platform
METHOD     values(): Array                 [PUBLIC]   JS Platform
FIELD      constructor: Function           [PUBLIC]   JS Platform
FIELD      length: Number                  [PUBLIC]   JS Platform
FIELD      name: String                    [PUBLIC,   JS Platform