Searched defs:lookaround_type (Results 1 – 2 of 2) sorted by relevance
205 RegExpLookaround::Type lookaround_type, in RegExpParserState()220 RegExpLookaround::Type lookaround_type() { return lookaround_type_; } in lookaround_type() function
239 RegExpLookaround::Type lookaround_type = state->lookaround_type(); in ParseDisjunction() local