Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-regexp.cc1630 Label load_match(this); in RegExpPrototypeMatchBody() local
1631 Branch(WordEqual(result, null), &if_didnotmatch, &load_match); in RegExpPrototypeMatchBody()
1633 Bind(&load_match); in RegExpPrototypeMatchBody()