Home | History | Annotate | Download | only in src

Lines Matching refs:context_

245   Context* context_;
519 Context* context() { return thread_local_top_.context_; }
522 thread_local_top_.context_ = context;
524 Context** context_address() { return &thread_local_top_.context_; }
651 return Handle<JSBuiltinsObject>(thread_local_top_.context_->builtins());
1334 isolate_->set_context(context_.is_null() ? NULL : *context_);
1338 Handle<Context> context() { return context_; }
1348 Handle<Context> context_;
1359 context_(isolate->context(), isolate) { }
1361 ASSERT(isolate_->context() == *context_);
1366 Handle<Context> context_;