Home
last modified time | relevance | path

Searched defs:ContextLocalCount (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/objects/
Dscope-info-inl.h32 int ScopeInfo::ContextLocalCount() const { return context_local_count(); } in ContextLocalCount() function
/third_party/node/deps/v8/src/ast/
Dscopes.cc2731 int Scope::ContextLocalCount() const { in ContextLocalCount() function in v8::internal::Scope