Home | History | Annotate | Download | only in interpreter

Lines Matching refs:hasExpressionInfo

600     if (!callFrame->codeBlock()->hasExpressionInfo())
659 // Using hasExpressionInfo to imply we are interested in rich exception info.
660 if (codeBlock->hasExpressionInfo() && !hasErrorInfo(callFrame, exception)) {