Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/base/
Dnumber_helper.h113 static JSTaggedValue StringToBigInt(JSThread *thread, JSHandle<JSTaggedValue> strVal);
Dnumber_helper.cpp700 JSTaggedValue NumberHelper::StringToBigInt(JSThread *thread, JSHandle<JSTaggedValue> strVal) in StringToBigInt() argument
702 auto strObj = static_cast<EcmaString *>(strVal->GetTaggedObject()); in StringToBigInt()