icecat: add release icecat-140.10.1-1gnu1 for ecne
This commit is contained in:
parent
a5f93cb214
commit
ff85d7c623
1256 changed files with 63469 additions and 24141 deletions
|
|
@ -103,7 +103,9 @@ class ReadableStream : public nsISupports, public nsWrapperCache {
|
|||
ReaderState State() const { return mState; }
|
||||
void SetState(const ReaderState& aState) { mState = aState; }
|
||||
|
||||
JS::Value StoredError() const { return mStoredError; }
|
||||
void GetStoredError(JSContext* aCx, JS::MutableHandle<JS::Value> aStoredError,
|
||||
ErrorResult& aRv) const;
|
||||
JS::Value UnsafeStoredError() const { return mStoredError; }
|
||||
void SetStoredError(JS::Handle<JS::Value> aStoredError) {
|
||||
mStoredError = aStoredError;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue