Home | History | Annotate | Download | only in src

Lines Matching defs:context_

83   Context* context_;
148 static Context* context() { return thread_local_.context_; }
150 thread_local_.context_ = context;
152 static Context** context_address() { return &thread_local_.context_; }
342 return Handle<JSBuiltinsObject>(thread_local_.context_->builtins());
396 : context_(Top::context()),
409 Top::set_context(*context_);
413 Handle<Context> context() { return context_; }
422 Handle<Context> context_;
435 context_(Top::context()) {
439 ASSERT(Top::context() == *context_);
444 Handle<Context> context_;