Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_errors
Function · 0.80
test_emsymbolizer_functions
Method · 0.80
test_separate_dwarf
Method · 0.80
test_demangle_stacks
Method · 0.80
test_asyncify_lists
Method · 0.80
Calls
1
get_custom_section
Method · 0.95
Tested by
4
test_emsymbolizer_functions
Method · 0.64
test_separate_dwarf
Method · 0.64
test_demangle_stacks
Method · 0.64
test_asyncify_lists
Method · 0.64