Searched refs:IdentPath (Results 1 – 1 of 1) sorted by relevance
3263 function IdentPath(name) { class3268 IdentPath.prototype = { class3301 (property instanceof IdentPath || property instanceof Literal) &&3302 (object instanceof MemberExpression || object instanceof IdentPath);3315 parts.push(this.property instanceof IdentPath ?3371 var propName = this.property instanceof IdentPath ? this.property.name :3517 var ident = new IdentPath(name);3530 if (!(expression instanceof IdentPath))3558 key: key instanceof IdentPath ? key.name : key.value,