Searched defs:lookaround_type (Results 1 – 2 of 2) sorted by relevance
235 RegExpLookaround::Type lookaround_type, in RegExpParserState()253 RegExpLookaround::Type lookaround_type() const { return lookaround_type_; } in lookaround_type() function
577 RegExpLookaround::Type lookaround_type = state->lookaround_type(); in ParseOpenParenthesis() local