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

Method __init__

tools/wasm-sourcemap.py:276–279  ·  view source on GitHub ↗
(self, name, low_pc, high_pc)

Source from the content-addressed store, hash-verified

274
275class FuncRange:
276 def __init__(self, name, low_pc, high_pc):
277 self.name = name
278 self.low_pc = low_pc
279 self.high_pc = high_pc
280
281
282# This function parses DW_TAG_subprogram entries and gets low_pc and high_pc for

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected