Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/operations/
Decma-lex-env.h67 void ecma_op_create_immutable_binding (ecma_object_t *lex_env_p, ecma_string_t *name_p, ecma_value_…
Decma-objects-arguments.c200 ecma_op_create_immutable_binding (lex_env_p, in ecma_op_create_arguments_object()
Decma-lex-env.c416 ecma_op_create_immutable_binding (ecma_object_t *lex_env_p, /**< lexical environment */ in ecma_op_create_immutable_binding() function
/third_party/jerryscript/jerry-core/vm/
Dopcodes.c915 ecma_op_create_immutable_binding (class_env_p, in opfunc_push_class_environment()
Dvm.c1278ecma_op_create_immutable_binding (name_lex_env, ecma_get_string_from_value (right_value), left_val… in vm_loop()