Home
last modified time | relevance | path

Searched defs:underlyingSource (Results 1 – 25 of 33) sorted by relevance

12

/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jsapi-tests/
H A DtestReadableStream.cpp40 void* underlyingSource, uint8_t flags, in DataRequestCB()
48 void* underlyingSource, uint8_t flags, in WriteIntoRequestBufferCB()
61 void* underlyingSource, uint8_t flags, in CancelStreamCB()
72 void* underlyingSource, uint8_t flags) { in StreamClosedCB()
80 void* underlyingSource, uint8_t flags, in StreamErroredCB()
89 static void FinalizeStreamCB(void* underlyingSource, uint8_t flags) { in FinalizeStreamCB()
422 void* underlyingSource; in BEGIN_TEST() local
504 void* underlyingSource; in readWithoutDataAvailable() local
562 void* underlyingSource; in readWithDataAvailable() local
/dports/www/firefox-esr/firefox-91.8.0/js/src/builtin/streams/
H A DReadableStreamController.h85 JS::Value underlyingSource() const { in underlyingSource() function
88 void setUnderlyingSource(const JS::Value& underlyingSource) { in setUnderlyingSource()
107 void setExternalSource(JS::ReadableStreamUnderlyingSource* underlyingSource) { in setExternalSource()
H A DReadableStreamDefaultControllerOperations.cpp543 SourceAlgorithms sourceAlgorithms, Handle<Value> underlyingSource, in SetUpReadableStreamDefaultController()
641 Handle<Value> underlyingSource, double highWaterMark, in SetUpReadableStreamDefaultControllerFromUnderlyingSource()
H A DReadableStreamOperations.cpp81 Handle<Value> underlyingSource, in CreateReadableStream()
590 Rooted<Value> underlyingSource(cx, ObjectValue(*teeState)); in ReadableStreamTee() local
H A DStreamAPI.cpp77 JSContext* cx, JS::Handle<JSObject*> underlyingSource /* = nullptr */, in NewReadableDefaultStreamObject()
114 JSContext* cx, JS::ReadableStreamUnderlyingSource* underlyingSource, in NewReadableExternalSourceStreamObject()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/builtin/streams/
H A DReadableStreamController.h85 JS::Value underlyingSource() const { in underlyingSource() function
88 void setUnderlyingSource(const JS::Value& underlyingSource) { in setUnderlyingSource()
107 void setExternalSource(JS::ReadableStreamUnderlyingSource* underlyingSource) { in setExternalSource()
H A DReadableStreamDefaultControllerOperations.cpp544 SourceAlgorithms sourceAlgorithms, Handle<Value> underlyingSource, in SetUpReadableStreamDefaultController()
642 Handle<Value> underlyingSource, double highWaterMark, in SetUpReadableStreamDefaultControllerFromUnderlyingSource()
H A DReadableStreamOperations.cpp83 Handle<Value> underlyingSource, in CreateReadableStream()
568 Rooted<Value> underlyingSource(cx, ObjectValue(*teeState)); in ReadableStreamTee() local
H A DStreamAPI.cpp75 JSContext* cx, JS::Handle<JSObject*> underlyingSource /* = nullptr */, in NewReadableDefaultStreamObject()
112 JSContext* cx, JS::ReadableStreamUnderlyingSource* underlyingSource, in NewReadableExternalSourceStreamObject()
H A DReadableStream.cpp110 Rooted<Value> underlyingSource(cx, args.get(0)); in constructor() local
/dports/www/firefox/firefox-99.0/js/src/builtin/streams/
H A DReadableStreamController.h85 JS::Value underlyingSource() const { in underlyingSource() function
88 void setUnderlyingSource(const JS::Value& underlyingSource) { in setUnderlyingSource()
107 void setExternalSource(JS::ReadableStreamUnderlyingSource* underlyingSource) { in setExternalSource()
H A DReadableStreamOperations.cpp81 Handle<Value> underlyingSource, in CreateReadableStream()
592 Rooted<Value> underlyingSource(cx, ObjectValue(*teeState)); in ReadableStreamTee() local
H A DReadableStreamDefaultControllerOperations.cpp544 SourceAlgorithms sourceAlgorithms, Handle<Value> underlyingSource, in SetUpReadableStreamDefaultController()
642 Handle<Value> underlyingSource, double highWaterMark, in SetUpReadableStreamDefaultControllerFromUnderlyingSource()
H A DStreamAPI.cpp78 JSContext* cx, JS::Handle<JSObject*> underlyingSource /* = nullptr */, in NewReadableDefaultStreamObject()
115 JSContext* cx, JS::ReadableStreamUnderlyingSource* underlyingSource, in NewReadableExternalSourceStreamObject()
H A DReadableStream.cpp111 Rooted<Value> underlyingSource(cx, args.get(0)); in constructor() local
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/builtin/streams/
H A DReadableStreamController.h85 JS::Value underlyingSource() const { in underlyingSource() function
88 void setUnderlyingSource(const JS::Value& underlyingSource) { in setUnderlyingSource()
107 void setExternalSource(JS::ReadableStreamUnderlyingSource* underlyingSource) { in setExternalSource()
H A DReadableStreamDefaultControllerOperations.cpp543 SourceAlgorithms sourceAlgorithms, Handle<Value> underlyingSource, in SetUpReadableStreamDefaultController()
641 Handle<Value> underlyingSource, double highWaterMark, in SetUpReadableStreamDefaultControllerFromUnderlyingSource()
H A DReadableStreamOperations.cpp81 Handle<Value> underlyingSource, in CreateReadableStream()
590 Rooted<Value> underlyingSource(cx, ObjectValue(*teeState)); in ReadableStreamTee() local
H A DStreamAPI.cpp77 JSContext* cx, JS::Handle<JSObject*> underlyingSource /* = nullptr */, in NewReadableDefaultStreamObject()
114 JSContext* cx, JS::ReadableStreamUnderlyingSource* underlyingSource, in NewReadableExternalSourceStreamObject()
/dports/www/firefox/firefox-99.0/dom/streams/
H A DUnderlyingSourceCallbackHelpers.cpp148 BodyStreamHolder* underlyingSource) in BodyStreamUnderlyingSourcePullCallbackHelper()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/builtin/
H A DStream.cpp563 JSContext* cx, HandleValue underlyingSource, HandleValue size, in createDefaultStream()
615 JSContext* cx, void* underlyingSource, uint8_t flags, in createExternalSourceStream()
635 RootedValue underlyingSource(cx, args.get(0)); in constructor() local
1134 RootedValue underlyingSource(cx, ObjectValue(*teeState)); in ReadableStreamTee() local
2452 RootedValue underlyingSource(cx); in ReadableStreamControllerCancelSteps() local
2613 RootedValue underlyingSource(cx); in ReadableStreamControllerCallPullIfNeeded() local
3011 void* underlyingSource) { in CreateReadableByteStreamController()
3282 void* underlyingSource = in ReadableByteStreamControllerFinalize() local
3332 void* underlyingSource = val.toPrivate(); in ReadableByteStreamControllerPullSteps() local
4089 void* underlyingSource = val.toPrivate(); in ReadableByteStreamControllerFillPullIntoDescriptorFromQueue() local
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/dom/fetch/
H A DResponse.cpp257 void* underlyingSource = nullptr; in Constructor() local
/dports/www/firefox/firefox-99.0/dom/fetch/
H A DResponse.cpp311 BodyStreamHolder* underlyingSource = in Constructor() local
/dports/www/firefox-esr/firefox-91.8.0/dom/fetch/
H A DResponse.cpp313 JS::ReadableStreamUnderlyingSource* underlyingSource = nullptr; in Constructor() local
/dports/mail/thunderbird/thunderbird-91.8.0/dom/fetch/
H A DResponse.cpp313 JS::ReadableStreamUnderlyingSource* underlyingSource = nullptr; in Constructor() local

12