Github User Fetcher 1.0.0
C Application with Server and GUI
|
#include <duk_heap.h>
Data Fields | |
duk_jmpbuf * | jmpbuf_ptr |
duk_small_uint_t | type |
duk_bool_t | iserror |
duk_tval | value1 |
duk_tval | value2 |
Definition at line 6947 of file duktape-1.5.2/src-noline/duktape.c.
duk_bool_t duk_ljstate::iserror |
Definition at line 6950 of file duktape-1.5.2/src-noline/duktape.c.
Referenced by duk__handle_call_error(), duk__handle_longjmp(), duk__handle_safe_call_error(), duk_bi_thread_resume(), duk_bi_thread_yield(), duk_err_longjmp(), duk_handle_call_protected(), and duk_handle_safe_call().
duk_jmpbuf * duk_ljstate::jmpbuf_ptr |
Definition at line 6948 of file duktape-1.5.2/src-noline/duktape.c.
Referenced by duk__handle_call_error(), duk__handle_executor_error(), duk__handle_safe_call_error(), duk__js_execute_bytecode_inner(), duk_bi_thread_resume(), duk_bi_thread_yield(), duk_err_longjmp(), duk_handle_call_protected(), duk_handle_safe_call(), duk_heap_alloc(), duk_js_execute_bytecode(), and duk_suspend().
duk_small_uint_t duk_ljstate::type |
Definition at line 6949 of file duktape-1.5.2/src-noline/duktape.c.
Referenced by duk__handle_call_error(), duk__handle_longjmp(), duk__handle_safe_call_error(), duk_bi_thread_resume(), duk_bi_thread_yield(), duk_err_longjmp(), duk_err_setup_heap_ljstate(), duk_handle_call_protected(), duk_handle_safe_call(), duk_heap_alloc(), and duk_suspend().
duk_tval duk_ljstate::value1 |
Definition at line 6951 of file duktape-1.5.2/src-noline/duktape.c.
Referenced by duk__handle_call_error(), duk__handle_longjmp(), duk__handle_return(), duk__handle_safe_call_error(), duk__mark_roots_heap(), duk_bi_thread_resume(), duk_bi_thread_yield(), duk_err_create_and_throw(), duk_err_longjmp(), duk_err_setup_heap_ljstate(), duk_handle_call_protected(), duk_handle_safe_call(), duk_heap_alloc(), and duk_suspend().
duk_tval duk_ljstate::value2 |
Definition at line 6952 of file duktape-1.5.2/src-noline/duktape.c.
Referenced by duk__handle_call_error(), duk__handle_longjmp(), duk__handle_safe_call_error(), duk__mark_roots_heap(), duk_bi_thread_resume(), duk_err_create_and_throw(), duk_err_longjmp(), duk_handle_call_protected(), duk_handle_safe_call(), duk_heap_alloc(), and duk_suspend().