Home
last modified time | relevance | path

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

/external/v8/src/objects/
Dscope-info.h80 void SetInferredFunctionName(String* name);
Dshared-function-info-inl.h360 scope_info->SetInferredFunctionName(inferred_name()); in set_scope_info()
Dscope-info.cc549 void ScopeInfo::SetInferredFunctionName(String* name) { in SetInferredFunctionName() function in v8::internal::ScopeInfo