Searched refs:ecma_op_get_method_by_magic_id (Results 1 – 4 of 4) sorted by relevance
49 ecma_value_t ecma_op_get_method_by_magic_id (ecma_value_t value, lit_magic_string_id_t magic_id);
425 ecma_value_t return_method = ecma_op_get_method_by_magic_id (iterator, LIT_MAGIC_STRING_RETURN); in ecma_op_iterator_close()
278 return ecma_op_get_method_by_magic_id (handler, magic_id); in ecma_validate_proxy_object()
1053 ecma_op_get_method_by_magic_id (ecma_value_t value, /**< ecma value */ in ecma_op_get_method_by_magic_id() function