Searched refs:_import (Results 1 – 12 of 12) sorted by relevance
56 $this->_import();176 protected function _import() { function in admin_plugin_userimportextended
138 _import: kw("import"), property
94 case tt._import:101 return starttype === tt._import ? this.parseImport(node) : this.parseExport(node)
105 case tt._import:112 return starttype === tt._import ? this.parseImport(node) : this.parseExport(node, exports)
167 case tt._import:
223 _import: kw("import"), property706 case tt._import:713 return starttype === tt._import ? this.parseImport(node) : this.parseExport(node)
229 _import: kw("import"), property712 case tt._import:719 return starttype === tt._import ? this.parseImport(node) : this.parseExport(node)
222 _import: kw("import"), property751 case tt._import:758 return starttype === tt._import ? this.parseImport(node) : this.parseExport(node, exports)
228 _import: kw("import"), property757 case tt._import:764 return starttype === tt._import ? this.parseImport(node) : this.parseExport(node, exports)
1872 case types._import:1884 return starttype === types._import ? this.parseImport(node) : this.parseExport(node);2860 this.eat(types._import);3626 case types._import:5136 if (this.match(types._import)) {