Home
last modified time | relevance | path

Searched refs:IsAsmModule (Results 1 – 7 of 7) sorted by relevance

/third_party/node/deps/v8/src/objects/
Dscope-info-inl.h24 bool ScopeInfo::IsAsmModule() const { return IsAsmModuleBit::decode(Flags()); } in TQ_OBJECT_CONSTRUCTORS_IMPL()
Dscope-info.h127 inline bool IsAsmModule() const;
Dscope-info.cc696 (scope_type() == FUNCTION_SCOPE && IsAsmModule()) || in ContextLength()
/third_party/node/deps/v8/src/ast/
Dscopes.cc396 bool Scope::IsAsmModule() const { in IsAsmModule() function in v8::internal::Scope
401 if (IsAsmModule()) return true; in ContainsAsmModule()
454 if (scope_info.IsAsmModule()) { in DeserializeScopeChain()
1938 if (IsAsmModule()) Indent(n1, "// scope is an asm module\n"); in Print()
2599 scope->IsAsmModule() || in AllocateVariablesRecursively()
Dscopes.h386 bool IsAsmModule() const;
/third_party/node/deps/v8/src/codegen/
Dcompiler.cc592 return literal->scope()->IsAsmModule(); in UseAsmWasm()
645 if (compilation_info->literal()->scope()->IsAsmModule()) { in InstallUnoptimizedCode()
/third_party/node/deps/v8/src/diagnostics/
Dobjects-printer.cc2423 if (IsAsmModule()) os << "\n - asm module"; in ScopeInfoPrint()