Home
last modified time | relevance | path

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

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

Completed in 8 milliseconds