Searched refs:ecma_op_container_has (Results 1 – 6 of 6) sorted by relevance
/third_party/jerryscript/jerry-core/ecma/builtin-objects/ |
D | ecma-builtin-weakset-prototype.c | 82 return ecma_op_container_has (this_arg, value_arg, LIT_MAGIC_STRING_WEAKSET_UL); in ecma_builtin_weakset_prototype_object_has()
|
D | ecma-builtin-weakmap-prototype.c | 82 return ecma_op_container_has (this_arg, key_arg, LIT_MAGIC_STRING_WEAKMAP_UL); in ecma_builtin_weakmap_prototype_object_has()
|
D | ecma-builtin-set-prototype.c | 115 return ecma_op_container_has (this_arg, value_arg, LIT_MAGIC_STRING_SET_UL); in ecma_builtin_set_prototype_object_has()
|
D | ecma-builtin-map-prototype.c | 115 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/ |
D | ecma-container-object.h | 38 ecma_value_t ecma_op_container_has (ecma_value_t this_arg, ecma_value_t key_arg, lit_magic_string_i…
|
D | ecma-container-object.c | 658 ecma_op_container_has (ecma_value_t this_arg, /**< this argument */ in ecma_op_container_has() function
|