Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
253
inline object localObject(Thread* t, unsigned index)
254
{
255
return peekObject(t, frameBase(t, t->frame) + index);
256
}
257
258
inline uint32_t localInt(Thread* t, unsigned index)
259
{
Callers
1
interpret3
Function · 0.70
Calls
2
peekObject
Function · 0.85
frameBase
Function · 0.70
Tested by
no test coverage detected