Lines Matching full:debugger_context
7166 v8::Local<v8::Context> debugger_context;
7177 CHECK(current != debugger_context);
7191 CHECK(debugger_context == CcTest::isolate()->GetCurrentContext());
7200 func->Call(debugger_context, exec_state, argc, argv).ToLocalChecked();
7217 debugger_context = v8::Utils::ToLocal(debug->debug_context());
7243 debugger_context = v8::Local<v8::Context>();