Home
last modified time | relevance | path

Searched refs:numericVal (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_number.cpp46 JSHandle<JSTaggedValue> numericVal = JSTaggedValue::ToNumeric(thread, value); in NumberConstructor() local
49 if (numericVal->IsBigInt()) { in NumberConstructor()
50 JSHandle<BigInt> bigNumericVal(numericVal); in NumberConstructor()
54 numberValue = JSTaggedNumber(numericVal.GetTaggedValue()); in NumberConstructor()
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stubs.cpp2702 JSHandle<JSTaggedValue> numericVal(thread, RuntimeToNumeric(thread, value)); in DEF_RUNTIME_STUBS()
2703 if (numericVal->IsBigInt()) { in DEF_RUNTIME_STUBS()
2704 JSHandle<BigInt> bigNumericVal(numericVal); in DEF_RUNTIME_STUBS()
2707 return numericVal->GetRawData(); in DEF_RUNTIME_STUBS()

Completed in 10 milliseconds