HomeSort by relevance Sort by last modified time
    Searched refs:standard_set_type_ (Results 1 - 2 of 2) sorted by null

  /external/v8/src/regexp/
regexp-ast.h 130 : ranges_(NULL), standard_set_type_(standard_set_type) {}
132 : ranges_(ranges), standard_set_type_(0) {}
134 uc16 standard_set_type() { return standard_set_type_; }
136 standard_set_type_ = special_set_type;
138 bool is_standard() { return standard_set_type_ != 0; }
145 uc16 standard_set_type_; member in class:v8::internal::BASE_EMBEDDED
jsregexp.cc     [all...]

Completed in 72 milliseconds