Home
last modified time | relevance | path

Searched refs:NullIdentifier (Results 1 - 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/parsing/
H A Dparser-base.h640 name(parser->impl()->NullIdentifier()), in ParsePropertyInfo()
2297 prop_info->name = impl()->NullIdentifier(); in ParseProperty()
2311 prop_info->name = impl()->NullIdentifier(); in ParseProperty()
3643 IdentifierT name = impl()->NullIdentifier(); in ParseFunctionExpression()
4027 name = impl()->NullIdentifier(); in ParseVariableDeclarations()
4246 IdentifierT name = impl()->NullIdentifier(); in ParseClassDeclaration()
4248 IdentifierT variable_name = impl()->NullIdentifier(); in ParseClassDeclaration()
4601 ParseFunctionBody(&body, impl()->NullIdentifier(), kNoSourcePosition, in ParseArrowFunctionLiteral()
4612 ParseFunctionBody(&body, impl()->NullIdentifier(), kNoSourcePosition, in ParseArrowFunctionLiteral()
4622 ParseFunctionBody(&body, impl()->NullIdentifier(), kNoSourcePositio in ParseArrowFunctionLiteral()
[all...]
H A Dparser.h745 V8_INLINE static std::nullptr_t NullIdentifier() { return nullptr; } in NullIdentifier() function in v8::internal::Parser
H A Dpreparser.h1475 V8_INLINE static PreParserIdentifier NullIdentifier() { in NullIdentifier() function in v8::internal::PreParser

Completed in 16 milliseconds