Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/vm/
H A Dvm-defines.h50 ecma_value_t this_binding; /**< this binding */ member
H A Dvm.c357 ecma_value_t this_binding; in vm_run_eval() local
[all...]
/third_party/jerryscript/jerry-core/ecma/operations/
H A Decma-lex-env.c467 ecma_op_init_this_binding(ecma_object_t *lex_env_p, ecma_value_t this_binding) ecma_op_init_this_binding() argument
546 ecma_op_bind_this_value(ecma_property_t *prop_p, ecma_value_t this_binding) ecma_op_bind_this_value() argument
H A Decma-function-object.c795 ecma_value_t this_binding = this_arg_value; in ecma_op_function_call_simple() local
441 ecma_op_create_arrow_function_object(ecma_object_t *scope_p, const ecma_compiled_code_t *bytecode_data_p, ecma_value_t this_binding) ecma_op_create_arrow_function_object() argument
[all...]
/third_party/jerryscript/jerry-core/ecma/base/
H A Decma-globals.h992 ecma_value_t this_binding; /**< value of 'this' binding */ member

Completed in 8 milliseconds