(id)
| 14327 | }.bind(this); |
| 14328 | |
| 14329 | function removeEscapeSequences(id) { |
| 14330 | return id.replace(/\\u([0-9a-fA-F]{4})/g, function(m0, codepoint) { |
| 14331 | return String.fromCharCode(parseInt(codepoint, 16)); |
| 14332 | }); |
| 14333 | } |
| 14334 | |
| 14335 | char = getIdentifierStart(); |
| 14336 | if (char === null) { |