Home
last modified time | relevance | path

Searched refs:maybe_capture_map (Results 1 – 4 of 4) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/runtime/
H A Druntime-regexp.cc1180 Handle<Object> maybe_capture_map(regexp->CaptureNameMap(), isolate); in SearchRegExpMultiple() local
1181 const bool has_named_captures = maybe_capture_map->IsFixedArray(); in SearchRegExpMultiple()
1209 Handle<FixedArray>::cast(maybe_capture_map); in SearchRegExpMultiple()
1476 Object maybe_capture_map = regexp->CaptureNameMap(); in RUNTIME_FUNCTION() local
1477 if (maybe_capture_map.IsFixedArray()) { in RUNTIME_FUNCTION()
1479 capture_map = handle(FixedArray::cast(maybe_capture_map), isolate); in RUNTIME_FUNCTION()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/runtime/
H A Druntime-regexp.cc1184 Handle<Object> maybe_capture_map(regexp->CaptureNameMap(), isolate); in SearchRegExpMultiple() local
1185 const bool has_named_captures = maybe_capture_map->IsFixedArray(); in SearchRegExpMultiple()
1213 Handle<FixedArray>::cast(maybe_capture_map); in SearchRegExpMultiple()
1478 Object maybe_capture_map = regexp->CaptureNameMap(); in RUNTIME_FUNCTION() local
1479 if (maybe_capture_map.IsFixedArray()) { in RUNTIME_FUNCTION()
1481 capture_map = handle(FixedArray::cast(maybe_capture_map), isolate); in RUNTIME_FUNCTION()
/dports/www/node10/node-v10.24.1/deps/v8/src/runtime/
H A Druntime-regexp.cc1219 Handle<Object> maybe_capture_map(regexp->CaptureNameMap(), isolate); in SearchRegExpMultiple() local
1220 const bool has_named_captures = maybe_capture_map->IsFixedArray(); in SearchRegExpMultiple()
1249 Handle<FixedArray>::cast(maybe_capture_map); in SearchRegExpMultiple()
1491 Object* maybe_capture_map = regexp->CaptureNameMap(); in RUNTIME_FUNCTION() local
1492 if (maybe_capture_map->IsFixedArray()) { in RUNTIME_FUNCTION()
1494 capture_map = handle(FixedArray::cast(maybe_capture_map)); in RUNTIME_FUNCTION()
/dports/lang/v8/v8-9.6.180.12/src/runtime/
H A Druntime-regexp.cc1262 Handle<Object> maybe_capture_map(regexp->capture_name_map(), isolate); in SearchRegExpMultiple() local
1263 const bool has_named_captures = maybe_capture_map->IsFixedArray(); in SearchRegExpMultiple()
1291 Handle<FixedArray>::cast(maybe_capture_map); in SearchRegExpMultiple()
1556 Object maybe_capture_map = regexp->capture_name_map(); in RUNTIME_FUNCTION() local
1557 if (maybe_capture_map.IsFixedArray()) { in RUNTIME_FUNCTION()
1559 capture_map = handle(FixedArray::cast(maybe_capture_map), isolate); in RUNTIME_FUNCTION()