1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
|
Code completion result for source line:
var total=order.item.|qty * order.item.price
(QueryType=COMPLETION, prefixSearch=true, caseSensitive=true)
------------------------------------
METHOD eval(string) : void Object
METHOD hasOwnProperty(prop) : Boolean Object
METHOD isPrototypeOf(object) : Boolea Object
METHOD propertyIsEnumerable(prop) : B Object
METHOD toLocaleString() : String Object
METHOD toSource() : void Object
METHOD toString() : String Object
METHOD unwatch(prop) : void Object
METHOD valueOf() : void Object
METHOD watch(prop, handler) : void Object
PROPERTY constructor Object
PROPERTY prototype Object
|