Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_iterator.cpp250 JSTaggedValue returnStr = globalConst->GetReturnString(); in IteratorClose() local
252 …edValue func = ObjectFastOperator::FastGetPropertyByName(thread, iter.GetTaggedValue(), returnStr); in IteratorClose()
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_manager.cpp1125 std::string returnStr = GetTypeStr(kungfu::GateType(returnGT)); in GetFunctionTypeStr() local
1126 functionStr = functionStr + ") => " + returnStr; in GetFunctionTypeStr()