JANET_FRAME_SIZE

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (C)
enum JANET_FRAME_SIZE = (JanetStackFrame.sizeof + Janet.sizeof - 1) / Janet.sizeof;

Meta