Home
last modified time | relevance | path

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

/third_party/node/src/
Dnode_options.h201 bool experimental_top_level_await = true; variable
Dnode_options.cc646 &PerIsolateOptions::experimental_top_level_await, in PerIsolateOptionsParser()
Dmodule_wrap.cc409 if (env->isolate_data()->options()->experimental_top_level_await) { in Evaluate()