Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-regexp-gen.cc1227 Label inner_next(this); in TF_BUILTIN()
1228 GotoIfNot(IsUndefined(flags), &inner_next); in TF_BUILTIN() local
1231 Goto(&inner_next); in TF_BUILTIN()
1233 BIND(&inner_next); in TF_BUILTIN()
1245 Label inner_next(this); in TF_BUILTIN()
1246 GotoIfNot(IsUndefined(flags), &inner_next); in TF_BUILTIN() local
1250 Goto(&inner_next); in TF_BUILTIN()
1252 BIND(&inner_next); in TF_BUILTIN()

Completed in 3 milliseconds