Home
last modified time | relevance | path

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

/third_party/node/deps/v8/include/v8-include/
H A Dv8-regexp.h39 kHasIndices = 1 << 7, enumerator
/third_party/node/deps/v8/include/
H A Dv8-regexp.h39 kHasIndices = 1 << 7, enumerator
/third_party/node/deps/v8/src/inspector/
H A Dv8-webdriver-serializer.cc62 if (flags & v8::RegExp::Flags::kHasIndices) result_string_builder.append('d'); in _descriptionForRegExpFlags()
H A Dvalue-mirror.cc238 if (flags & v8::RegExp::Flags::kHasIndices) description.append('d'); in descriptionForRegExp()
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-regexp-gen.cc244 const TNode<BoolT> has_indices = IsSetSmi(flags, JSRegExp::kHasIndices); in ConstructNewResultFromMatchInfo()
1076 CASE_FOR_FLAG("hasIndices", JSRegExp::kHasIndices); in FlagsGetter()
/third_party/node/deps/v8/src/runtime/
H A Druntime-regexp.cc973 DCHECK(regexp->flags() & JSRegExp::kHasIndices); in RUNTIME_FUNCTION()
/third_party/node/deps/v8/src/api/
H A Dapi.cc7324 REGEXP_FLAG_ASSERT_EQ(kHasIndices);

Completed in 31 milliseconds