| 1631 | |
| 1632 | template<typename T, size_t sizeOfArray> |
| 1633 | constexpr size_t getElementCount(T (&)[sizeOfArray]) { |
| 1634 | return sizeOfArray; |
| 1635 | } |
| 1636 | |
| 1637 | static void callWithMemoryView(val v) { |
| 1638 | // static so the JS test can read the memory after callTakeMemoryView runs |
no outgoing calls
no test coverage detected