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

Method byteArrayTest

test/webidl/test.h:240–240  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

238 ArrayArgumentTest() : m_array("I should match the member variable"){};
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;

Callers 1

post.jsFile · 0.80

Calls 1

strcmpFunction · 0.85

Tested by

no test coverage detected