Searched refs:ecma_op_dataview_get_set_view_value (Results 1 – 3 of 3) sorted by relevance
/third_party/jerryscript/jerry-core/ecma/builtin-objects/ |
D | ecma-builtin-dataview-prototype.c | 169 …return ecma_op_dataview_get_set_view_value (this_arg, byte_offset, little_endian, ECMA_VALUE_EMPTY… in ecma_builtin_dataview_prototype_dispatch_routine() 184 …return ecma_op_dataview_get_set_view_value (this_arg, byte_offset, little_endian, value_to_set, id… in ecma_builtin_dataview_prototype_dispatch_routine() 191 …return ecma_op_dataview_get_set_view_value (this_arg, byte_offset, ECMA_VALUE_FALSE, ECMA_VALUE_EM… in ecma_builtin_dataview_prototype_dispatch_routine() 200 …return ecma_op_dataview_get_set_view_value (this_arg, byte_offset, ECMA_VALUE_FALSE, value_to_set,… in ecma_builtin_dataview_prototype_dispatch_routine()
|
/third_party/jerryscript/jerry-core/ecma/operations/ |
D | ecma-dataview-object.h | 32 ecma_value_t ecma_op_dataview_get_set_view_value (ecma_value_t view, ecma_value_t request_index,
|
D | ecma-dataview-object.c | 231 ecma_op_dataview_get_set_view_value (ecma_value_t view, /**< the operation's 'view' argument */ in ecma_op_dataview_get_set_view_value() function
|