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

Method ArrayClass

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

Source from the content-addressed store, hash-verified

163class ArrayClass {
164 public:
165 ArrayClass() {
166 for (int i = 0; i < 8; i++) {
167 int_array[i] = i;
168 struct_array[i] = StructInArray(i, -i);
169 struct_ptr_array[i] = NULL;
170 }
171 }
172 int int_array[8];
173 StructInArray struct_array[8];
174 StructInArray* struct_ptr_array[8];

Callers

nothing calls this directly

Calls 1

StructInArrayClass · 0.85

Tested by

no test coverage detected