Lines Matching refs:_hasMethod
128 Transformer.prototype._hasMethod = function (method) { method in Transformer
133 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')) {
244 if (this._hasMethod('compileFileClient')) {
256 if (this._hasMethod('compileFileClientAsync')) {
258 } else if (this._hasMethod('compileFileClient')) {
264 if (this._hasMethod('compileClientAsync')) {
285 if (this._hasMethod('render')) {
308 if (this._hasMethod('renderAsync')) {
310 } else if (this._hasMethod('render')) {
323 if (this._hasMethod('renderFile')) {
325 } else if (this._hasMethod('render')) {
343 if (this._hasMethod('renderFileAsync')) {
345 } else if (this._hasMethod('renderFile')) {
347 } else if (this._hasMethod('compile') || this._hasMethod('compileAsync')
348 || this._hasMethod('compileFile') || this._hasMethod('compileFileAsync')) {