Searched refs:hasPlugin (Results 1 – 5 of 5) sorted by relevance
148 public function hasPlugin($name): bool function in Elastica\\Node\\Info
967 …if (code === 124 && next === 125 && this.hasPlugin("flow")) return this.finishOp(types.braceBarR, …1064 if (this.hasPlugin("flow") && this.input.charCodeAt(this.state.pos + 1) === 124) {1075 if (this.hasPlugin("functionBind") && this.input.charCodeAt(this.state.pos + 1) === 58) {1591 Parser.prototype.hasPlugin = function hasPlugin(name) { method in Parser1873 if (this.hasPlugin("dynamicImport") && this.lookahead().type === types.parenL) break;1938 if (!this.hasPlugin("decorators")) {2004 if (this.hasPlugin("asyncGenerators") && this.state.inAsync && this.isContextual("await")) {2369 if (node.async && !this.hasPlugin("asyncGenerators")) {2519 var isGenerator = this.hasPlugin("asyncGenerators") && this.eat(types.star);2536 …} else if (this.hasPlugin("classConstructorCall") && isSimple && _key.name === "call" && this.matc…[all …]
1626 function hasPlugin( id ) { function6175 hasPlugin: hasPlugin, property
1651 - Add getPlugins and hasPlugin methods to Node\Info
20 …singPlugin=function(e){return!!this[Qn]&&!0===this[Qn][e]},jn.prototype.hasPlugin=function(e){retu…