MCPcopy
hub / github.com/winjs/winjs / PositionedToken

Function PositionedToken

tools/dts-verifier/lib/typescript.js:4597–4599  ·  view source on GitHub ↗
(parent, token, fullStart)

Source from the content-addressed store, hash-verified

4595 var PositionedToken = (function (_super) {
4596 __extends(PositionedToken, _super);
4597 function PositionedToken(parent, token, fullStart) {
4598 _super.call(this, parent, token, fullStart);
4599 }
4600 PositionedToken.prototype.token = function () {
4601 return this.element();
4602 };

Callers

nothing calls this directly

Calls 1

callMethod · 0.80

Tested by

no test coverage detected