780443586a
They're exposed via DevTools. - [[PromiseStatus]] → [[PromiseState]] - [[PromiseValue]] → [[PromiseResult]] - [[GeneratorStatus]] → [[GeneratorState]] Related CLs: - Chromium CL temporarily disabling affected tests: https://chromium-review.googlesource.com/c/chromium/src/+/2203201 - Chromium CL re-enabling affected tests: https://chromium-review.googlesource.com/c/chromium/src/+/2202900 Bug: v8:10506, v8:5416 Change-Id: Id12fb0f2ba2b453139a5d74afff9021108c15f08 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2202984 Reviewed-by: Simon Zünd <szuend@chromium.org> Reviewed-by: Mathias Bynens <mathias@chromium.org> Commit-Queue: Mathias Bynens <mathias@chromium.org> Cr-Commit-Position: refs/heads/master@{#67825}
27 lines
682 B
Plaintext
27 lines
682 B
Plaintext
Tests Runtime.evaluate returns object with undefined property.
|
|
{
|
|
id : <messageId>
|
|
result : {
|
|
result : {
|
|
className : f
|
|
description : f
|
|
objectId : <objectId>
|
|
preview : {
|
|
description : f
|
|
overflow : false
|
|
properties : [
|
|
[0] : {
|
|
name : [[GeneratorState]]
|
|
type : string
|
|
value : suspended
|
|
}
|
|
]
|
|
subtype : generator
|
|
type : object
|
|
}
|
|
subtype : generator
|
|
type : object
|
|
}
|
|
}
|
|
}
|