Searched refs:ecma_op_create_mutable_binding (Results 1 – 5 of 5) sorted by relevance
/third_party/jerryscript/jerry-core/ecma/operations/ |
D | ecma-lex-env.h | 59 ecma_value_t ecma_op_create_mutable_binding (ecma_object_t *lex_env_p, ecma_string_t *name_p, bool …
|
D | ecma-objects-arguments.c | 206 ecma_value_t completion = ecma_op_create_mutable_binding (lex_env_p, in ecma_op_create_arguments_object()
|
D | ecma-lex-env.c | 159 ecma_op_create_mutable_binding (ecma_object_t *lex_env_p, /**< lexical environment */ in ecma_op_create_mutable_binding() function
|
/third_party/jerryscript/jerry-core/ecma/base/ |
D | ecma-module.c | 750 …ecma_op_create_mutable_binding (local_env_p, import_names_p->local_name_p, true /* is_deletable */… in ecma_module_connect_imports() 779 …ecma_op_create_mutable_binding (local_env_p, import_names_p->local_name_p, true /* is_deletable */… in ecma_module_connect_imports() 801 …ecma_op_create_mutable_binding (local_env_p, import_names_p->local_name_p, true /* is_deletable */… in ecma_module_connect_imports()
|
/third_party/jerryscript/jerry-core/vm/ |
D | opcodes.c | 68 ecma_value_t completion_value = ecma_op_create_mutable_binding (lex_env_p, in vm_var_decl()
|