Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ domStringTest
Method
domStringTest
test/webidl/test.h:241–241 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
239
~ArrayArgumentTest(){};
240
bool byteArrayTest(const char* arg) { return strcmp(arg, m_array) == 0; }
241
bool domStringTest(const char* arg) { return strcmp(arg, m_array) == 0; }
242
private:
243
const char* m_array;
244
};
Callers
1
post.js
File · 0.80
Calls
1
strcmp
Function · 0.85
Tested by
no test coverage detected