Searched refs:expandOnce (Results 1 – 3 of 3) sorted by relevance
15194 _proto.expandOnce = function expandOnce() {15258 this.expandOnce();15268 … var expanded = this.expandOnce(); // expandOnce returns Token if and only if it's fully expanded.15301 … var expanded = this.expandOnce(); // expandOnce returns Token if and only if it's fully expanded.
1 …expandOnce=function(){var t=this.popToken(),e=t.text,r=this._getExpansion(e);if(null==r)return thi… method
14852 expandOnce() { method in MacroExpander14909 * Equivalent to expandOnce() followed by future().14914 this.expandOnce();14924 …const expanded = this.expandOnce(); // expandOnce returns Token if and only if it's fully expanded.14957 …const expanded = this.expandOnce(); // expandOnce returns Token if and only if it's fully expanded.