Searched refs:SetFunctionName (Results 1 – 8 of 8) sorted by relevance
42 void SetFunctionName(std::unique_ptr<char[]> name);
27 void BasicBlockProfilerData::SetFunctionName(std::unique_ptr<char[]> name) { in SetFunctionName() function in v8::internal::BasicBlockProfilerData
65 data->SetFunctionName(info->GetDebugName()); in Instrument()
117 void SetFunctionName(Object name);
177 ScopeInfo::cast(maybe_scope_info).SetFunctionName(name); in SetName()435 scope_info.SetFunctionName(name); in SetScopeInfo()
763 void ScopeInfo::SetFunctionName(Object name) { in SetFunctionName() function in v8::internal::ScopeInfo
1561 SetFunctionName(value, ast_value_factory()->default_string()); in ParseExportDefault()3611 SetFunctionName(value, name, prefix); in SetFunctionNameFromPropertyName()3634 SetFunctionName(value, identifier->AsVariableProxy()->raw_name()); in SetFunctionNameFromIdentifierRef()3637 void Parser::SetFunctionName(Expression* value, const AstRawString* name, in SetFunctionName() function in v8::internal::Parser
538 void SetFunctionName(Expression* value, const AstRawString* name,