
Bug: 906847 Bug: v8:8672 Change-Id: I885ab765ebdf6c8dea965092317d73844e9c3809 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1744524 Auto-Submit: Yury Semikhatsky <yurys@chromium.org> Commit-Queue: Dmitry Gozman <dgozman@chromium.org> Reviewed-by: Dmitry Gozman <dgozman@chromium.org> Cr-Commit-Position: refs/heads/master@{#685297}
19 lines
374 B
Plaintext
19 lines
374 B
Plaintext
Tests that we do not report scope variables with empty names.
|
|
{
|
|
result : [
|
|
[0] : {
|
|
configurable : true
|
|
enumerable : true
|
|
isOwn : true
|
|
name : a
|
|
value : {
|
|
description : 2
|
|
type : number
|
|
value : 2
|
|
}
|
|
writable : true
|
|
}
|
|
]
|
|
}
|
|
|