Searched refs:has_function_name (Results 1 – 2 of 2) sorted by relevance
19 my $has_function_name = 0; # <fn>28 $has_source_info = $has_function_name = $has_system_obj = 0;40 (! $has_source_info && ! $has_function_name);47 $has_function_name = 1 if ($line =~ /<fn>/);
128 const bool has_function_name = function_name_info != NONE; in Create() local134 (has_receiver ? 1 : 0) + (has_function_name ? 2 : 0) + in Create()254 if (has_function_name) { in Create()337 const bool has_function_name = false; in CreateGlobalThisBinding() local343 (has_receiver ? 1 : 0) + (has_function_name ? 2 : 0) + in CreateGlobalThisBinding()