Home | History | Annotate | Download | only in src

Lines Matching refs:top

62       previous_ = stack->top();
84 Element* top() { return top_; }
1139 // Parser's scope stack. The constructor sets the parser's top scope
1272 Top::StackOverflow();
1327 Top::StackOverflow();
1370 Top::StackOverflow();
1399 Top::Throw(*result, &location);
1677 // We find and mark the initialization blocks on top level code only.
1994 // Even if we're not at the top-level of the global or a function
2141 // top-level global code; see Runtime::DeclareGlobalVariable. If
2197 // the top context for variables). Sigh...
2261 // from the top scope. This way, we don't try to resolve it
3974 // target stack has been used from the top of the target stack. Add
4210 ReportError(CStrVector(Top::kStackOverflowMessage));