Lines Matching defs:errors
15 using errors::TryCatchScope;
117 // When reporting errors on the first line of a script, this wrapper
381 if (!error->IsObject()) { // We can only enhance actual errors.
427 // range errors have a trace member set to undefined
564 errors::TryCatchScope try_catch(env);
586 namespace errors {
1010 errors::TriggerUncaughtException(isolate, exception, message, from_promise);
1051 const errors::TryCatchScope& try_catch) {
1132 errors::TryCatchScope try_catch(env,
1133 errors::TryCatchScope::CatchMode::kFatal);
1202 } // namespace errors
1206 NODE_BINDING_CONTEXT_AWARE_INTERNAL(errors, node::errors::Initialize)
1207 NODE_BINDING_EXTERNAL_REFERENCE(errors,
1208 node::errors::RegisterExternalReferences)