JanetFuncDef

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Members

Variables

arity
int arity;
Undocumented in source.
bytecode
uint* bytecode;
Undocumented in source.
bytecode_length
int bytecode_length;
Undocumented in source.
closure_bitset
uint* closure_bitset;
Undocumented in source.
constants
Janet* constants;
Undocumented in source.
constants_length
int constants_length;
Undocumented in source.
defs
JanetFuncDef** defs;
Undocumented in source.
defs_length
int defs_length;
Undocumented in source.
environments
int* environments;
Undocumented in source.
environments_length
int environments_length;
Undocumented in source.
flags
int flags;
Undocumented in source.
gc
JanetGCObject gc;
Undocumented in source.
max_arity
int max_arity;
Undocumented in source.
min_arity
int min_arity;
Undocumented in source.
name
JanetString name;
Undocumented in source.
slotcount
int slotcount;
Undocumented in source.
source
JanetString source;
Undocumented in source.
sourcemap
JanetSourceMapping* sourcemap;
Undocumented in source.

Meta