Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/regexp/
H A Dregexp-flags.h21 V(has_indices, HasIndices, hasIndices, 'd', 7) \
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-regexp-gen.cc97 TNode<BoolT> has_indices, TNode<FixedArray>* elements_out) { in AllocateRegExpResult()
114 GotoIf(has_indices, &result_has_indices); in AllocateRegExpResult()
170 GotoIfNot(has_indices, &finish_initialization); in AllocateRegExpResult()
244 const TNode<BoolT> has_indices = IsSetSmi(flags, JSRegExp::kHasIndices); in ConstructNewResultFromMatchInfo() local
248 last_index, has_indices, &result_elements); in ConstructNewResultFromMatchInfo()
394 GotoIfNot(has_indices, &out); in ConstructNewResultFromMatchInfo()
94 AllocateRegExpResult( TNode<Context> context, TNode<Smi> length, TNode<Smi> index, TNode<String> input, TNode<JSRegExp> regexp, TNode<Number> last_index, TNode<BoolT> has_indices, TNode<FixedArray>* elements_out) AllocateRegExpResult() argument
H A Dbuiltins-regexp-gen.h27 // on has_indices) with the given length (the number of captures, including
33 TNode<BoolT> has_indices, TNode<FixedArray>* elements_out = nullptr);

Completed in 4 milliseconds