NetSurf
|
duk_compiler_func duk_compiler_ctx::curr_func |
Definition at line 4457 of file duktape.c.
Referenced by duk__emit(), duk__getconst(), duk__init_varmap_and_prologue_for_pass2(), duk__nud_array_literal(), duk__parse_func_body(), duk__parse_stmt(), and duk__parse_var_decl().
duk_token duk_compiler_ctx::curr_token |
Definition at line 4443 of file duktape.c.
Referenced by duk__parse_func_body(), and duk__parse_var_decl().
duk_hstring* duk_compiler_ctx::h_filename |
duk_lexer_ctx duk_compiler_ctx::lex |
Definition at line 4439 of file duktape.c.
Referenced by duk__parse_func_body().
duk_hthread* duk_compiler_ctx::thr |
Definition at line 4433 of file duktape.c.
Referenced by duk__emit(), duk__init_varmap_and_prologue_for_pass2(), duk__nud_array_literal(), duk__parse_func_body(), duk__parse_var_decl(), and duk__settemp_checkmax().