Home | History | Annotate | Download | only in src

Lines Matching refs:return_true

2181   Label return_false(this), return_true(this),
2283 GotoIf(WordEqual(object_prototype, callable_prototype), &return_true);
2290 Bind(&return_true);