New issue
Advanced search Search tips

Issue 857432 link

Starred by 1 user

Issue metadata

Status: Assigned
Owner:
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 2
Type: Bug

Blocking:
issue 806644



Sign in to add a comment

ReadableStreamDefaultControllerWrapper uses ToLocalChecked

Project Member Reported by ricea@chromium.org, Jun 28 2018

Issue description

ReadableStreamDefaultControllerWrapper calls into ReadableStream.js operations and assumes that the calls can't fail. Unfortunately, due to stack overflow and other reasons they can fail. The methods all use ToLocalChecked, and so they will crash on exceptions.

The methods need to be modified to take an ExceptionState argument and handle exceptions from JavaScript properly.
 
Blocking: 806644

Sign in to add a comment