Home | History | Annotate | Download | only in src

Lines Matching defs:HasKey

4058 static bool HasKey(FixedArray* array, Object* key) {
4126 if (!value->IsTheHole() && !HasKey(this, value)) extra++;
4149 if (!value->IsTheHole() && !HasKey(this, value)) {