Home
last modified time | relevance | path

Searched defs:match_to (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/builtins/
Dbuiltins-regexp.cc1619 Node* const match_to = LoadFixedArrayElement( in RegExpPrototypeMatchBody() local
1996 Node* const match_to = LoadFixedArrayElement( in RegExpPrototypeSplitBody() local
/external/v8/src/runtime/
Druntime-regexp.cc249 int match_from, int match_to, int32_t* match) { in Apply()