Searched refs:AstNode (Results 1 – 2 of 2) sorted by relevance
| /plugin/pdfjs/pdfjs/build/ |
| D | pdf.worker.js | 53828 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 …]
|
| D | pdf.worker.js.map | 1 …AstNode","AstArgument","AstLiteral","AstBinaryOperation","AstMin","AstVariable","AstVariableDefini…
|