Lines Matching defs:Scope
549 v8::Context::Scope contextScope(context);
563 v8::Context::Scope contextScope(context);
889 InjectedScript::Scope::Scope(V8InspectorSessionImpl* session)
901 Response InjectedScript::Scope::initialize() {
914 void InjectedScript::Scope::installCommandLineAPI() {
921 void InjectedScript::Scope::ignoreExceptionsAndMuteConsole() {
930 v8::debug::ExceptionBreakState InjectedScript::Scope::setPauseOnExceptionsState(
940 void InjectedScript::Scope::pretendUserGesture() {
946 void InjectedScript::Scope::allowCodeGenerationFromStrings() {
953 void InjectedScript::Scope::cleanup() {
962 InjectedScript::Scope::~Scope() {
974 : InjectedScript::Scope(session),
986 : InjectedScript::Scope(session), m_remoteObjectId(remoteObjectId) {}
1007 : InjectedScript::Scope(session), m_remoteCallFrameId(remoteObjectId) {}