Home
last modified time | relevance | path

Searched refs:ecma_get_current_stack_usage (Results 1 – 4 of 4) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/base/
Decma-globals.h1906 if (ecma_get_current_stack_usage () > JERRY_IAR_MEM_STACK_LIMIT) \
1918 if (ecma_get_current_stack_usage () > CONFIG_MEM_STACK_LIMIT) \
Decma-helpers.h495 uintptr_t ecma_get_current_stack_usage (void);
Decma-helpers.c1522 ecma_get_current_stack_usage (void) in ecma_get_current_stack_usage() function
/third_party/jerryscript/jerry-core/ecma/operations/
Decma-regexp-object.c604 if (JERRY_UNLIKELY (ecma_get_current_stack_usage () > CONFIG_MEM_STACK_LIMIT)) in ecma_regexp_run()