Lines Matching defs:capture
252 // If no captures exist we can skip named capture handling as well.
281 TNode<String> capture = CAST(CallBuiltin(Builtin::kSubString, context,
283 UnsafeStoreFixedArrayElement(result_elements, to_cursor, capture);
297 // Preparations for named capture properties. Exit early if the result does
313 // The names fixed array associates names at even indices with a capture
328 // Allocate a new object to store the named capture properties.
359 TNode<HeapObject> capture =
376 Add<PropertyDictionary>(CAST(properties), name, capture,
392 // capture groups are processed.
599 // Argument 5: Number of capture registers.
673 // Check that the last match info has space for the capture registers and
694 // Fill match and capture offsets in match_info.