Function
PositionedNodeOrToken
(parent, nodeOrToken, fullStart)
Source from the content-addressed store, hash-verified
| 4571 | var PositionedNodeOrToken = (function (_super) { |
| 4572 | __extends(PositionedNodeOrToken, _super); |
| 4573 | function PositionedNodeOrToken(parent, nodeOrToken, fullStart) { |
| 4574 | _super.call(this, parent, nodeOrToken, fullStart); |
| 4575 | } |
| 4576 | PositionedNodeOrToken.prototype.nodeOrToken = function () { |
| 4577 | return this.element(); |
| 4578 | }; |
Callers
nothing calls this directly
Tested by
no test coverage detected