Home | History | Annotate | Download | only in parsing

Lines Matching refs:PROTOTYPE

5925   // Ignore "__proto__" as a name when it's being used to set the [[Prototype]]
5927 if (property->kind() == ObjectLiteralProperty::PROTOTYPE) return;