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

Method __init__

tools/system_libs.py:849–852  ·  view source on GitHub ↗
(self, **kwargs)

Source from the content-addressed store, hash-verified

847
848class SjLjLibrary(Library):
849 def __init__(self, **kwargs):
850 # Which EH method we use for SjLj support
851 self.eh_mode = kwargs.pop('eh_mode')
852 super().__init__(**kwargs)
853
854 def get_cflags(self):
855 cflags = super().get_cflags()

Callers

nothing calls this directly

Calls 2

popMethod · 0.45
__init__Method · 0.45

Tested by

no test coverage detected