Home | History | Annotate | Download | only in src

Lines Matching refs:Top

38   if (Top::has_scheduled_exception()) return Top::PromoteScheduledException()
40 // Top has static variables used for JavaScript execution.
49 // Get the top C++ try catch handler or NULL if none are registered.
56 // Get the address of the top C++ try catch handler or NULL if
70 // Set the address of the top C++ try catch handler.
101 Address c_entry_fp_; // the frame pointer of the top c entry frame
135 class Top {
147 // Access to top context (where the current function object was created).
269 // Returns if the top context may access the given global object. If
338 // is, the global context of the top-most JavaScript frame.
396 : context_(Top::context()),
398 dummy_(Top::context()),
400 prev_(Top::save_context()) {
401 Top::set_save_context(this);
409 Top::set_context(*context_);
410 Top::set_save_context(prev_);
427 Address js_sp_; // The top JS frame's sp when saving context.
435 context_(Top::context()) {
439 ASSERT(Top::context() == *context_);