Searched refs:returnStr (Results 1 – 2 of 2) sorted by relevance
250 JSTaggedValue returnStr = globalConst->GetReturnString(); in IteratorClose() local252 …edValue func = ObjectFastOperator::FastGetPropertyByName(thread, iter.GetTaggedValue(), returnStr); in IteratorClose()
1125 std::string returnStr = GetTypeStr(kungfu::GateType(returnGT)); in GetFunctionTypeStr() local1126 functionStr = functionStr + ") => " + returnStr; in GetFunctionTypeStr()