Home | History | Annotate | Download | only in src

Lines Matching refs:EXTERNAL

98   current_vm_state_ = EXTERNAL;
740 { VMState<EXTERNAL> state(this);
819 VMState<EXTERNAL> state(this);
861 VMState<EXTERNAL> state(this);
1045 // Get the address of the external handler so we can compare the address to
1051 // an external handler which is on top of the top-most try-catch
1058 // Only report the exception if the external handler is verbose.
1176 // exception not caught by JavaScript, even when an external handler is
1240 // Get the address of the external handler so we can compare the address to
1247 // an external handler which is on top of the top-most try-finally
1250 // finding external catcher in the first place (see catcher_ check above).
1347 // external handler.
1864 // Propagate to the external try-catch only if we got an actual message.