Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_dataview.h81 static JSTaggedValue SetViewValue(JSThread *thread, const JSHandle<JSTaggedValue> &view,
Dbuiltins_dataview.cpp404 JSTaggedValue BuiltinsDataView::SetViewValue(JSThread *thread, const JSHandle<JSTaggedValue> &view, in SetViewValue() function in panda::ecmascript::builtins::BuiltinsDataView
410 BUILTINS_API_TRACE(thread, DataView, SetViewValue); in SetViewValue()
484 return SetViewValue(thread, thisHandle, offsetHandle, trueHandle, type, value); in SetTypedValue()
487 return SetViewValue(thread, thisHandle, offsetHandle, littleEndianHandle, type, value); in SetTypedValue()
/arkcompiler/ets_runtime/ecmascript/
Druntime_call_id.h324 V(DataView, SetViewValue) \