Lines Matching defs:RegExpCompileData
27 struct RegExpCompileData { struct
29 RegExpTree* tree = nullptr;
32 RegExpNode* node = nullptr;
36 Handle<Object> code;
41 bool simple = true;
44 bool contains_anchor = false;
48 ZoneVector<RegExpCapture*>* named_captures = nullptr;
52 RegExpError error = RegExpError::kNone;
56 int error_pos = 0;
59 int capture_count = 0;
62 int register_count = 0;
65 RegExpCompilationTarget compilation_target;