MCPcopy
hub / github.com/winjs/winjs / ModuleReferenceSyntax

Function ModuleReferenceSyntax

tools/dts-verifier/lib/typescript.js:9287–9289  ·  view source on GitHub ↗
(parsedInStrictMode)

Source from the content-addressed store, hash-verified

9285 var ModuleReferenceSyntax = (function (_super) {
9286 __extends(ModuleReferenceSyntax, _super);
9287 function ModuleReferenceSyntax(parsedInStrictMode) {
9288 _super.call(this, parsedInStrictMode);
9289 }
9290 ModuleReferenceSyntax.prototype.isModuleReference = function () {
9291 return true;
9292 };

Callers

nothing calls this directly

Calls 1

callMethod · 0.80

Tested by

no test coverage detected