| 2357 | |
| 2358 | const char *getName() HXCPP_OVERRIDE { return "CallGlobal"; } |
| 2359 | CppiaExpr *link(CppiaModule &inModule) HXCPP_OVERRIDE |
| 2360 | { |
| 2361 | String name = inModule.strings[fieldId]; |
| 2362 | LinkExpressions(args,inModule); |
| 2363 | return createGlobalBuiltin(this, name, args ); |
| 2364 | } |
| 2365 | }; |
| 2366 | |
| 2367 |
nothing calls this directly
no test coverage detected