Lines Matching defs:output
58 Handle<String> subject, int index, int32_t* output,
72 Handle<String> subject, int index, int32_t* output,
355 Handle<String> subject, int index, int32_t* output,
393 output[i] = index;
394 output[i + 1] = index + needle_len;
652 // Only reserve room for output captures. Internal registers are allocated by
659 int32_t* output, int output_size) {
672 // This means that in case of failure, the output registers array is left
675 int res = NativeRegExpMacroAssembler::Match(regexp, subject, output,
703 isolate, regexp, subject, output, output_size, index);