Home
last modified time | relevance | path

Searched defs:scriptId (Results 1 - 12 of 12) sorted by relevance

/third_party/node/deps/v8/src/inspector/
H A Dv8-debugger-script.h63 const String16& scriptId() const { return m_id; } in scriptId() function in v8_inspector::V8DebuggerScript
H A Dv8-debugger-agent-impl.h230 String16 scriptId; member
H A Dv8-debugger.h228 int scriptId; member
H A Dv8-stack-trace-impl.cc172 StackFrame::StackFrame(String16&& functionName, int scriptId, in StackFrame() argument
187 int StackFrame::scriptId() const { return m_scriptId; } in scriptId() function in v8_inspector::StackFrame
H A Dv8-console-message.cc211 setLocation(const String16& url, unsigned lineNumber, unsigned columnNumber, std::unique_ptr<V8StackTraceImpl> stackTrace, int scriptId) setLocation() argument
487 createForException( double timestamp, const String16& detailedMessage, const String16& url, unsigned lineNumber, unsigned columnNumber, std::unique_ptr<V8StackTraceImpl> stackTrace, int scriptId, v8::Isolate* isolate, const String16& message, int contextId, v8::Local<v8::Value> exception, unsigned exceptionId) createForException() argument
H A Dv8-inspector-impl.cc261 exceptionThrown( v8::Local<v8::Context> context, StringView message, v8::Local<v8::Value> exception, StringView detailedMessage, StringView url, unsigned lineNumber, unsigned columnNumber, std::unique_ptr<V8StackTrace> stackTrace, int scriptId) exceptionThrown() argument
H A Dv8-runtime-agent-impl.cc525 compileScript( const String16& expression, const String16& sourceURL, bool persistScript, Maybe<int> executionContextId, Maybe<String16>* scriptId, Maybe<protocol::Runtime::ExceptionDetails>* exceptionDetails) compileScript() argument
567 runScript( const String16& scriptId, Maybe<int> executionContextId, Maybe<String16> objectGroup, Maybe<bool> silent, Maybe<bool> includeCommandLineAPI, Maybe<bool> returnByValue, Maybe<bool> generatePreview, Maybe<bool> awaitPromise, std::unique_ptr<RunScriptCallback> callback) runScript() argument
H A Dv8-debugger.cc563 String16 scriptId = String16::fromInteger(script->Id()); in IsFunctionBlackboxed() local
583 String16 scriptId = String16::fromInteger(script->Id()); in ShouldBeSkipped() local
1122 int scriptId = v8Frame->GetScriptId(); in symbolize() local
H A Dvalue-mirror.cc751 LocationMirror(v8::Local<v8::Value> value, int scriptId, int lineNumber, in LocationMirror() argument
739 create(v8::Local<v8::Value> value, int scriptId, int lineNumber, int columnNumber) create() argument
H A Dv8-debugger-agent-impl.cc286 String16 scriptId = String16::fromInteger(iterator->GetScriptId()); local
763 String16 scriptId = start->getScriptId(); in getPossibleBreakpoints() local
875 bool V8DebuggerAgentImpl::isFunctionBlackboxed(const String16& scriptId, in isFunctionBlackboxed() argument
909 shouldBeSkipped(const String16& scriptId, int line, int column) shouldBeSkipped() argument
941 setBreakpointImpl(const String16& breakpointId, const String16& scriptId, const String16& condition, int lineNumber, int columnNumber) setBreakpointImpl() argument
999 searchInContent( const String16& scriptId, const String16& query, Maybe<bool> optionalCaseSensitive, Maybe<bool> optionalIsRegex, std::unique_ptr<Array<protocol::Debugger::SearchMatch>>* results) searchInContent() argument
1015 setScriptSource( const String16& scriptId, const String16& newContent, Maybe<bool> dryRun, Maybe<protocol::Array<protocol::Debugger::CallFrame>>* newCallFrames, Maybe<bool>* stackChanged, Maybe<protocol::Runtime::StackTrace>* asyncStackTrace, Maybe<protocol::Runtime::StackTraceId>* asyncStackTraceId, Maybe<protocol::Runtime::ExceptionDetails>* optOutCompileError) setScriptSource() argument
1070 getScriptSource( const String16& scriptId, String16* scriptSource, Maybe<protocol::Binary>* bytecode) getScriptSource() argument
1102 getWasmBytecode(const String16& scriptId, protocol::Binary* bytecode) getWasmBytecode() argument
1404 setBlackboxedRanges( const String16& scriptId, std::unique_ptr<protocol::Array<protocol::Debugger::ScriptPosition>> inPositions) setBlackboxedRanges() argument
1614 String16 scriptId = script->scriptId(); didParseSource() local
1766 const String16 scriptId = didPauseOnInstrumentation() local
1988 String16 scriptId = range->getScriptId(); processSkipList() local
[all...]
/third_party/node/deps/v8/src/profiler/
H A Dheap-snapshot-generator.h53 const int scriptId; member
H A Dheap-snapshot-generator.cc446 void HeapSnapshot::AddLocation(HeapEntry* entry, int scriptId, int line, in AddLocation() argument
794 int scriptId = script.id(); in ExtractLocationForJSFunction() local

Completed in 21 milliseconds