Searched refs:parseIdentifier (Results 1 – 1 of 1) sorted by relevance
1956 node.label = this.parseIdentifier();2461 var key = this.parseIdentifier(true); // eats 'static'2589 node.id = this.parseIdentifier();2612 specifier.exported = this.parseIdentifier();2622 _specifier.exported = this.parseIdentifier(true);2629 _specifier2.exported = this.parseIdentifier();2844 node.local = this.parseIdentifier(isDefault);2845 node.exported = this.eatContextual("as") ? this.parseIdentifier(true) : node.local.__clone();2884 …node.specifiers.push(this.parseImportSpecifierDefault(this.parseIdentifier(), startPos, startLoc));2892 specifier.local = this.parseIdentifier();[all …]