Home
last modified time | relevance | path

Searched defs:this_binding (Results 1 – 5 of 5) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/operations/
Decma-lex-env.c468 ecma_value_t this_binding) /**< this binding value */ in ecma_op_init_this_binding()
547 ecma_value_t this_binding) /**< this binding value */ in ecma_op_bind_this_value()
Decma-function-object.c443 ecma_value_t this_binding) /**< value of 'this' binding */ in ecma_op_create_arrow_function_object()
795 ecma_value_t this_binding = this_arg_value; in ecma_op_function_call_simple() local
/third_party/jerryscript/jerry-core/vm/
Dvm-defines.h50 ecma_value_t this_binding; /**< this binding */ member
Dvm.c357 ecma_value_t this_binding; in vm_run_eval() local
/third_party/jerryscript/jerry-core/ecma/base/
Decma-globals.h992 ecma_value_t this_binding; /**< value of 'this' binding */ member