Searched refs:GetUint16 (Results 1 – 6 of 6) sorted by relevance
47 static JSTaggedValue GetUint16(EcmaRuntimeCallInfo *argv);
240 JSTaggedValue BuiltinsDataView::GetUint16(EcmaRuntimeCallInfo *argv) in GetUint16() function in panda::ecmascript::builtins::BuiltinsDataView243 BUILTINS_API_TRACE(argv->GetThread(), DataView, GetUint16); in GetUint16()
2880 SetFunction(env, dataViewFuncPrototype, "getUint16", DataView::GetUint16, FunctionLength::ONE); in InitializeDataView()
263 JSTaggedValue result1 = BuiltinsDataView::GetUint16(ecmaRuntimeCallInfo1); in HWTEST_F_L0()
331 V(DataView, GetUint16) \
535 reinterpret_cast<uintptr_t>(DataView::GetUint16),