Home
last modified time | relevance | path

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

/third_party/node/src/
Dinspector_agent.h110 const DebugOptions& options() { return debug_options_; } in options()
134 DebugOptions debug_options_; variable
Dnode_options.h185 inline DebugOptions* get_debug_options() { return &debug_options_; } in get_debug_options()
186 inline const DebugOptions& debug_options() const { return debug_options_; } in debug_options()
191 DebugOptions debug_options_;
Dinspector_agent.cc663 debug_options_(env->options()->debug_options()), in Agent()
673 debug_options_ = options; in Start()
723 debug_options_.EnableBreakFirstLine(); in Start()
739 debug_options_.inspect_publish_uid); in StartIoThread()
Dnode_options.cc162 debug_options_.CheckOptions(errors); in CheckOptions()