Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_number_stub_builder.cpp44 *result = CallNGCRuntime(glue_, RTSTUB_ID(NumberHelperStringToDouble), { msg }); in ParseFloat()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcall_signature.h487 V(NumberHelperStringToDouble) \
Dcall_signature.cpp1299 DEF_CALL_SIGNATURE(NumberHelperStringToDouble) in DEF_CALL_SIGNATURE() argument
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.h136 V(NumberHelperStringToDouble) \
466 static JSTaggedValue NumberHelperStringToDouble(EcmaString *str);
Druntime_stubs.cpp2907 JSTaggedValue RuntimeStubs::NumberHelperStringToDouble(EcmaString *numberString) in NumberHelperStringToDouble() function in panda::ecmascript::RuntimeStubs