You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

 

ActionScript

JavaScript + Closure annotation

Notes

int

int(value)

(value >> 0)

 

isXMLName

isXMLName()

?

 

trace

trace()

?

 

uint

uint(value)

(value >>> 0)

 

Vector

result = Vector.<type>(valueArray);
result = /** @type {Array.<type>} */ valueArray;

 

XML

XML(value)

?

 

XMLList

XMLList(value)

?

 

  • No labels