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>/);
74 const bool has_function_name = function_name_info != NONE; in Create() local81 (has_receiver ? 1 : 0) + (has_function_name ? 2 : 0); in Create()206 if (has_function_name) { in Create()234 const bool has_function_name = false; in CreateGlobalThisBinding() local241 (has_receiver ? 1 : 0) + (has_function_name ? 2 : 0); in CreateGlobalThisBinding()