Lines Matching defs:scriptRef
1633 V8DebuggerScript* scriptRef = scriptIterator->second.get();
1638 scriptRef->resetBlackboxedStateCache();
1640 Maybe<String16> sourceMapURLParam = scriptRef->sourceMappingURL();
1656 scriptId, scriptURL, scriptRef->startLine(), scriptRef->startColumn(),
1657 scriptRef->endLine(), scriptRef->endColumn(), contextId,
1658 scriptRef->hash(), std::move(executionContextAuxDataParam),
1660 scriptRef->length(), std::move(stackTrace), std::move(codeOffset),
1666 scriptId, scriptURL, scriptRef->startLine(), scriptRef->startColumn(),
1667 scriptRef->endLine(), scriptRef->endColumn(), contextId,
1668 scriptRef->hash(), std::move(executionContextAuxDataParam),
1670 isModuleParam, scriptRef->length(), std::move(stackTrace),
1688 breakpointsByScriptHash->getObject(scriptRef->hash()));
1705 if (!matches(m_inspector, *scriptRef, type, selector)) continue;
1712 adjustBreakpointLocation(*scriptRef, hint, &lineNumber, &columnNumber);
1721 setScriptInstrumentationBreakpointIfNeeded(scriptRef);
1725 V8DebuggerScript* scriptRef) {
1730 scriptRef->scriptId(), v8::debug::Location(0, 0),
1731 v8::debug::Location(scriptRef->endLine(), scriptRef->endColumn()));
1734 String16 sourceMapURL = scriptRef->sourceMappingURL();
1744 if (!scriptRef->setInstrumentationBreakpoint(&debuggerBreakpointId)) return;