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

Method ArrayArgumentTest

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

Source from the content-addressed store, hash-verified

236class ArrayArgumentTest {
237public:
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; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected