Searched refs:ReadableStream_tee (Results 1 – 5 of 5) sorted by relevance
/dports/www/firefox/firefox-99.0/js/src/builtin/streams/ |
H A D | ReadableStream.cpp | 372 static bool ReadableStream_tee(JSContext* cx, unsigned argc, Value* vp) { in ReadableStream_tee() function 412 JS_FN("tee", ReadableStream_tee, 0, JSPROP_ENUMERATE), JS_FS_END};
|
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/builtin/streams/ |
H A D | ReadableStream.cpp | 467 static bool ReadableStream_tee(JSContext* cx, unsigned argc, Value* vp) { in ReadableStream_tee() function 507 JS_FN("tee", ReadableStream_tee, 0, 0), JS_FS_END};
|
/dports/www/firefox-esr/firefox-91.8.0/js/src/builtin/streams/ |
H A D | ReadableStream.cpp | 494 static bool ReadableStream_tee(JSContext* cx, unsigned argc, Value* vp) { in ReadableStream_tee() function 534 JS_FN("tee", ReadableStream_tee, 0, JSPROP_ENUMERATE), JS_FS_END};
|
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/builtin/streams/ |
H A D | ReadableStream.cpp | 494 static bool ReadableStream_tee(JSContext* cx, unsigned argc, Value* vp) { in ReadableStream_tee() function 534 JS_FN("tee", ReadableStream_tee, 0, JSPROP_ENUMERATE), JS_FS_END};
|
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/builtin/ |
H A D | Stream.cpp | 855 static bool ReadableStream_tee(JSContext* cx, unsigned argc, Value* vp) { in ReadableStream_tee() function 867 JS_FN("tee", ReadableStream_tee, 0, 0),
|