nodejs/deps/v8/test/inspector/runtime/evaluate-repl-mode-using-await-using-expected.txt

39 lines
660 B
Plaintext
Raw Permalink Normal View History

Tests if `using` and `await using` works in REPL mode.
{
id : <messageId>
result : {
result : {
type : undefined
}
}
}
{
id : <messageId>
result : {
result : {
className : Object
description : Object
objectId : <objectId>
type : object
}
}
}
{
id : <messageId>
result : {
result : {
type : undefined
}
}
}
{
id : <messageId>
result : {
result : {
className : Object
description : Object
objectId : <objectId>
type : object
}
}
}