Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ __init__
Method
__init__
tools/system_libs.py:924–926 ·
view source on GitHub ↗
(self, **kwargs)
Source
from the content-addressed store, hash-verified
922
923
class
AsanInstrumentedLibrary(Library):
924
def
__init__(self, **kwargs):
925
self.is_asan = kwargs.pop(
'is_asan'
, False)
926
super().__init__(**kwargs)
927
928
def
get_cflags(self):
929
cflags = super().get_cflags()
Callers
nothing calls this directly
Calls
2
pop
Method · 0.45
__init__
Method · 0.45
Tested by
no test coverage detected