Home
last modified time | relevance | path

Searched refs:ecma_op_container_has (Results 1 – 6 of 6) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-weakset-prototype.c82 return ecma_op_container_has (this_arg, value_arg, LIT_MAGIC_STRING_WEAKSET_UL); in ecma_builtin_weakset_prototype_object_has()
Decma-builtin-weakmap-prototype.c82 return ecma_op_container_has (this_arg, key_arg, LIT_MAGIC_STRING_WEAKMAP_UL); in ecma_builtin_weakmap_prototype_object_has()
Decma-builtin-set-prototype.c115 return ecma_op_container_has (this_arg, value_arg, LIT_MAGIC_STRING_SET_UL); in ecma_builtin_set_prototype_object_has()
Decma-builtin-map-prototype.c115 return ecma_op_container_has (this_arg, key_arg, LIT_MAGIC_STRING_MAP_UL); in ecma_builtin_map_prototype_object_has()
/third_party/jerryscript/jerry-core/ecma/operations/
Decma-container-object.h38 ecma_value_t ecma_op_container_has (ecma_value_t this_arg, ecma_value_t key_arg, lit_magic_string_i…
Decma-container-object.c658 ecma_op_container_has (ecma_value_t this_arg, /**< this argument */ in ecma_op_container_has() function