@@ -2817,7 +2817,7 @@ typedef struct duk_hthread duk_context;
|
||||
#undef DUK_USE_EXEC_INDIRECT_BOUND_CHECK
|
||||
#undef DUK_USE_EXEC_PREFER_SIZE
|
||||
#define DUK_USE_EXEC_REGCONST_OPTIMIZE
|
||||
#undef DUK_USE_EXEC_TIMEOUT_CHECK
|
||||
#define DUK_USE_EXEC_TIMEOUT_CHECK duk_timeout_check
|
||||
#undef DUK_USE_EXPLICIT_NULL_INIT
|
||||
#undef DUK_USE_EXTSTR_FREE
|
||||
#undef DUK_USE_EXTSTR_INTERN_CHECK
|
||||
@@ -2854,7 +2854,7 @@ typedef struct duk_hthread duk_context;
|
||||
#define DUK_USE_HTML_COMMENTS
|
||||
#define DUK_USE_IDCHAR_FASTPATH
|
||||
#undef DUK_USE_INJECT_HEAP_ALLOC_ERROR
|
||||
#undef DUK_USE_INTERRUPT_COUNTER
|
||||
#define DUK_USE_INTERRUPT_COUNTER
|
||||
#undef DUK_USE_INTERRUPT_DEBUG_FIXUP
|
||||
#define DUK_USE_JC
|
||||
#define DUK_USE_JSON_BUILTIN
|
||||
@@ -2933,6 +2933,8 @@ typedef struct duk_hthread duk_context;
|
||||
#define DUK_USE_VOLUNTARY_GC
|
||||
#define DUK_USE_ZERO_BUFFER_DATA
|
||||
|
||||
int duk_timeout_check(void*);
|
||||
|
||||
/*
|
||||
* You may add overriding #define/#undef directives below for
|
||||
* customization. You of course cannot un-#include or un-typedef
|
||||
|
||||
Reference in New Issue
Block a user