Home
last modified time | relevance | path

Searched refs:debug_options_ (Results 1 - 4 of 4) sorted by relevance

/third_party/node/src/
H A Dinspector_agent.h110 const DebugOptions& options() { return debug_options_; } in options()
134 DebugOptions debug_options_; member in node::inspector::Agent
H A Dnode_options.h217 inline DebugOptions* get_debug_options() { return &debug_options_; } in get_debug_options()
218 inline const DebugOptions& debug_options() const { return debug_options_; } in debug_options()
224 DebugOptions debug_options_; member in node::EnvironmentOptions
H A Dinspector_agent.cc684 debug_options_(env->options()->debug_options()), in Agent()
694 debug_options_ = options; in Start()
745 debug_options_.EnableBreakFirstLine(); in Start()
766 debug_options_.inspect_publish_uid); in StartIoThread()
H A Dnode_options.cc179 debug_options_.allow_attaching_debugger = false; in CheckOptions()
196 debug_options_.allow_attaching_debugger = false; in CheckOptions()
237 debug_options_.CheckOptions(errors, argv); in CheckOptions()

Completed in 5 milliseconds