MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / has_name_section

Method has_name_section

tools/webassembly.py:573–574  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

571 return names[self.num_imported_funcs():] if remove_imports else names
572
573 def has_name_section(self):
574 return self.get_custom_section('name') is not None
575
576 @once
577 def _calc_indexes(self):

Callers 5

check_errorsFunction · 0.80
test_separate_dwarfMethod · 0.80
test_demangle_stacksMethod · 0.80
test_asyncify_listsMethod · 0.80

Calls 1

get_custom_sectionMethod · 0.95

Tested by 4

test_separate_dwarfMethod · 0.64
test_demangle_stacksMethod · 0.64
test_asyncify_listsMethod · 0.64