Home | History | Annotate | Download | only in src

Lines Matching refs:Top

58     // Compute top scope and allocate variables. For lazy compilation
59 // the top scope only contains the single lazily compiled function,
62 Scope* top = info->scope();
63 while (top->outer_scope() != NULL) top = top->outer_scope();
64 top->AllocateVariables(context);
131 ASSERT(!i::Top::global_context().is_null());
132 script->set_context_data((*i::Top::global_context())->data());
167 ASSERT(Top::has_pending_exception());
185 Top::StackOverflow();
301 if (result.is_null()) Top::ReportPendingMessages();
377 ASSERT(Top::has_pending_exception());
392 Top::StackOverflow();