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

Function skip_function_header

tools/extract_metadata.py:19–24  ·  view source on GitHub ↗
(module)

Source from the content-addressed store, hash-verified

17
18
19def skip_function_header(module):
20 num_local_decls = module.read_uleb()
21 while num_local_decls:
22 local_count = module.read_uleb()
23 local_type = module.read_type()
24 num_local_decls -= 1
25
26
27def is_orig_main_wrapper(module, function):

Callers 2

is_orig_main_wrapperFunction · 0.85

Calls 2

read_ulebMethod · 0.80
read_typeMethod · 0.80

Tested by

no test coverage detected