Searched refs:HasConflict (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/
H A Dpreparser.h185 bool HasConflict(int type1, int type2) { return (type1 & type2) != 0; } function in class:v8::preparser::PreParser
H A Dpreparser.cc1219 if (HasConflict(old_type, type)) {

Completed in 49 milliseconds