Searched refs:SetViewValue (Results 1 – 3 of 3) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/builtins/ |
D | builtins_dataview.h | 81 static JSTaggedValue SetViewValue(JSThread *thread, const JSHandle<JSTaggedValue> &view,
|
D | builtins_dataview.cpp | 404 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/ |
D | runtime_call_id.h | 324 V(DataView, SetViewValue) \
|