Searched refs:JERRY_STACK_LIMIT (Results 1 – 11 of 11) sorted by relevance
276 #ifndef JERRY_STACK_LIMIT277 # define JERRY_STACK_LIMIT (0) macro660 #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})
223 "JERRY_STACK_LIMIT = 0",
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()
61 "JERRY_STACK_LIMIT=(0)",