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

Function store

src/interpret.cpp:663–668  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

661}
662
663inline void store(Thread* t, unsigned index)
664{
665 memcpy(t->stack + ((frameBase(t, t->frame) + index) * 2),
666 t->stack + ((--t->sp) * 2),
667 BytesPerWord * 2);
668}
669
670bool isNaN(double v)
671{

Callers 1

interpret3Function · 0.85

Calls 1

frameBaseFunction · 0.70

Tested by

no test coverage detected