Home
last modified time | relevance | path

Searched refs:ecma_op_bind_this_value (Results 1 – 3 of 3) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/operations/
Decma-lex-env.h85 ecma_op_bind_this_value (ecma_property_t *prop_p, ecma_value_t this_binding);
Decma-lex-env.c546 ecma_op_bind_this_value (ecma_property_t *prop_p, /**< [[ThisBindingValue]] internal property */ in ecma_op_bind_this_value() function
/third_party/jerryscript/jerry-core/vm/
Dvm.c629 ecma_op_bind_this_value (prop_p, completion_value); in vm_super_call()