Lines Matching refs:exception
477 // Make sure that an out of memory exception is thrown if the length
1178 // Invoke the JavaScript factory method. If an exception is thrown while
1179 // running the factory method, use the exception as the result.
1181 Handle<Object> exception;
1186 &exception).ToHandle(&result)) {
1187 return exception;
1205 // Invoke the JavaScript factory method. If an exception is thrown while
1206 // running the factory method, use the exception as the result.
1208 Handle<Object> exception;
1213 &exception).ToHandle(&result)) {
1214 return exception;