Home
last modified time | relevance | path

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

/external/v8/src/torque/
Ddeclarations.h135 Scope* GetGenericScope(Generic* generic, const TypeVector& types);
196 : activator_(declarations->GetGenericScope(key.first, key.second)) {} in GenericScopeActivator()
Ddeclarations.cc35 Scope* Declarations::GetGenericScope(Generic* generic, in GetGenericScope() function in v8::internal::torque::Declarations