Searched refs:GetBigInt64 (Results 1 – 6 of 6) sorted by relevance
51 static JSTaggedValue GetBigInt64(EcmaRuntimeCallInfo *argv);
255 JSTaggedValue BuiltinsDataView::GetBigInt64(EcmaRuntimeCallInfo *argv) in GetBigInt64() function in panda::ecmascript::builtins::BuiltinsDataView258 BUILTINS_API_TRACE(argv->GetThread(), DataView, GetBigInt64); in GetBigInt64()
2882 …SetFunction(env, dataViewFuncPrototype, "getBigInt64", DataView::GetBigInt64, FunctionLength::ONE); in InitializeDataView()
567 HWTEST_F_L0(BuiltinsDataViewTest, GetBigInt64) in HWTEST_F_L0() argument583 JSTaggedValue result = BuiltinsDataView::GetBigInt64(ecmaRuntimeCallInfo); in HWTEST_F_L0()
333 V(DataView, GetBigInt64) \
539 reinterpret_cast<uintptr_t>(DataView::GetBigInt64),