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

Method variations

tools/system_libs.py:827–832  ·  view source on GitHub ↗
(cls)

Source from the content-addressed store, hash-verified

825
826 @classmethod
827 def variations(cls):
828 combos = super().variations()
829 return ([dict(eh_mode=Exceptions.NONE, **combo) for combo in combos] +
830 [dict(eh_mode=Exceptions.EMSCRIPTEN, **combo) for combo in combos] +
831 [dict(eh_mode=Exceptions.WASM_LEGACY, **combo) for combo in combos] +
832 [dict(eh_mode=Exceptions.WASM, **combo) for combo in combos])
833
834 @classmethod
835 def get_default_variation(cls, **kwargs):

Callers

nothing calls this directly

Calls 1

variationsMethod · 0.45

Tested by

no test coverage detected