Lines Matching defs:ret
46 double ret = a0Double + a1Double; in AddWithTSType() local
70 … EcmaString *ret = EcmaStringAccessor::Concat(thread->GetEcmaVM(), stringA0, stringA1); in AddWithTSType() local
82 … EcmaString *ret = EcmaStringAccessor::Concat(thread->GetEcmaVM(), stringA0, stringA1); in AddWithTSType() local
89 … EcmaString *ret = EcmaStringAccessor::Concat(thread->GetEcmaVM(), stringA0, stringA1); in AddWithTSType() local
116 double ret = a0Double - a1Double; in SubWithTSType() local
127 auto ret = number0 - number1; in SubWithTSType() local
305 auto ret = in ShlWithTSType() local
320 auto ret = static_cast<int32_t>(opNumber0 >> shift); // NOLINT(hicpp-signed-bitwise) in ShrWithTSType() local
335 auto ret = in AshrWithTSType() local
349 auto ret = static_cast<uint32_t>(opNumber0) & static_cast<uint32_t>(opNumber1); in AndWithTSType() local
362 auto ret = static_cast<uint32_t>(opNumber0) | static_cast<uint32_t>(opNumber1); in OrWithTSType() local
375 auto ret = static_cast<uint32_t>(opNumber0) ^ static_cast<uint32_t>(opNumber1); in XorWithTSType() local