JanetStackFrame
extern (C) @nogc
struct JanetStackFrame {
}
- env
JanetFuncEnv* env;
Undocumented in source.
- flags
int flags;
Undocumented in source.
- func
JanetFunction* func;
Undocumented in source.
- pc
uint* pc;
Undocumented in source.
- prevframe
int prevframe;
Undocumented in source.
janet c
aliasesenumsfunctionsmanifest constantsstatic variablesstructs