| 439 | } |
| 440 | |
| 441 | hx::Object *alloc_wstring_len(const wchar_t *inStr,int inLen) |
| 442 | { |
| 443 | String str = String::create(inStr,inLen); |
| 444 | return Dynamic(str).GetPtr(); |
| 445 | } |
| 446 | |
| 447 | // Array access - generic |
| 448 | int val_array_size(hx::Object * arg1) |
no test coverage detected