Lines Matching defs:ret
46 double ret = a0Double + a1Double; in AddWithTSType() local
70 … EcmaString *ret = EcmaStringAccessor::Concat(thread->GetEcmaVM(), stringA0, stringA1); in AddWithTSType() local
80 … EcmaString *ret = EcmaStringAccessor::Concat(thread->GetEcmaVM(), stringA0, stringA1); in AddWithTSType() local
85 … EcmaString *ret = EcmaStringAccessor::Concat(thread->GetEcmaVM(), stringA0, stringA1); in AddWithTSType() local
110 double ret = a0Double - a1Double; in SubWithTSType() local
121 auto ret = number0 - number1; in SubWithTSType() local
293 auto ret = in ShlWithTSType() local
308 auto ret = static_cast<int32_t>(opNumber0 >> shift); // NOLINT(hicpp-signed-bitwise) in ShrWithTSType() local
323 auto ret = in AshrWithTSType() local
337 auto ret = static_cast<uint32_t>(opNumber0) & static_cast<uint32_t>(opNumber1); in AndWithTSType() local
350 auto ret = static_cast<uint32_t>(opNumber0) | static_cast<uint32_t>(opNumber1); in OrWithTSType() local
363 auto ret = static_cast<uint32_t>(opNumber0) ^ static_cast<uint32_t>(opNumber1); in XorWithTSType() local