Searched refs:ecma_op_container_get (Results 1 – 4 of 4) sorted by relevance
66 return ecma_op_container_get (this_arg, key_arg, LIT_MAGIC_STRING_WEAKMAP_UL); in ecma_builtin_weakmap_prototype_object_get()
99 return ecma_op_container_get (this_arg, key_arg, LIT_MAGIC_STRING_MAP_UL); in ecma_builtin_map_prototype_object_get()
35 ecma_value_t ecma_op_container_get (ecma_value_t this_arg, ecma_value_t key_arg, lit_magic_string_i…
615 ecma_op_container_get (ecma_value_t this_arg, /**< this argument */ in ecma_op_container_get() function