Home
last modified time | relevance | path

Searched refs:ecma_op_get_method_by_magic_id (Results 1 – 4 of 4) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/operations/
Decma-objects.h49 ecma_value_t ecma_op_get_method_by_magic_id (ecma_value_t value, lit_magic_string_id_t magic_id);
Decma-iterator-object.c425 ecma_value_t return_method = ecma_op_get_method_by_magic_id (iterator, LIT_MAGIC_STRING_RETURN); in ecma_op_iterator_close()
Decma-proxy-object.c278 return ecma_op_get_method_by_magic_id (handler, magic_id); in ecma_validate_proxy_object()
Decma-objects.c1053 ecma_op_get_method_by_magic_id (ecma_value_t value, /**< ecma value */ in ecma_op_get_method_by_magic_id() function