Lines Matching refs:exception
1366 __ cmp(eax, NativeRegExpMacroAssembler::EXCEPTION);
1367 // If not exception it can only be retry. Handle that in the runtime system.
1369 // Result must now be exception. If there is no pending exception already a
1371 // haven't created the exception yet. Handle that in the runtime system.
1372 // TODO(592): Rerunning the RegExp to get the stack overflow exception.
1379 // For exception, throw the exception again.
1381 // Clear the pending exception variable.
1390 // Handle normal exception by following handler chain.
2376 // Check result for exception sentinel.
2378 __ cmp(eax, isolate()->factory()->exception());
2384 // Check that there is no pending exception, otherwise we
2385 // should have returned the exception sentinel.
2402 // Handling of exception.
2405 // Retrieve the pending exception.
2408 // Clear the pending exception.
2418 // Handle normal exception.
2460 // block that sets the pending exception.
2464 // Caught exception: Store result (exception) in the pending exception
2469 __ mov(eax, Immediate(isolate()->factory()->exception()));
2676 // as for a non-function rhs an exception needs to be thrown.