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

Function localObject

src/interpret.cpp:253–256  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

251}
252
253inline object localObject(Thread* t, unsigned index)
254{
255 return peekObject(t, frameBase(t, t->frame) + index);
256}
257
258inline uint32_t localInt(Thread* t, unsigned index)
259{

Callers 1

interpret3Function · 0.70

Calls 2

peekObjectFunction · 0.85
frameBaseFunction · 0.70

Tested by

no test coverage detected