Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/regexp/
H A Dregexp-parser.cc117 RegExpLookaround::Type lookaround_type, in RegExpParserState()
124 lookaround_type_(lookaround_type), in RegExpParserState()
135 RegExpLookaround::Type lookaround_type() const { return lookaround_type_; } in lookaround_type() function in v8::internal::__anon14998::RegExpParserState
585 capture_index, state->lookaround_type()); in ParseDisjunction()
869 RegExpLookaround::Type lookaround_type = state->lookaround_type(); in ParseOpenParenthesis() local
882 lookaround_type = RegExpLookaround::LOOKAHEAD; in ParseOpenParenthesis()
887 lookaround_type = RegExpLookaround::LOOKAHEAD; in ParseOpenParenthesis()
894 lookaround_type = RegExpLookaround::LOOKBEHIND; in ParseOpenParenthesis()
899 lookaround_type in ParseOpenParenthesis()
115 RegExpParserState(RegExpParserState* previous_state, SubexpressionType group_type, RegExpLookaround::Type lookaround_type, int disjunction_capture_index, const ZoneVector<base::uc16>* capture_name, RegExpFlags flags, Zone* zone) RegExpParserState() argument
[all...]

Completed in 3 milliseconds