(_a, throws)
| 27 | |
| 28 | // Some high-byte characters: ��ѡ��ѡ���е��б���ѡ�� |
| 29 | function runTest(_a, throws) |
| 30 | { |
| 31 | testPassed(); |
| 32 | } |
| 33 | |
| 34 | /* |
| 35 | Over 1024 bytes to ensure precompilation caching is triggered. |
nothing calls this directly
no test coverage detected