Home | History | Annotate | Download | only in src

Lines Matching refs:IsUndefinedLiteral

51 bool Expression::IsUndefinedLiteral(Isolate* isolate) const {
510 if (left->IsUndefinedLiteral(isolate) && Token::IsEqualityOp(op)) {