Home
last modified time | relevance | path

Searched defs:SetUint8 (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_dataview.cpp309 JSTaggedValue BuiltinsDataView::SetUint8(EcmaRuntimeCallInfo *argv) in SetUint8() function in panda::ecmascript::builtins::BuiltinsDataView
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_dataview_test.cpp114 void SetUint8(JSThread *thread, const JSHandle<JSDataView> &view, int32_t offset, JSTaggedValue val… in SetUint8() function