Home
last modified time | relevance | path

Searched refs:GetBigUint64 (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_dataview.h40 V("getBigUint64", GetBigUint64, 1, INVALID ) \
87 static JSTaggedValue GetBigUint64(EcmaRuntimeCallInfo *argv);
H A Dbuiltins_dataview.cpp256 JSTaggedValue BuiltinsDataView::GetBigUint64(EcmaRuntimeCallInfo *argv) in GetBigUint64() function in panda::ecmascript::builtins::BuiltinsDataView
259 BUILTINS_API_TRACE(argv->GetThread(), DataView, GetBigUint64); in GetBigUint64()
/arkcompiler/ets_runtime/ecmascript/
H A Druntime_call_id.h405 V(DataView, GetBigUint64) \
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
H A Dsnapshot_processor.cpp517 reinterpret_cast<uintptr_t>(DataView::GetBigUint64),

Completed in 7 milliseconds