Searched refs:JERRY_STACK_LIMIT (Results 1 – 14 of 14) sorted by relevance
331 #ifndef JERRY_STACK_LIMIT332 # define JERRY_STACK_LIMIT (0) macro715 #if !defined (JERRY_STACK_LIMIT) || (JERRY_STACK_LIMIT < 0)
43 set(JERRY_STACK_LIMIT "(0)" CACHE STRING "Maximum stack usage size, in kilobytes") variable107 message(STATUS "JERRY_STACK_LIMIT " ${JERRY_STACK_LIMIT})318 set(DEFINES_JERRY ${DEFINES_JERRY} JERRY_STACK_LIMIT=${JERRY_STACK_LIMIT})
222 "JERRY_STACK_LIMIT=0",253 "JERRY_STACK_LIMIT=(8)",
52 #define CONFIG_MEM_STACK_LIMIT (JERRY_STACK_LIMIT * 1024)195 #if (JERRY_STACK_LIMIT != 0)
54 #if (JERRY_STACK_LIMIT != 0) in ecma_init()
1894 #if (JERRY_STACK_LIMIT != 0)
494 #if (JERRY_STACK_LIMIT != 0)
1515 #if (JERRY_STACK_LIMIT != 0)
114 #if (JERRY_STACK_LIMIT != 0)
603 #if (JERRY_STACK_LIMIT != 0) in ecma_regexp_run()
48 "JERRY_STACK_LIMIT=(8)",
63 "JERRY_STACK_LIMIT=(8)",
95 "JERRY_STACK_LIMIT=(8)",
77 "JERRY_STACK_LIMIT=${jerryscript_jerry_stack_limit}",