Home
last modified time | relevance | path

Searched defs:makeIdentifier (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/JavaScriptCore/parser/
DParserArena.h51 …ALWAYS_INLINE const Identifier& IdentifierArena::makeIdentifier(JSGlobalData* globalData, const UC… in makeIdentifier() function
DLexer.cpp323 ALWAYS_INLINE const Identifier* Lexer::makeIdentifier(const UChar* characters, size_t length) in makeIdentifier() function in JSC::Lexer