MCPcopy 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; }
242private:
243 const char* m_array;
244};

Callers 1

post.jsFile · 0.80

Calls 1

strcmpFunction · 0.85

Tested by

no test coverage detected