| 101 | |
| 102 | #ifdef CPPIA_JIT |
| 103 | static hx::Object *SLJIT_CALL run(String *inValue) |
| 104 | { |
| 105 | return ( KEYS ? inValue->keyValueIterator() : inValue->iterator() ).mPtr; |
| 106 | } |
| 107 | |
| 108 | void genCode(CppiaCompiler *compiler, const JitVal &inDest,ExprType destType) HXCPP_OVERRIDE |
| 109 | { |
nothing calls this directly
no test coverage detected