MCPcopy Create free account
hub / github.com/ReadyTalk/avian / findMethodInClass

Function findMethodInClass

src/machine.cpp:5297–5308  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5295}
5296
5297object findMethodInClass(Thread* t,
5298 GcClass* class_,
5299 GcByteArray* name,
5300 GcByteArray* spec)
5301{
5302 return findInTable(t,
5303 cast<GcArray>(t, class_->methodTable()),
5304 name,
5305 spec,
5306 getMethodName,
5307 getMethodSpec);
5308}
5309
5310object findInHierarchyOrNull(
5311 Thread* t,

Callers 2

resolveMethodFunction · 0.85

Calls 1

findInTableFunction · 0.85

Tested by

no test coverage detected