Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_bigint.cpp977 JSHandle<BigInt> newBig = CreateBigint(thread, len); in Copy() local
979 std::copy(x->GetData(), x->GetData() + len, newBig->GetData()); in Copy()
980 newBig->SetSign(x->GetSign()); in Copy()
981 return newBig; in Copy()