Home
last modified time | relevance | path

Searched refs:ecma_op_create_mutable_binding (Results 1 – 5 of 5) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/operations/
Decma-lex-env.h59 ecma_value_t ecma_op_create_mutable_binding (ecma_object_t *lex_env_p, ecma_string_t *name_p, bool …
Decma-objects-arguments.c206 ecma_value_t completion = ecma_op_create_mutable_binding (lex_env_p, in ecma_op_create_arguments_object()
Decma-lex-env.c159 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/
Decma-module.c750ecma_op_create_mutable_binding (local_env_p, import_names_p->local_name_p, true /* is_deletable */… in ecma_module_connect_imports()
779ecma_op_create_mutable_binding (local_env_p, import_names_p->local_name_p, true /* is_deletable */… in ecma_module_connect_imports()
801ecma_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/
Dopcodes.c68 ecma_value_t completion_value = ecma_op_create_mutable_binding (lex_env_p, in vm_var_decl()