v8/test/inspector/runtime/regress-1075763-expected.txt
Marja Hölttä 780443586a [cleanup] Rename internal fields to match the spec
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}
2020-05-15 13:17:09 +00:00

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
}
}
}