Home
last modified time | relevance | path

Searched refs:IsNamespace (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/torque/
Ddeclarable.h73 bool IsNamespace() const { return kind() == kNamespace; } in IsNamespace() function
87 bool IsScope() const { return IsNamespace() || IsCallable(); } in IsScope()
/third_party/skia/third_party/externals/dawn/src/dawn_node/interop/
DWebGPU.h.tmpl46 {{- else if IsNamespace $}}{{template "Namespace" $}}