Home
last modified time | relevance | path

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

/external/v8/tools/
Dcheck-static-initializers.sh52 static_init_count=$(echo "$static_inits" | wc -l)
54 if [ $static_init_count -gt $expected_static_init_count ]; then
59 echo "Static initializer check passed ($static_init_count initializers)."