Home
last modified time | relevance | path

Searched refs:GetUint8 (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_dataview.h45 static JSTaggedValue GetUint8(EcmaRuntimeCallInfo *argv);
Dbuiltins_dataview.cpp232 JSTaggedValue BuiltinsDataView::GetUint8(EcmaRuntimeCallInfo *argv) in GetUint8() function in panda::ecmascript::builtins::BuiltinsDataView
235 BUILTINS_API_TRACE(argv->GetThread(), DataView, GetUint8); in GetUint8()
Dbuiltins.cpp2879 SetFunction(env, dataViewFuncPrototype, "getUint8", DataView::GetUint8, FunctionLength::ONE); in InitializeDataView()
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_dataview_test.cpp360 HWTEST_F_L0(BuiltinsDataViewTest, GetUint8) in HWTEST_F_L0() argument
372 JSTaggedValue result = BuiltinsDataView::GetUint8(ecmaRuntimeCallInfo); in HWTEST_F_L0()
504 JSTaggedValue result1 = BuiltinsDataView::GetUint8(ecmaRuntimeCallInfo1); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/
Druntime_call_id.h330 V(DataView, GetUint8) \
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
Dsnapshot_processor.cpp534 reinterpret_cast<uintptr_t>(DataView::GetUint8),