Skip to content

Commit c05c74f

Browse files
committed
src: added context around the TODO change
Added more context around the TODO change required for achieving the task. When destructuring the isolate and environment_vars from the environment object, it is leading to recursive dependency and thus not able to refactor it in a better way.
1 parent b750f74 commit c05c74f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/env.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ Environment::Environment(IsolateData* isolate_data,
368368

369369
set_env_vars(per_process::system_environment);
370370
// TODO(joyeecheung): pass Isolate* and env_vars to it instead of the entire
371-
// env
371+
// env, when the recursive dependency inclusion in "debug-utils.h" is resolved.
372372
enabled_debug_list_.Parse(this);
373373

374374
// We create new copies of the per-Environment option sets, so that it is

0 commit comments

Comments
 (0)