23.06.2015 Views

TypeScript Language Specification v1.5

TypeScript Language Specification v1.5

TypeScript Language Specification v1.5

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

_super.<br />

where PropertyName is the name of the referenced base class property. When the super property access<br />

appears in a function call, the generated JavaScript is equivalent to<br />

_super..call(this, )<br />

where Arguments is the code generated for the argument list specified in the function call.<br />

128

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!