Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ getBoolean
Method
getBoolean
test/webidl/test.h:17–17 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
15
const Parent *getAsConst() { return NULL; }
16
void *voidStar(void *something) { return something; }
17
bool getBoolean() { return true; }
18
int attr;
19
const int immutableAttr;
20
};
Callers
1
post.js
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected