Lines Matching defs:error
842 // for the error constructor builtin) or every frame until encountering a
905 Handle<JSObject> error = isolate->error_function();
909 JSReceiver::GetDataProperty(isolate, error, key);
1191 // Capture the "simple stack trace" for the error.stack property,
1660 // We are bootstrapping and caught an error where the location is set
1662 // In this case we could have an extension (or an internal error
1663 // somewhere) and we print out the line number at which the error occurred
1669 "Extension or internal compilation error: %s in %s at line %d.\n",
1675 "Extension or internal compilation error in %s at line %d.\n",
1679 base::OS::PrintError("Extension or internal compilation error: %s.\n",
1682 base::OS::PrintError("Extension or internal compilation error.\n");
2285 // error reporting if it is uncaught before rescheduling it.
2331 // Re-throw the exception to avoid getting repeated error reporting.
2444 // We fetch the stack trace that corresponds to this error object.
2452 // Not an error object, we capture stack and location at throw site.
4748 // an error.
4761 // an error.
4767 // error. Just do the import() as if no assertions were provided.
4803 // an error.
4890 Handle<Context> context, Handle<JSObject> error, Handle<JSArray> sites) {
4896 prepare_stack_trace_callback_(api_context, Utils::ToLocal(error),