Home
last modified time | relevance | path

Searched refs:OuterScopeInfo (Results 1 - 10 of 10) sorted by relevance

/third_party/node/deps/v8/src/objects/
H A Dscope-info.h235 ScopeInfo OuterScopeInfo() const;
H A Dshared-function-info-inl.h462 outer_info = info.OuterScopeInfo(); in HasOuterScopeInfo()
470 return scope_info(kAcquireLoad).OuterScopeInfo(); in GetOuterScopeInfo()
H A Dshared-function-info.cc345 outer_scope_info = scope_info().OuterScopeInfo(); in DiscardCompiledMetadata()
H A Dscope-info.cc849 ScopeInfo ScopeInfo::OuterScopeInfo() const { in OuterScopeInfo() function in v8::internal::ScopeInfo
/third_party/node/deps/v8/src/compiler/
H A Dheap-refs.h865 ScopeInfoRef OuterScopeInfo() const;
H A Dheap-refs.cc1552 ScopeInfoRef ScopeInfoRef::OuterScopeInfo() const { in OuterScopeInfo() function in v8::internal::compiler::ScopeInfoRef
1553 return MakeRefAssumeMemoryFence(broker(), object()->OuterScopeInfo()); in OuterScopeInfo()
H A Dbytecode-graph-builder.cc1762 scope_info = scope_info.OuterScopeInfo(); in TryGetScopeInfo()
1788 scope_info = scope_info.OuterScopeInfo(); in CheckContextExtensions()
/third_party/node/deps/v8/src/ast/
H A Dscopes.cc507 scope_info = scope_info.HasOuterScopeInfo() ? scope_info.OuterScopeInfo() in DeserializeScopeChain()
/third_party/node/deps/v8/src/diagnostics/
H A Dobjects-printer.cc2429 os << "\n - outer scope info: " << Brief(OuterScopeInfo()); in ScopeInfoPrint()
/third_party/node/deps/v8/src/parsing/
H A Dparser.cc863 handle(outer_scope_info->OuterScopeInfo(), isolate); in ParseFunction()

Completed in 49 milliseconds