Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/runtime/
H A Druntime-regexp.cc1140 Isolate* isolate, Handle<FixedArray> capture_map, in ConstructNamedCaptureGroupsObject()
1144 const int named_capture_count = capture_map->length() >> 1; in ConstructNamedCaptureGroupsObject()
1149 Handle<String> capture_name(String::cast(capture_map->get(name_ix)), in ConstructNamedCaptureGroupsObject()
1151 const int capture_ix = Smi::ToInt(capture_map->get(index_ix)); in ConstructNamedCaptureGroupsObject()
1294 Handle<FixedArray> capture_map = in SearchRegExpMultiple() local
1297 isolate, capture_map, [=](int ix) { return elements->get(ix); }); in SearchRegExpMultiple()
1556 Handle<FixedArray> capture_map; in RUNTIME_FUNCTION() local
1563 capture_map = handle(FixedArray::cast(maybe_capture_map), isolate); in RUNTIME_FUNCTION()
1591 isolate, capture_map, [&argv](int ix) { return *argv[ix]; }); in RUNTIME_FUNCTION()
1139 ConstructNamedCaptureGroupsObject( Isolate* isolate, Handle<FixedArray> capture_map, const std::function<Object(int)>& f_get_capture) ConstructNamedCaptureGroupsObject() argument

Completed in 4 milliseconds