Home
last modified time | relevance | path

Searched refs:IsDataAccessorConflict (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/
Dpreparser.h559 bool IsDataAccessorConflict(PropertyKind type1, PropertyKind type2) { in IsDataAccessorConflict() function
2825 } else if (IsDataAccessorConflict(old_type, type)) { in CheckProperty()