Home
last modified time | relevance | path

Searched refs:JERRY_STACK_LIMIT (Results 1 - 8 of 8) sorted by relevance

/third_party/jerryscript/jerry-core/
H A Dconfig.h331 #ifndef JERRY_STACK_LIMIT
332 # define JERRY_STACK_LIMIT (0) macro
333 #endif /* !defined (JERRY_STACK_LIMIT) */
715 #if !defined (JERRY_STACK_LIMIT) || (JERRY_STACK_LIMIT < 0)
716 # error "Invalid value for 'JERRY_STACK_LIMIT' macro."
/third_party/jerryscript/jerry-core/jcontext/
H A Djcontext.h52 #define CONFIG_MEM_STACK_LIMIT (JERRY_STACK_LIMIT * 1024)
195 #if (JERRY_STACK_LIMIT != 0)
197 #endif /* (JERRY_STACK_LIMIT != 0) */
/third_party/jerryscript/jerry-core/ecma/base/
H A Decma-init-finalize.c54 #if (JERRY_STACK_LIMIT != 0) in ecma_init()
57 #endif /* (JERRY_STACK_LIMIT != 0) */ in ecma_init()
H A Decma-globals.h1894 #if (JERRY_STACK_LIMIT != 0)
1923 #else /* JERRY_STACK_LIMIT == 0) */
1929 #endif /* (JERRY_STACK_LIMIT != 0) */
H A Decma-helpers.h497 #if (JERRY_STACK_LIMIT != 0)
499 #endif /* (JERRY_STACK_LIMIT != 0) */
H A Decma-helpers.c1520 #if (JERRY_STACK_LIMIT != 0)
1533 #endif /* (JERRY_STACK_LIMIT != 0) */
/third_party/jerryscript/jerry-core/ecma/operations/
H A Decma-regexp-object.h114 #if (JERRY_STACK_LIMIT != 0)
124 #else /* JERRY_STACK_LIMIT == 0 */
126 #endif /* JERRY_STACK_LIMIT != 0 */
H A Decma-regexp-object.c603 #if (JERRY_STACK_LIMIT != 0) in ecma_regexp_run()
608 #endif /* JERRY_STACK_LIMIT != 0 */ in ecma_regexp_run()

Completed in 11 milliseconds