Home
last modified time | relevance | path

Searched refs:kAnonymousFunctionName (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/
Dprofile-generator-inl.h44 return strlen(name) > 0 ? name : ProfileGenerator::kAnonymousFunctionName; in GetFunctionName()
Dprofile-generator.h429 static const char* const kAnonymousFunctionName; variable
Dprofile-generator.cc826 const char* const ProfileGenerator::kAnonymousFunctionName = member in v8::internal::ProfileGenerator