Home | History | Annotate | Download | only in src

Lines Matching full:maybe

2931 Maybe<HConstant*> HConstant::CopyToTruncatedInt32(Zone* zone) {
2944 return Maybe<HConstant*>(res != NULL, res);
2948 Maybe<HConstant*> HConstant::CopyToTruncatedNumber(Zone* zone) {
2959 return Maybe<HConstant*>(res != NULL, res);