Lines Matching defs:script
145 v8::Local<v8::debug::Script> script = scripts.Get(i);
146 if (!script->WasCompiled()) continue;
147 if (!script->IsEmbedded()) {
149 if (!script->ContextId().To(&contextId)) continue;
152 result.push_back(V8DebuggerScript::Create(m_isolate, script, false, agent,
318 int targetContextGroupId, V8DebuggerScript* script,
326 if (script->setBreakpoint(String16(), &v8Location,
478 void V8Debugger::ScriptCompiled(v8::Local<v8::debug::Script> script,
483 if (!script->ContextId().To(&contextId)) return;
490 [isolate, &script, has_compile_error, is_live_edited,
495 V8DebuggerScript::Create(isolate, script, is_live_edited, agent,
556 bool V8Debugger::IsFunctionBlackboxed(v8::Local<v8::debug::Script> script,
560 if (!script->ContextId().To(&contextId)) return false;
563 String16 scriptId = String16::fromInteger(script->Id());
576 bool V8Debugger::ShouldBeSkipped(v8::Local<v8::debug::Script> script, int line,
579 if (!script->ContextId().To(&contextId)) return false;
583 String16 scriptId = String16::fromInteger(script->Id());