Searched refs:has_indices (Results 1 - 3 of 3) sorted by relevance
/third_party/node/deps/v8/src/regexp/ |
H A D | regexp-flags.h | 21 V(has_indices, HasIndices, hasIndices, 'd', 7) \
|
/third_party/node/deps/v8/src/builtins/ |
H A D | builtins-regexp-gen.cc | 97 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 D | builtins-regexp-gen.h | 27 // on has_indices) with the given length (the number of captures, including 33 TNode<BoolT> has_indices, TNode<FixedArray>* elements_out = nullptr);
|
Completed in 6 milliseconds