Home | History | Annotate | Download | only in src

Lines Matching refs:EXTERNAL

78   current_vm_state_ = EXTERNAL;
777 VMState<EXTERNAL> state(this);
841 VMState<EXTERNAL> state(this);
924 VMState<EXTERNAL> state(this);
994 // 1) External v8::TryCatch missing: Always create a message because any
996 // 2) External v8::TryCatch exists: Only create a message if the handler
1029 // For any exception not caught by JavaScript, even when an external
1189 // external handler which is on top of the top-most JS_ENTRY handler.
1410 // Get the address of the external handler so we can compare the address to
1416 // external handler which is on top of the top-most JS_ENTRY handler.
1428 // Get the address of the external handler so we can compare the address to
1433 // For uncatchable exceptions, the external handler is always on top.
1441 // external handler which is on top of the top-most JS_ENTRY handler.
1453 // Try to propagate the exception to an external v8::TryCatch handler. If
1468 // depending on whether and external v8::TryCatch or an internal JavaScript
1472 // Only report the exception if the external handler is verbose.
1530 // external handler.
2069 // Propagate to the external try-catch only if we got an actual message.