Home
last modified time | relevance | path

Searched defs:this_p (Results 1 – 5 of 5) sorted by relevance

/third_party/jerryscript/jerry-ext/handler/
Dhandler-assert.c33 const jerry_value_t this_p, /**< this arg */ in jerryx_handler_assert_fatal()
104 const jerry_value_t this_p, /**< this arg */ in jerryx_handler_assert_throw()
129 const jerry_value_t this_p, /**< this arg */ in jerryx_handler_assert()
Dhandler-gc.c25 const jerry_value_t this_p, /**< this arg */ in jerryx_handler_gc()
Dhandler-resource-name.c30 const jerry_value_t this_p, /**< this arg */ in jerryx_handler_resource_name()
Dhandler-print.c41 const jerry_value_t this_p, /**< this arg */ in jerryx_handler_print()
/third_party/jerryscript/jerry-core/api/
Djerry.c261 for (jerry_context_data_header_t *this_p = JERRY_CONTEXT (context_data_p); in jerry_cleanup() local
278 for (jerry_context_data_header_t *this_p = JERRY_CONTEXT (context_data_p), *next_p = NULL; in jerry_cleanup() local