Home
last modified time | relevance | path

Searched refs:get_debug_options (Results 1 – 3 of 3) sorted by relevance

/third_party/node/src/
Dnode_options.h209 inline DebugOptions* get_debug_options() { return &debug_options_; } in get_debug_options() function
Dinspector_agent.cc745 parent_env_->options()->get_debug_options()->EnableBreakFirstLine(); in Start()
Dnode_options.cc246 Insert(dop, &EnvironmentOptions::get_debug_options); in EnvironmentOptionsParser()