Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-string.cc1341 Label next(this), return_subject(this); in TF_BUILTIN() local
1349 GotoIf(TaggedIsSmi(replace), &return_subject); in TF_BUILTIN()
1350 GotoIf(IsCallableMap(LoadMap(replace)), &return_subject); in TF_BUILTIN()
1355 Goto(&return_subject); in TF_BUILTIN()
1357 Bind(&return_subject); in TF_BUILTIN()