Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/base/
H A Dnumber_helper.cpp787 JSHandle<EcmaString> resultJSHandle;
791 resultJSHandle = JSHandle<EcmaString>::Cast(thread->GlobalConstants()->GetHandledZeroString());
793 resultJSHandle = IntToEcmaString(thread, intVal);
796 resultJSHandle = DoubleToEcmaString(thread, number.GetDouble());
799 cacheTable->SetCachedResult(thread, entry, number, resultJSHandle);
800 return resultJSHandle;
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_number.cpp446 JSHandle<EcmaString> resultJSHandle = value.ToString(thread); in ToString() local
447 cacheTable->SetCachedResult(thread, entry, value, resultJSHandle); in ToString()
448 return resultJSHandle.GetTaggedValue(); in ToString()

Completed in 3 milliseconds