Home
last modified time | relevance | path

Searched refs:SetFunctionNameFromPropertyName (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/parsing/
Dpreparser.h979 void SetFunctionNameFromPropertyName(PreParserExpression, in SetFunctionNameFromPropertyName() function
Dparser.h663 void SetFunctionNameFromPropertyName(ObjectLiteralProperty* property,
Dparser.cc4979 SetFunctionNameFromPropertyName(property, property_name); in ParseClassLiteral()
5898 void ParserTraits::SetFunctionNameFromPropertyName( in SetFunctionNameFromPropertyName() function in v8::internal::ParserTraits
Dparser-base.h2134 Traits::SetFunctionNameFromPropertyName(property, name); in ParseObjectLiteral()