Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/objects/
Dmodule.h58 V8_WARN_UNUSED_RESULT bool IsGraphAsync(Isolate* isolate) const;
Dmodule.cc453 bool Module::IsGraphAsync(Isolate* isolate) const { in IsGraphAsync() function in v8::internal::Module
/third_party/node/deps/v8/include/
Dv8-script.h245 bool IsGraphAsync() const;
/third_party/node/deps/v8/src/api/
Dapi.cc2374 bool Module::IsGraphAsync() const { in IsGraphAsync() function in v8::Module
2381 return self.IsGraphAsync(isolate); in IsGraphAsync()