Searched refs:IntToEcmaString (Results 1 – 5 of 5) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/base/ |
D | number_helper.h | 100 static JSHandle<EcmaString> IntToEcmaString(const JSThread *thread, int number);
|
D | number_helper.cpp | 317 JSHandle<EcmaString> NumberHelper::IntToEcmaString(const JSThread *thread, int number) in IntToEcmaString() function in panda::ecmascript::base::NumberHelper
|
/arkcompiler/ets_runtime/ecmascript/ |
D | js_object.cpp | 449 auto key = base::NumberHelper::IntToEcmaString(thread, i); in GetAllElementKeys() 459 auto key = base::NumberHelper::IntToEcmaString(thread, i); in GetAllElementKeys() 538 keyHandle.Update(base::NumberHelper::IntToEcmaString(thread, i)); in GetEnumElementKeys() 549 keyHandle.Update(base::NumberHelper::IntToEcmaString(thread, i)); in GetEnumElementKeys() 567 auto key = base::NumberHelper::IntToEcmaString(thread, i); in GetEnumElementKeys() 577 auto key = base::NumberHelper::IntToEcmaString(thread, i); in GetEnumElementKeys()
|
D | js_typed_array.cpp | 347 auto key = base::NumberHelper::IntToEcmaString(thread, k); in OwnEnumPropertyKeys()
|
D | tagged_list.cpp | 137 auto key = base::NumberHelper::IntToEcmaString(thread, i); in OwnKeys()
|