Home | History | Annotate | Download | only in src

Lines Matching refs:has_exception

9489       bool has_exception;
9490 Handle<Object> number = Execution::ToNumber(value, &has_exception);
9491 if (has_exception) return Handle<Object>();