Home
last modified time | relevance | path

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

/plugin/processing/
H A Dscript.js12064 function AstFunction(name, params, body) { class
12069 AstFunction.prototype.toString = function() {
12087 return new AstFunction( m[1] !== "function" ? m[1] : null,
12740 statement instanceof AstMethod || statement instanceof AstFunction) {