Searched refs:PushLiteralName (Results 1 – 5 of 5) sorted by relevance
59 void PushLiteralName(const AstRawString* name);
32 void FuncNameInferrer::PushLiteralName(const AstRawString* name) { in PushLiteralName() function in v8::internal::FuncNameInferrer
664 V8_INLINE void PushLiteralName(const AstRawString* id) {666 fni_->PushLiteralName(id);677 fni_->PushLiteralName(expression->AsLiteral()->AsRawPropertyName());679 fni_->PushLiteralName(ast_value_factory()->anonymous_function_string());866 fni_->PushLiteralName(symbol);
1826 impl()->PushLiteralName(name); in ParseIdentifierNameOrPrivateName()2205 impl()->PushLiteralName(*name); in ParsePropertyName()2220 impl()->PushLiteralName(*name); in ParsePropertyName()2305 impl()->PushLiteralName(*name); in ParsePropertyName()
1350 V8_INLINE static void PushLiteralName(const PreParserIdentifier& id) {}