Searched refs:GetInt16 (Results 1 – 5 of 5) sorted by relevance
41 static JSTaggedValue GetInt16(EcmaRuntimeCallInfo *argv);
212 JSTaggedValue BuiltinsDataView::GetInt16(EcmaRuntimeCallInfo *argv) in GetInt16() function in panda::ecmascript::builtins::BuiltinsDataView
215 JSTaggedValue result1 = BuiltinsDataView::GetInt16(ecmaRuntimeCallInfo1.get()); in HWTEST_F_L0()
424 reinterpret_cast<uintptr_t>(DataView::GetInt16),
2187 SetFunction(env, dataViewFuncPrototype, "getInt16", DataView::GetInt16, FunctionLength::ONE); in InitializeDataView()