Home | History | Annotate | Download | only in src

Lines Matching refs:has_exception

5124         bool has_exception;
5125 Handle<Object> number = Execution::ToNumber(value, &has_exception);
5126 if (has_exception) return Failure::Exception();
5143 bool has_exception;
5144 Handle<Object> number = Execution::ToNumber(value, &has_exception);
5145 if (has_exception) return Failure::Exception();