Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
duk_hcompiledfunction Struct Reference

#include <duk_hcompiledfunction.h>

Data Fields

duk_hobject obj
 
duk_hbufferdata
 
duk_hobject ** funcs
 
duk_instr_tbytecode
 
duk_uint16_t nregs
 
duk_uint16_t nargs
 

Detailed Description

Definition at line 5658 of file duktape-1.5.2/src-noline/duktape.c.

Field Documentation

◆ bytecode

duk_instr_t * duk_hcompiledfunction::bytecode

Definition at line 5702 of file duktape-1.5.2/src-noline/duktape.c.

Referenced by duk_hcompiledfunction_alloc().

◆ data

duk_hbuffer * duk_hcompiledfunction::data

Definition at line 5687 of file duktape-1.5.2/src-noline/duktape.c.

Referenced by duk_hcompiledfunction_alloc().

◆ funcs

duk_hobject ** duk_hcompiledfunction::funcs

Definition at line 5701 of file duktape-1.5.2/src-noline/duktape.c.

Referenced by duk_hcompiledfunction_alloc().

◆ nargs

duk_uint16_t duk_hcompiledfunction::nargs

◆ nregs

◆ obj


The documentation for this struct was generated from the following files: