Lines Matching refs:throw_exception
6048 Label out(this), throw_exception(this, Label::kDeferred);
6050 GotoIf(TaggedIsSmi(value), &throw_exception);
6057 &throw_exception);
6060 BIND(&throw_exception);
6071 Label done(this), throw_exception(this, Label::kDeferred);
6073 GotoIf(TaggedIsSmi(value), &throw_exception);
6080 &throw_exception);
6083 BIND(&throw_exception);
6092 Label out(this), throw_exception(this, Label::kDeferred);
6094 GotoIf(TaggedIsSmi(value), &throw_exception);
6095 Branch(IsCallable(CAST(value)), &out, &throw_exception);
6098 BIND(&throw_exception);