| 12
 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
 
 | Code completion result for source line:
f.|call({msg:"Ahoj"});
(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     create(proto: Object): Object   [PUBLIC,   JS Platform
METHOD     defineProperties(obj: Object,   [PUBLIC,   JS Platform
METHOD     defineProperty(obj: Object, pr  [PUBLIC,   JS Platform
METHOD     entries(obj: Object): Array     [PUBLIC,   JS Platform
METHOD     freeze(obj: Object): Object     [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     is(value1: String, value2: Str  [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     keys(obj: Object): Array        [PUBLIC,   JS Platform
METHOD     preventExtensions(obj: Object)  [PUBLIC,   JS Platform
METHOD     propertyIsEnumerable(prop: Str  [PUBLIC]   JS Platform
METHOD     seal(obj: Object): Object       [PUBLIC,   JS Platform
METHOD     toLocaleString(): String        [PUBLIC]   JS Platform
METHOD     toString(): String              [PUBLIC]   JS Platform
METHOD     valueOf(): Object               [PUBLIC]   JS Platform
METHOD     values(obj: Object): Array      [PUBLIC,   JS Platform
FIELD      constructor: Function           [PUBLIC]   JS Platform
FIELD      length: Number                  [PUBLIC,   JS Platform
FIELD      msg                             [PUBLIC]   issue215353.js
FIELD      name: String                    [PUBLIC,   JS Platform
 |