Lines Matching defs:scripts
715 // Get a list of scripts to remove breakpoints.
718 std::vector<V8DebuggerScript*> scripts;
727 scripts.push_back(script);
730 removeBreakpointImpl(breakpointId, scripts);
737 const std::vector<V8DebuggerScript*>& scripts) {
748 for (auto& script : scripts) {
880 // Unknown scripts are blackboxed.
1634 // V8 could create functions for parsed scripts before reporting and asks
1944 std::vector<V8DebuggerScript*> scripts;
1945 removeBreakpointImpl(breakpointId, scripts);