MCPcopy Create free account
hub / github.com/HaxeFoundation/hxcpp / run

Method run

src/hx/cppia/StringBuiltin.cpp:103–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {

Callers

nothing calls this directly

Calls 2

keyValueIteratorMethod · 0.80
iteratorMethod · 0.80

Tested by

no test coverage detected