Home | History | Annotate | Download | only in src

Lines Matching refs:Contains

507         // from the DontDelete cell without checking if it contains
1039 // Backslash indicates that the string contains control
1107 !heap->Contains(HeapObject::cast(constructor))) {
1112 if (!heap->Contains(JSFunction::cast(constructor)->shared())) {
1168 if (!heap->Contains(this)) {
1172 if (!heap->Contains(map())) {
1502 // Checks whether the buffer contains an identifier (no escape).
5989 if (!Isolate::Current()->heap()->Contains(this)) return false;
12482 bool ObjectHashSet::Contains(Object* key) {