Home
last modified time | relevance | path

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

/external/v8/src/runtime/
Druntime-regexp.cc1611 Handle<Object> captures_length_obj; in RUNTIME_FUNCTION() local
1613 isolate, captures_length_obj, in RUNTIME_FUNCTION()
1617 isolate, captures_length_obj, in RUNTIME_FUNCTION()
1618 Object::ToLength(isolate, captures_length_obj)); in RUNTIME_FUNCTION()
1619 const int captures_length = PositiveNumberToUint32(*captures_length_obj); in RUNTIME_FUNCTION()