Home
last modified time | relevance | path

Searched refs:ECMA_CREATE_DIRECT_UINT32_STRING (Results 1 – 3 of 3) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/operations/
Decma-objects.c690 return ecma_op_object_find (object_p, ECMA_CREATE_DIRECT_UINT32_STRING (index)); in ecma_op_object_find_by_uint32_index()
876 return ecma_op_object_get (object_p, ECMA_CREATE_DIRECT_UINT32_STRING (index)); in ecma_op_object_get_by_uint32_index()
1077 ECMA_CREATE_DIRECT_UINT32_STRING (index), in ecma_op_object_put_by_uint32_index()
1639 return ecma_op_object_delete (obj_p, ECMA_CREATE_DIRECT_UINT32_STRING (index), is_throw); in ecma_op_object_delete_by_uint32_index()
/third_party/jerryscript/jerry-core/ecma/base/
Decma-globals.h1447 #define ECMA_CREATE_DIRECT_UINT32_STRING(uint32_number) \ macro
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-helpers.c793 ECMA_CREATE_DIRECT_UINT32_STRING (index), in ecma_builtin_helper_def_prop_by_index()