Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/runtime/
H A Druntime-regexp.cc1761 Handle<Object> num_captures_obj; in RUNTIME_FUNCTION() local
1763 isolate, num_captures_obj, in RUNTIME_FUNCTION()
1768 isolate, num_captures_obj, Object::ToLength(isolate, num_captures_obj)); in RUNTIME_FUNCTION()
1769 const uint32_t num_captures = PositiveNumberToUint32(*num_captures_obj); in RUNTIME_FUNCTION()

Completed in 4 milliseconds