Home
last modified time | relevance | path

Searched refs:AstNode (Results 1 – 2 of 2) sorted by relevance

/plugin/pdfjs/pdfjs/build/
Dpdf.worker.js53828 function AstNode(type) {
53832 AstNode.prototype.visit = function (visitor) {
53837 AstNode.call(this, 'args'); field
53843 AstArgument.prototype = Object.create(AstNode.prototype);
53850 AstNode.call(this, 'literal'); field
53856 AstLiteral.prototype = Object.create(AstNode.prototype);
53863 AstNode.call(this, 'binary'); field
53871 AstBinaryOperation.prototype = Object.create(AstNode.prototype);
53878 AstNode.call(this, 'max'); field
53884 AstMin.prototype = Object.create(AstNode.prototype);
[all …]
Dpdf.worker.js.map1AstNode","AstArgument","AstLiteral","AstBinaryOperation","AstMin","AstVariable","AstVariableDefini…