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

Method dump

src/hx/cppia/Cppia.cpp:70–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68
69
70void StackLayout::dump(Array<String> &inStrings, std::string inIndent)
71{
72 CPPIALOG("%sCapture:\n",inIndent.c_str());
73 for(int i=0;i<captureVars.size();i++)
74 CPPIALOG("%s %s\n", inIndent.c_str(), inStrings[captureVars[i]->nameId].out_str() );
75 if (parent)
76 parent->dump(inStrings,inIndent + " ");
77}
78
79
80CppiaStackVar *StackLayout::findVar(int inId)

Callers 3

linkMethod · 0.45
linkMethod · 0.45
linkMethod · 0.45

Calls 2

c_strMethod · 0.80
sizeMethod · 0.45

Tested by

no test coverage detected