Searched refs:_hasMethod (Results 1 – 1 of 1) sorted by relevance
128 Transformer.prototype._hasMethod = function (method) { method in Transformer133 return this._hasMethod(method);140 if (!this._hasMethod('compile')) {164 if (this._hasMethod('compileAsync')) {174 if (this._hasMethod('compileFile')) {176 } else if (this._hasMethod('renderFile')) {190 if (this._hasMethod('compileFileAsync')) {192 } else if (this._hasMethod('compileFile') || this._hasMethod('renderFile')) {198 if (this._hasMethod('compileAsync')) {230 if (this._hasMethod('compileClientAsync')) {[all …]