-
-
Notifications
You must be signed in to change notification settings - Fork 32.2k
Closed
Labels
v8 engineIssues and PRs related to the V8 dependency.Issues and PRs related to the V8 dependency.
Description
Version
19.2
What steps will reproduce the bug?
Pulumi's Node.js SDK has a capability for capturing and serializing closures, which utilizes an internal property on functions called [[Scopes]]
, which is accessible via runtime methods. This was removed from upstream V8, however we've requested that this be reverted and that process is underway.
Our tracking issue:
Chromium issue and revert comment: https://bugs.chromium.org/p/chromium/issues/detail?id=1365858#c13
How often does it reproduce? Is there a required condition?
Always, this is an upstream feature change in V8.
What is the expected behavior?
No response
What do you see instead?
n/a
Additional information
No response
Metadata
Metadata
Assignees
Labels
v8 engineIssues and PRs related to the V8 dependency.Issues and PRs related to the V8 dependency.