Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Decma_string.h590 inline bool TryToSetIntegerHash(int32_t num) in TryToSetIntegerHash() function
1222 inline bool TryToSetIntegerHash(int32_t num) in TryToSetIntegerHash() function
1224 return string_->TryToSetIntegerHash(num); in TryToSetIntegerHash()
/arkcompiler/ets_runtime/ecmascript/base/
Dnumber_helper.cpp887 strAccessor.TryToSetIntegerHash(num); in FastStringToNumber()