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/
H A 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()
H A 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()
H A 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()
H A 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()
/third_party/jerryscript/jerry-core/ecma/operations/
H A Decma-container-object.h38 ecma_value_t ecma_op_container_has (ecma_value_t this_arg, ecma_value_t key_arg, lit_magic_string_id_t lit_id);
H A Decma-container-object.c658 ecma_op_container_has (ecma_value_t this_arg, /**< this argument */ in ecma_op_container_has() function
688 } /* ecma_op_container_has */ in ecma_op_container_has()

Completed in 3 milliseconds