Home
last modified time | relevance | path

Searched refs:ecma_op_container_size (Results 1 – 4 of 4) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-set-prototype.c130 return ecma_op_container_size (this_arg, LIT_MAGIC_STRING_SET_UL); in ecma_builtin_set_prototype_object_size_getter()
Decma-builtin-map-prototype.c147 return ecma_op_container_size (this_arg, LIT_MAGIC_STRING_MAP_UL); in ecma_builtin_map_prototype_object_size_getter()
/third_party/jerryscript/jerry-core/ecma/operations/
Decma-container-object.h34 ecma_value_t ecma_op_container_size (ecma_value_t this_arg, lit_magic_string_id_t lit_id);
Decma-container-object.c592 ecma_op_container_size (ecma_value_t this_arg, /**< this argument */ in ecma_op_container_size() function