Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:callFrames
(Results
1 - 12
of
12
) sorted by relevance
/third_party/node/test/parallel/
H
A
D
test-inspector-async-stack-traces-promise-then.js
55
assert.strictEqual(msg.params.
callFrames
[0].functionName, functionName);
58
const frameLocations = msg.params.asyncStackTrace.
callFrames
.map(
H
A
D
test-inspector.js
102
const scopeId = paused.params.
callFrames
[0].scopeChain[0].object.objectId;
118
'callFrameId': session.pausedDetails().
callFrames
[0].callFrameId,
152
'callFrameId': session.pausedDetails().
callFrames
[0].callFrameId,
278
'callFrameId': session.pausedDetails().
callFrames
[0].callFrameId,
H
A
D
test-inspector-esm.js
64
const scopeId = paused.params.
callFrames
[0].scopeChain[0].object.objectId;
80
'callFrameId': session.pausedDetails().
callFrames
[0].callFrameId,
H
A
D
test-inspector-console-top-frame.js
22
topFrame = (notification.params.stackTrace.
callFrames
[0]);
H
A
D
test-inspect-async-hook-setup-at-inspect.js
43
assert(paused.params.asyncStackTrace.
callFrames
H
A
D
test-inspector-async-hook-setup-at-signal.js
58
assert(paused.params.asyncStackTrace.
callFrames
H
A
D
test-inspector-bindings.js
32
const callFrame = params.
callFrames
[0];
H
A
D
test-inspector-connect-main-thread.js
155
const callFrameId = (await pausedPromise).params.
callFrames
[0].callFrameId;
H
A
D
test-worker-debug.js
107
const callFrame = notification.params.
callFrames
[0];
/third_party/node/lib/internal/debugger/
H
A
D
inspect_repl.js
563
static from(
callFrames
) {
567
callFrames
,
889
Debugger.on('paused', ({
callFrames
, reason /* , hitBreakpoints */ }) => {
899
currentBacktrace = Backtrace.from(
callFrames
);
/third_party/node/test/common/
H
A
D
inspector-helper.js
255
const callFrame = message.params.
callFrames
[0];
/third_party/node/deps/v8/src/inspector/
H
A
D
v8-debugger-agent-impl.cc
1053
std::unique_ptr<Array<CallFrame>>
callFrames
;
in setScriptSource()
local
1054
Response response = currentCallFrames(&
callFrames
);
in setScriptSource()
1056
*newCallFrames = std::move(
callFrames
);
in setScriptSource()
Completed in 7 milliseconds