Lines Matching defs:out
45 Label out(this);
46 GotoIfNot(IsPromiseHookEnabledOrDebugIsActive(), &out);
48 Goto(&out);
50 Bind(&out);
66 Label out(this);
67 GotoIfNot(IsPromiseHookEnabledOrDebugIsActive(), &out);
70 Goto(&out);
72 Bind(&out);
117 out(this);
138 GotoIfNot(IsPromiseHookEnabledOrDebugIsActive(), &out);
141 Goto(&out);
171 Goto(&out);
185 Bind(&out);
233 Label out(this), throw_exception(this, Label::kDeferred);
242 Branch(IsJSReceiverInstanceType(value_instance_type), &out, &throw_exception);
257 Bind(&out);
294 Label out(this);
295 GotoIf(IsUndefined(constructor), &out);
308 GotoIf(IsUndefined(species), &out);
309 GotoIf(WordEqual(species, NullConstant()), &out);
319 Goto(&out);
330 Bind(&out);
429 Label out(this), if_onresolvenotcallable(this), onrejectcheck(this),
491 Goto(&out);
549 Goto(&out);
564 Goto(&out);
580 Goto(&out);
599 Goto(&out);
605 Bind(&out);
614 // TODO(gsathya): Refactor this out to prevent code dupe with builtins-regexp
679 if_rejectpromise(this, Label::kDeferred), out(this);
734 Goto(&out);
752 Goto(&out);
807 Goto(&out);
814 Goto(&out);
833 Goto(&out);
836 Bind(&out);
916 // out to the runtime.
940 Label out(this);
941 GotoIfNot(IsDebugActive(), &out);
942 GotoIfNot(WordEqual(TrueConstant(), debug_event), &out);
944 Goto(&out);
946 Bind(&out);
989 Label out(this);
998 GotoIf(SmiEqual(has_already_visited, SmiConstant(1)), &out);
1013 Bind(&out);
1082 Label out(this), if_rejectpromise(this), debug_pop(this, Label::kDeferred);
1093 Branch(is_debug_active, &debug_pop, &out);
1100 Branch(is_debug_active, &debug_pop, &out);
1106 Goto(&out);
1108 Bind(&out);
1179 Label out(this);
1188 GotoIf(SmiEqual(has_already_visited, SmiConstant(1)), &out);
1201 Bind(&out);
1340 Label out(this);
1342 GotoIfNot(is_debug_active, &out);
1344 Goto(&out);
1346 Bind(&out);