Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-regexp-gen.cc2269 Label fast_result(this), slow_result(this, Label::kDeferred); in RegExpPrototypeSearchBodySlow() local
2270 BranchIfFastRegExpResult(context, exec_result, &fast_result, &slow_result); in RegExpPrototypeSearchBodySlow()
2279 BIND(&slow_result); in RegExpPrototypeSearchBodySlow()