Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-weakmap-prototype.c66 return ecma_op_container_get (this_arg, key_arg, LIT_MAGIC_STRING_WEAKMAP_UL); in ecma_builtin_weakmap_prototype_object_get()
Decma-builtin-map-prototype.c99 return ecma_op_container_get (this_arg, key_arg, LIT_MAGIC_STRING_MAP_UL); in ecma_builtin_map_prototype_object_get()
/third_party/jerryscript/jerry-core/ecma/operations/
Decma-container-object.h35 ecma_value_t ecma_op_container_get (ecma_value_t this_arg, ecma_value_t key_arg, lit_magic_string_i…
Decma-container-object.c615 ecma_op_container_get (ecma_value_t this_arg, /**< this argument */ in ecma_op_container_get() function