Home
last modified time | relevance | path

Searched refs:has_function_name (Results 1 – 2 of 2) sorted by relevance

/external/valgrind/tests/
Dfilter_xml_frames19 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>/);
/external/v8/src/ast/
Dscopeinfo.cc74 const bool has_function_name = function_name_info != NONE; in Create() local
81 (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() local
241 (has_receiver ? 1 : 0) + (has_function_name ? 2 : 0); in CreateGlobalThisBinding()