Files
hakorune/examples/aot_string_len_direct.hako

6 lines
98 B
Plaintext

// Direct JIT test for String.length()
static box Main {
getLen(s) {
return s.length()
}
}