Searched refs:DoAndMaybeSwitchInterpreter (Results 1 – 4 of 4) sorted by relevance
93 void Runtime::DoAndMaybeSwitchInterpreter(Action lamda) { in DoAndMaybeSwitchInterpreter() function
691 DoAndMaybeSwitchInterpreter([=](){ non_standard_exits_enabled_ = true; }); in SetNonStandardExitsEnabled()699 DoAndMaybeSwitchInterpreter([=](){ async_exceptions_thrown_ = true; }); in SetAsyncExceptionsThrown()711 static void DoAndMaybeSwitchInterpreter(Action lamda);
696 Runtime::DoAndMaybeSwitchInterpreter([=](){ gDebuggerActive = true; }); in GoActive()734 Runtime::DoAndMaybeSwitchInterpreter([=](){ gDebuggerActive = false; }); in Disconnected()
196 Runtime::Current()->DoAndMaybeSwitchInterpreter([=]() { in EnableDebugFeatures()