Home
last modified time | relevance | path

Searched defs:GetElementSize (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/base/
Dtyped_array_helper-inl.h70 uint32_t TypedArrayHelper::GetElementSize(const JSHandle<JSTypedArray> &obj) in GetElementSize() function
76 uint32_t TypedArrayHelper::GetElementSize(JSType type) in GetElementSize() function
/arkcompiler/ets_runtime/ecmascript/
Djs_dataview.cpp21 uint32_t JSDataView::GetElementSize(DataViewType type) in GetElementSize() function in panda::ecmascript::JSDataView
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_dataview_test.cpp58 HWTEST_F_L0(JSDataViewTest, GetElementSize) in HWTEST_F_L0() argument