Home
last modified time | relevance | path

Searched refs:emit_warning (Results 1 - 3 of 3) sorted by relevance

/third_party/node/src/
H A Dnode_process_events.cc45 Local<Value> emit_warning; in ProcessEmitWarningGeneric() local
47 .ToLocal(&emit_warning)) { in ProcessEmitWarningGeneric()
51 if (!emit_warning->IsFunction()) return Just(false); in ProcessEmitWarningGeneric()
77 if (emit_warning.As<Function>() in ProcessEmitWarningGeneric()
/third_party/rust/crates/proc-macro-error/test-crate/
H A Dlib.rs7 abort, abort_call_site, diagnostic, emit_call_site_warning, emit_error, emit_warning,
76 emit_warning!(spans.next().unwrap(), "emit_warning! test"); in emit()
/third_party/rust/crates/proc-macro-error/src/
H A Dmacros.rs174 macro_rules! emit_warning { macros
180 /// Shortcut for `emit_warning!(Span::call_site(), ...)`.
191 $crate::emit_warning!($crate::__export::proc_macro2::Span::call_site(), $($tts)*)

Completed in 2 milliseconds