Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/objects/
Dscope-info.h118 void SetInferredFunctionName(String name);
Dshared-function-info-inl.h437 scope_info.SetInferredFunctionName(inferred_name()); in SetScopeInfo()
Dscope-info.cc771 void ScopeInfo::SetInferredFunctionName(String name) { in SetInferredFunctionName() function in v8::internal::ScopeInfo