Searched defs:scope_p (Results 1 – 3 of 3) sorted by relevance
219 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
86 ecma_object_t *scope_p; /**< lexica lenvironment of the module */ member
624 ecma_object_t *scope_p = ECMA_GET_NON_NULL_POINTER_FROM_POINTER_TAG (ecma_object_t, in jerry_run() local