Lines Matching defs:context
141 CallDepthScope(i::Isolate* isolate, Local<Context> context)
143 context_(context),
155 if (!context.IsEmpty()) {
156 i::Handle<i::Context> env = Utils::OpenHandle(*context);
158 if (isolate->context().is_null() ||
159 isolate->context().native_context() != env->native_context()) {
160 impl->SaveContext(isolate->context());
319 void HandleScopeImplementer::EnterContext(Context context) {
322 DCHECK(context.IsNativeContext());
323 entered_contexts_.push_back(context);
327 void HandleScopeImplementer::EnterMicrotaskContext(Context context) {
330 DCHECK(context.IsNativeContext());
331 entered_contexts_.push_back(context);