Searched refs:identifierStart (Results 1 – 2 of 2) sorted by relevance
662 const UChar* identifierStart = currentCharacter(); in lex() local667 lvalp->ident = makeIdentifier(identifierStart, currentCharacter() - identifierStart); in lex()670 m_buffer16.append(identifierStart, currentCharacter() - identifierStart); in lex()
362 int identifierStart = divot() - startOffset(); in emitBytecode() local363 generator.emitExpressionInfo(identifierStart + m_ident.size(), m_ident.size(), 0); in emitBytecode()