Home | History | Annotate | Download | only in src

Lines Matching refs:IsUndefinedLiteral

74 bool Expression::IsUndefinedLiteral(Isolate* isolate) {
524 if (left->IsUndefinedLiteral(isolate) && Token::IsEqualityOp(op)) {