Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
duk_forwdecl.h File Reference

Go to the source code of this file.

Typedefs

typedef struct duk_jmpbuf duk_jmpbuf
 
typedef struct duk_heaphdr duk_heaphdr
 
typedef struct duk_heaphdr_string duk_heaphdr_string
 
typedef struct duk_hstring duk_hstring
 
typedef struct duk_hstring_external duk_hstring_external
 
typedef struct duk_hobject duk_hobject
 
typedef struct duk_hcompiledfunction duk_hcompiledfunction
 
typedef struct duk_hnativefunction duk_hnativefunction
 
typedef struct duk_hbufferobject duk_hbufferobject
 
typedef struct duk_hthread duk_hthread
 
typedef struct duk_hbuffer duk_hbuffer
 
typedef struct duk_hbuffer_fixed duk_hbuffer_fixed
 
typedef struct duk_hbuffer_dynamic duk_hbuffer_dynamic
 
typedef struct duk_hbuffer_external duk_hbuffer_external
 
typedef struct duk_propaccessor duk_propaccessor
 
typedef union duk_propvalue duk_propvalue
 
typedef struct duk_propdesc duk_propdesc
 
typedef struct duk_heap duk_heap
 
typedef struct duk_breakpoint duk_breakpoint
 
typedef struct duk_activation duk_activation
 
typedef struct duk_catcher duk_catcher
 
typedef struct duk_strcache duk_strcache
 
typedef struct duk_ljstate duk_ljstate
 
typedef struct duk_strtab_entry duk_strtab_entry
 
typedef struct duk_bitdecoder_ctx duk_bitdecoder_ctx
 
typedef struct duk_bitencoder_ctx duk_bitencoder_ctx
 
typedef struct duk_bufwriter_ctx duk_bufwriter_ctx
 
typedef struct duk_token duk_token
 
typedef struct duk_re_token duk_re_token
 
typedef struct duk_lexer_point duk_lexer_point
 
typedef struct duk_lexer_ctx duk_lexer_ctx
 
typedef struct duk_lexer_codepoint duk_lexer_codepoint
 
typedef struct duk_compiler_instr duk_compiler_instr
 
typedef struct duk_compiler_func duk_compiler_func
 
typedef struct duk_compiler_ctx duk_compiler_ctx
 
typedef struct duk_re_matcher_ctx duk_re_matcher_ctx
 
typedef struct duk_re_compiler_ctx duk_re_compiler_ctx
 

Typedef Documentation

◆ duk_activation

typedef struct duk_activation duk_activation

Definition at line 95 of file duktape-1.5.2/src-separate/duk_forwdecl.h.

◆ duk_bitdecoder_ctx

typedef struct duk_bitdecoder_ctx duk_bitdecoder_ctx

Definition at line 105 of file duktape-1.5.2/src-separate/duk_forwdecl.h.

◆ duk_bitencoder_ctx

typedef struct duk_bitencoder_ctx duk_bitencoder_ctx

Definition at line 106 of file duktape-1.5.2/src-separate/duk_forwdecl.h.

◆ duk_breakpoint

typedef struct duk_breakpoint duk_breakpoint

Definition at line 93 of file duktape-1.5.2/src-separate/duk_forwdecl.h.

◆ duk_bufwriter_ctx

typedef struct duk_bufwriter_ctx duk_bufwriter_ctx

Definition at line 107 of file duktape-1.5.2/src-separate/duk_forwdecl.h.

◆ duk_catcher

typedef struct duk_catcher duk_catcher

Definition at line 96 of file duktape-1.5.2/src-separate/duk_forwdecl.h.

◆ duk_compiler_ctx

typedef struct duk_compiler_ctx duk_compiler_ctx

Definition at line 117 of file duktape-1.5.2/src-separate/duk_forwdecl.h.

◆ duk_compiler_func

typedef struct duk_compiler_func duk_compiler_func

Definition at line 116 of file duktape-1.5.2/src-separate/duk_forwdecl.h.

◆ duk_compiler_instr

typedef struct duk_compiler_instr duk_compiler_instr

Definition at line 115 of file duktape-1.5.2/src-separate/duk_forwdecl.h.

◆ duk_hbuffer

typedef struct duk_hbuffer duk_hbuffer

Definition at line 83 of file duktape-1.5.2/src-separate/duk_forwdecl.h.

◆ duk_hbuffer_dynamic

typedef struct duk_hbuffer_dynamic duk_hbuffer_dynamic

Definition at line 85 of file duktape-1.5.2/src-separate/duk_forwdecl.h.

◆ duk_hbuffer_external

typedef struct duk_hbuffer_external duk_hbuffer_external

Definition at line 86 of file duktape-1.5.2/src-separate/duk_forwdecl.h.

◆ duk_hbuffer_fixed

typedef struct duk_hbuffer_fixed duk_hbuffer_fixed

Definition at line 84 of file duktape-1.5.2/src-separate/duk_forwdecl.h.

◆ duk_hbufferobject

typedef struct duk_hbufferobject duk_hbufferobject

Definition at line 81 of file duktape-1.5.2/src-separate/duk_forwdecl.h.

◆ duk_hcompiledfunction

typedef struct duk_hcompiledfunction duk_hcompiledfunction

Definition at line 79 of file duktape-1.5.2/src-separate/duk_forwdecl.h.

◆ duk_heap

typedef struct duk_heap duk_heap

Definition at line 92 of file duktape-1.5.2/src-separate/duk_forwdecl.h.

◆ duk_heaphdr

typedef struct duk_heaphdr duk_heaphdr

Definition at line 74 of file duktape-1.5.2/src-separate/duk_forwdecl.h.

◆ duk_heaphdr_string

typedef struct duk_heaphdr_string duk_heaphdr_string

Definition at line 75 of file duktape-1.5.2/src-separate/duk_forwdecl.h.

◆ duk_hnativefunction

typedef struct duk_hnativefunction duk_hnativefunction

Definition at line 80 of file duktape-1.5.2/src-separate/duk_forwdecl.h.

◆ duk_hobject

typedef struct duk_hobject duk_hobject

Definition at line 78 of file duktape-1.5.2/src-separate/duk_forwdecl.h.

◆ duk_hstring

typedef struct duk_hstring duk_hstring

Definition at line 76 of file duktape-1.5.2/src-separate/duk_forwdecl.h.

◆ duk_hstring_external

typedef struct duk_hstring_external duk_hstring_external

Definition at line 77 of file duktape-1.5.2/src-separate/duk_forwdecl.h.

◆ duk_hthread

typedef struct duk_hthread duk_hthread

Definition at line 82 of file duktape-1.5.2/src-separate/duk_forwdecl.h.

◆ duk_jmpbuf

typedef struct duk_jmpbuf duk_jmpbuf

Definition at line 70 of file duktape-1.5.2/src-separate/duk_forwdecl.h.

◆ duk_lexer_codepoint

typedef struct duk_lexer_codepoint duk_lexer_codepoint

Definition at line 113 of file duktape-1.5.2/src-separate/duk_forwdecl.h.

◆ duk_lexer_ctx

typedef struct duk_lexer_ctx duk_lexer_ctx

Definition at line 112 of file duktape-1.5.2/src-separate/duk_forwdecl.h.

◆ duk_lexer_point

typedef struct duk_lexer_point duk_lexer_point

Definition at line 111 of file duktape-1.5.2/src-separate/duk_forwdecl.h.

◆ duk_ljstate

typedef struct duk_ljstate duk_ljstate

Definition at line 98 of file duktape-1.5.2/src-separate/duk_forwdecl.h.

◆ duk_propaccessor

typedef struct duk_propaccessor duk_propaccessor

Definition at line 88 of file duktape-1.5.2/src-separate/duk_forwdecl.h.

◆ duk_propdesc

typedef struct duk_propdesc duk_propdesc

Definition at line 90 of file duktape-1.5.2/src-separate/duk_forwdecl.h.

◆ duk_propvalue

typedef union duk_propvalue duk_propvalue

Definition at line 89 of file duktape-1.5.2/src-separate/duk_forwdecl.h.

◆ duk_re_compiler_ctx

typedef struct duk_re_compiler_ctx duk_re_compiler_ctx

Definition at line 120 of file duktape-1.5.2/src-separate/duk_forwdecl.h.

◆ duk_re_matcher_ctx

typedef struct duk_re_matcher_ctx duk_re_matcher_ctx

Definition at line 119 of file duktape-1.5.2/src-separate/duk_forwdecl.h.

◆ duk_re_token

typedef struct duk_re_token duk_re_token

Definition at line 110 of file duktape-1.5.2/src-separate/duk_forwdecl.h.

◆ duk_strcache

typedef struct duk_strcache duk_strcache

Definition at line 97 of file duktape-1.5.2/src-separate/duk_forwdecl.h.

◆ duk_strtab_entry

typedef struct duk_strtab_entry duk_strtab_entry

Definition at line 99 of file duktape-1.5.2/src-separate/duk_forwdecl.h.

◆ duk_token

typedef struct duk_token duk_token

Definition at line 109 of file duktape-1.5.2/src-separate/duk_forwdecl.h.