Sha256: 726cbf53b78e46940ca218fea9705eff946c1c50ad789b02e59a2aa4885d24e7
Contents?: true
Size: 520 Bytes
Versions: 3
Compression:
Stored size: 520 Bytes
Contents
$traceurRuntime.ModuleStore.getAnonymousModule(function() { "use strict"; var Node = module.require("../Node").Node; function DebuggerStatement() { Node.call(this); this.type = "DebuggerStatement"; } DebuggerStatement.prototype = Object.create(Node); DebuggerStatement.prototype.codegen = function() { if (!Node.prototype.codegen.call(this)) { return; } return this; }; exports.DebuggerStatement = DebuggerStatement; return {}; }); //# sourceMappingURL=DebuggerStatement.map
Version data entries
3 entries across 3 versions & 1 rubygems