Home
last modified time | relevance | path

Searched refs:IsAsyncModule (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/objects/
Dfunction-kind.h82 inline bool IsAsyncModule(FunctionKind kind) { in IsAsyncModule() function
Dcontexts-inl.h231 } else if (IsAsyncFunction(kind) || IsAsyncModule(kind)) {
/third_party/node/deps/v8/src/interpreter/
Dbytecode-generator.cc3667 IsAsyncModule(info()->literal()->kind())); in BuildAsyncReturn()
6977 IsAsyncModule(info()->literal()->kind())) in BuildGeneratorObjectVariableInitialization()
/third_party/node/deps/v8/src/parsing/
Dparser.cc631 if (IsAsyncModule(scope->function_kind())) { in DoParseProgram()
/third_party/node/deps/v8/src/heap/
Dfactory.cc2792 module.set_async(IsAsyncModule(sfi->kind())); in NewSourceTextModule()