MCPcopy Create free account
hub / github.com/beefytech/Beef / GetOwner

Method GetOwner

IDEHelper/Compiler/CeMachine.cpp:533–540  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

531}
532
533BfTypeInstance* CeFunction::GetOwner()
534{
535 if (mCeFunctionInfo != NULL)
536 return mCeFunctionInfo->GetOwner();
537 if (mCeInnerFunctionInfo != NULL)
538 return mCeInnerFunctionInfo->mOwner->GetOwner();
539 return NULL;
540}
541
542void CeFunction::Print()
543{

Callers 15

EmitDeferredCallMethod · 0.45
VisitMethod · 0.45
DoObjectCreateMethod · 0.45
GetAccessAllowedMethod · 0.45
CheckProtectionMethod · 0.45
GetTypeTypeDataMethod · 0.45
CreateTypeDataMethod · 0.45
GetIntrinsicMethod · 0.45
MethodToStringMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected