MCPcopy Create free account
hub / github.com/HaxeFoundation/hxcpp / SLJIT_CALL dynMod

Function SLJIT_CALL dynMod

src/hx/cppia/Cppia.cpp:5316–5321  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5314 DynIndexFunc(dynSub, - args->rvalue.dval );
5315
5316 hx::Object * SLJIT_CALL dynMod(hx::Object *inObj, DynIndexArgs *args)
5317 {
5318 Dynamic result = hx::Mod( Dynamic(args->lvalue.obj), args->rvalue.dval );
5319 inObj->__SetItem( args->index.ival, result);
5320 return result.mPtr;
5321 }
5322
5323 DynIndexIntFunc(dynAnd, & args->rvalue.ival );
5324 DynIndexIntFunc(dynOr, | args->rvalue.ival );

Callers

nothing calls this directly

Calls 3

ModFunction · 0.85
DynamicClass · 0.50
__SetItemMethod · 0.45

Tested by

no test coverage detected