Home
last modified time | relevance | path

Searched defs:scope_p (Results 1 – 3 of 3) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/operations/
Decma-function-object.c219 ecma_op_create_function_object (ecma_object_t *scope_p, /**< function's scope */ in ecma_op_create_function_object()
411 ecma_op_create_simple_function_object (ecma_object_t *scope_p, /**< function's scope */ in ecma_op_create_simple_function_object()
427 ecma_op_create_generator_function_object (ecma_object_t *scope_p, /**< function's scope */ in ecma_op_create_generator_function_object()
441 ecma_op_create_arrow_function_object (ecma_object_t *scope_p, /**< function's scope */ in ecma_op_create_arrow_function_object()
791 ecma_object_t *scope_p = ECMA_GET_NON_NULL_POINTER_FROM_POINTER_TAG (ecma_object_t, in ecma_op_function_call_simple() local
/third_party/jerryscript/jerry-core/ecma/base/
Decma-module.h86 ecma_object_t *scope_p; /**< lexica lenvironment of the module */ member
/third_party/jerryscript/jerry-core/api/
Djerry.c624 ecma_object_t *scope_p = ECMA_GET_NON_NULL_POINTER_FROM_POINTER_TAG (ecma_object_t, in jerry_run() local