Lines Matching defs:context
21 void Isolate::set_context(Context context) {
22 DCHECK(context.is_null() || context.IsContext());
23 thread_local_top()->context_ = context;
27 DCHECK(!context().is_null());
28 return handle(context().native_context(), this);
32 DCHECK(!context().is_null());
33 return context().native_context();
118 return handle(context().global_object(), this);
122 return handle(context().global_proxy(), this);