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

Method anonAdd

src/hx/cppia/Cppia.cpp:4960–4963  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4958 }
4959
4960 static void SLJIT_CALL anonAdd(hx::Anon_obj *inAnon, String *inName, hx::Object *inValue)
4961 {
4962 inAnon->Add(*inName, Dynamic(inValue), false );
4963 }
4964
4965 void genCode(CppiaCompiler *compiler, const JitVal &inDest, ExprType destType) HXCPP_OVERRIDE
4966 {

Callers

nothing calls this directly

Calls 2

DynamicClass · 0.50
AddMethod · 0.45

Tested by

no test coverage detected