Searched defs:OuterContext (Results 1 – 2 of 2) sorted by relevance
20 struct OuterContext { struct21 OuterContext() : context(), distance() {} in OuterContext() argument22 OuterContext(Handle<Context> context_, size_t distance_) in OuterContext() argument38 Maybe<OuterContext> outer, in JSContextSpecialization() argument
5457 DeclContext *OuterContext = DC->getRedeclContext(); in isOutOfScopePreviousDeclaration() local