Home
last modified time | relevance | path

Searched refs:Rooted (Results 1 – 25 of 1717) sorted by relevance

12345678910>>...69

/dports/lang/spidermonkey78/firefox-78.9.0/js/src/builtin/streams/
H A DReadableStreamOperations.cpp60 using JS::Rooted;
100 Rooted<ReadableStream*> stream(cx, in CreateReadableStream()
134 Rooted<ReadableStream*> stream( in create()
191 Rooted<TeeState*> unwrappedTeeState(cx, in TeeReaderReadHandler()
209 Rooted<Value> doneVal(cx); in TeeReaderReadHandler()
250 Rooted<Value> value(cx); in TeeReaderReadHandler()
346 Rooted<JSObject*> onFulfilled( in ReadableStreamTee_Pull()
423 Rooted<Value> compositeReason(cx); in ReadableStreamTee_Cancel()
447 Rooted<JSObject*> cancelResult( in ReadableStreamTee_Cancel()
597 Rooted<JSObject*> onRejected( in ReadableStreamTee()
[all …]
H A DReadableStreamDefaultControllerOperations.cpp55 using JS::Rooted;
169 Rooted<JSObject*> pullPromise(cx); in ReadableStreamControllerCallPullIfNeeded()
230 Rooted<JSObject*> onPullFulfilled( in ReadableStreamControllerCallPullIfNeeded()
235 Rooted<JSObject*> onPullRejected( in ReadableStreamControllerCallPullIfNeeded()
415 Rooted<Value> exn(cx); in ReadableStreamDefaultControllerEnqueue()
416 Rooted<SavedFrame*> stack(cx); in ReadableStreamDefaultControllerEnqueue()
598 Rooted<Value> startResult(cx); in SetUpReadableStreamDefaultController()
608 Rooted<JSObject*> startPromise( in SetUpReadableStreamDefaultController()
621 Rooted<JSObject*> onStartRejected( in SetUpReadableStreamDefaultController()
659 Rooted<Value> pullMethod(cx); in SetUpReadableStreamDefaultControllerFromUnderlyingSource()
[all …]
H A DWritableStreamDefaultControllerOperations.cpp46 using JS::Rooted;
80 Rooted<JSObject*> result(cx); in WritableStreamControllerAbortSteps()
307 Rooted<Value> startResult(cx); in SetUpWritableStreamDefaultController()
317 Rooted<JSObject*> startPromise( in SetUpWritableStreamDefaultController()
331 Rooted<JSObject*> onStartFulfilled( in SetUpWritableStreamDefaultController()
336 Rooted<JSObject*> onStartRejected( in SetUpWritableStreamDefaultController()
374 Rooted<Value> writeMethod(cx); in SetUpWritableStreamDefaultControllerFromUnderlyingSink()
384 Rooted<Value> closeMethod(cx); in SetUpWritableStreamDefaultControllerFromUnderlyingSink()
394 Rooted<Value> abortMethod(cx); in SetUpWritableStreamDefaultControllerFromUnderlyingSink()
442 Rooted<Value> size(cx, Int32Value(0)); in WritableStreamDefaultControllerClose()
[all …]
H A DReadableStream.cpp67 using JS::Rooted;
86 Rooted<ReadableStream*> stream( in createExternalSourceStream()
131 Rooted<JSObject*> proto(cx); in constructor()
136 Rooted<ReadableStream*> stream(cx, in constructor()
143 Rooted<Value> size(cx); in constructor()
149 Rooted<Value> highWaterMarkVal(cx); in constructor()
156 Rooted<Value> type(cx); in constructor()
261 Rooted<JSObject*> cancelPromise( in ReadableStream_cancel()
291 Rooted<Value> modeVal(cx); in ReadableStream_getReader()
305 Rooted<JSObject*> reader(cx); in ReadableStream_getReader()
[all …]
H A DReadableStreamInternals.cpp51 using JS::Rooted;
155 Rooted<JSObject*> sourceCancelPromise( in ReadableStreamCancel()
164 Rooted<JSFunction*> returnUndefined( in ReadableStreamCancel()
205 Rooted<JSObject*> readRequest(cx); in ReadableStreamCloseInternal()
206 Rooted<JSObject*> resultObj(cx); in ReadableStreamCloseInternal()
207 Rooted<Value> resultVal(cx); in ReadableStreamCloseInternal()
258 Rooted<PlainObject*> templateObject( in ReadableStreamCreateReadResult()
301 Rooted<Value> wrappedError(cx, e); in ReadableStreamErrorInternal()
325 Rooted<JSObject*> readRequest(cx); in ReadableStreamErrorInternal()
369 Rooted<Value> error(cx, e); in ReadableStreamErrorInternal()
[all …]
/dports/www/firefox/firefox-99.0/js/src/builtin/streams/
H A DReadableStreamOperations.cpp58 using JS::Rooted;
98 Rooted<ReadableStream*> stream(cx, in CreateReadableStream()
132 Rooted<ReadableStream*> stream( in create()
191 Rooted<TeeState*> unwrappedTeeState(cx, in TeeReaderReadHandler()
209 Rooted<Value> doneVal(cx); in TeeReaderReadHandler()
260 Rooted<Value> value(cx); in TeeReaderReadHandler()
356 Rooted<JSObject*> onFulfilled( in ReadableStreamTee_Pull()
396 Rooted<ReadableStream*> unwrappedStream( in ReadableStreamTee_Cancel()
433 Rooted<Value> compositeReason(cx); in ReadableStreamTee_Cancel()
457 Rooted<JSObject*> cancelResult( in ReadableStreamTee_Cancel()
[all …]
H A DReadableStreamDefaultControllerOperations.cpp55 using JS::Rooted;
169 Rooted<JSObject*> pullPromise(cx); in ReadableStreamControllerCallPullIfNeeded()
230 Rooted<JSObject*> onPullFulfilled( in ReadableStreamControllerCallPullIfNeeded()
235 Rooted<JSObject*> onPullRejected( in ReadableStreamControllerCallPullIfNeeded()
415 Rooted<Value> exn(cx); in ReadableStreamDefaultControllerEnqueue()
416 Rooted<SavedFrame*> stack(cx); in ReadableStreamDefaultControllerEnqueue()
598 Rooted<Value> startResult(cx); in SetUpReadableStreamDefaultController()
608 Rooted<JSObject*> startPromise( in SetUpReadableStreamDefaultController()
621 Rooted<JSObject*> onStartRejected( in SetUpReadableStreamDefaultController()
659 Rooted<Value> pullMethod(cx); in SetUpReadableStreamDefaultControllerFromUnderlyingSource()
[all …]
H A DReadableStreamInternals.cpp50 using JS::Rooted;
154 Rooted<JSObject*> sourceCancelPromise( in ReadableStreamCancel()
163 Rooted<JSFunction*> returnUndefined( in ReadableStreamCancel()
204 Rooted<JSObject*> readRequest(cx); in ReadableStreamCloseInternal()
205 Rooted<JSObject*> resultObj(cx); in ReadableStreamCloseInternal()
206 Rooted<Value> resultVal(cx); in ReadableStreamCloseInternal()
257 Rooted<PlainObject*> templateObject( in ReadableStreamCreateReadResult()
301 Rooted<Value> wrappedError(cx, e); in ReadableStreamErrorInternal()
325 Rooted<JSObject*> readRequest(cx); in ReadableStreamErrorInternal()
369 Rooted<Value> error(cx, e); in ReadableStreamErrorInternal()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/js/src/builtin/streams/
H A DReadableStreamOperations.cpp58 using JS::Rooted;
98 Rooted<ReadableStream*> stream(cx, in CreateReadableStream()
132 Rooted<ReadableStream*> stream( in create()
189 Rooted<TeeState*> unwrappedTeeState(cx, in TeeReaderReadHandler()
207 Rooted<Value> doneVal(cx); in TeeReaderReadHandler()
258 Rooted<Value> value(cx); in TeeReaderReadHandler()
354 Rooted<JSObject*> onFulfilled( in ReadableStreamTee_Pull()
431 Rooted<Value> compositeReason(cx); in ReadableStreamTee_Cancel()
455 Rooted<JSObject*> cancelResult( in ReadableStreamTee_Cancel()
619 Rooted<JSObject*> onRejected( in ReadableStreamTee()
[all …]
H A DPipeToState.cpp51 using JS::Rooted;
163 Rooted<JSObject*> p(cx); in ActAndFinalize()
257 Rooted<Value> optionalError( in ActAndFinalize()
354 Rooted<Value> extra( in ShutdownWithAction()
417 Rooted<Value> extra( in Shutdown()
423 Rooted<JSFunction*> finalize( in Shutdown()
616 Rooted<Value> v(cx); in OnDestClosed()
815 Rooted<Value> doneVal(cx); in ReadFulfilled()
836 Rooted<Value> chunk(cx); in ReadFulfilled()
903 Rooted<Value> desiredSize(cx); in ReadFromSource()
[all …]
H A DReadableStreamDefaultControllerOperations.cpp54 using JS::Rooted;
168 Rooted<JSObject*> pullPromise(cx); in ReadableStreamControllerCallPullIfNeeded()
229 Rooted<JSObject*> onPullFulfilled( in ReadableStreamControllerCallPullIfNeeded()
234 Rooted<JSObject*> onPullRejected( in ReadableStreamControllerCallPullIfNeeded()
414 Rooted<Value> exn(cx); in ReadableStreamDefaultControllerEnqueue()
415 Rooted<SavedFrame*> stack(cx); in ReadableStreamDefaultControllerEnqueue()
597 Rooted<Value> startResult(cx); in SetUpReadableStreamDefaultController()
607 Rooted<JSObject*> startPromise( in SetUpReadableStreamDefaultController()
620 Rooted<JSObject*> onStartRejected( in SetUpReadableStreamDefaultController()
658 Rooted<Value> pullMethod(cx); in SetUpReadableStreamDefaultControllerFromUnderlyingSource()
[all …]
H A DWritableStreamDefaultControllerOperations.cpp45 using JS::Rooted;
79 Rooted<JSObject*> result(cx); in WritableStreamControllerAbortSteps()
306 Rooted<Value> startResult(cx); in SetUpWritableStreamDefaultController()
316 Rooted<JSObject*> startPromise( in SetUpWritableStreamDefaultController()
330 Rooted<JSObject*> onStartFulfilled( in SetUpWritableStreamDefaultController()
335 Rooted<JSObject*> onStartRejected( in SetUpWritableStreamDefaultController()
373 Rooted<Value> writeMethod(cx); in SetUpWritableStreamDefaultControllerFromUnderlyingSink()
383 Rooted<Value> closeMethod(cx); in SetUpWritableStreamDefaultControllerFromUnderlyingSink()
393 Rooted<Value> abortMethod(cx); in SetUpWritableStreamDefaultControllerFromUnderlyingSink()
441 Rooted<Value> size(cx, Int32Value(0)); in WritableStreamDefaultControllerClose()
[all …]
H A DReadableStreamInternals.cpp50 using JS::Rooted;
154 Rooted<JSObject*> sourceCancelPromise( in ReadableStreamCancel()
163 Rooted<JSFunction*> returnUndefined( in ReadableStreamCancel()
204 Rooted<JSObject*> readRequest(cx); in ReadableStreamCloseInternal()
205 Rooted<JSObject*> resultObj(cx); in ReadableStreamCloseInternal()
206 Rooted<Value> resultVal(cx); in ReadableStreamCloseInternal()
257 Rooted<PlainObject*> templateObject( in ReadableStreamCreateReadResult()
300 Rooted<Value> wrappedError(cx, e); in ReadableStreamErrorInternal()
324 Rooted<JSObject*> readRequest(cx); in ReadableStreamErrorInternal()
368 Rooted<Value> error(cx, e); in ReadableStreamErrorInternal()
[all …]
H A DReadableStreamDefaultController.cpp61 using JS::Rooted;
75 Rooted<ReadableStreamController*> controller( in ReadableStreamControllerStartHandler()
342 Rooted<Value> unwrappedUnderlyingSource( in ReadableStreamControllerCancelSteps()
355 Rooted<JSObject*> result(cx); in ReadableStreamControllerCancelSteps()
361 Rooted<TeeState*> unwrappedTeeState( in ReadableStreamControllerCancelSteps()
369 Rooted<Value> rval(cx); in ReadableStreamControllerCancelSteps()
394 Rooted<Value> unwrappedCancelMethod(cx, in ReadableStreamControllerCancelSteps()
445 Rooted<ListObject*> unwrappedQueue(cx); in ReadableStreamDefaultControllerPullSteps()
446 Rooted<Value> val( in ReadableStreamDefaultControllerPullSteps()
454 Rooted<Value> chunk(cx); in ReadableStreamDefaultControllerPullSteps()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/builtin/streams/
H A DReadableStreamOperations.cpp58 using JS::Rooted;
98 Rooted<ReadableStream*> stream(cx, in CreateReadableStream()
132 Rooted<ReadableStream*> stream( in create()
189 Rooted<TeeState*> unwrappedTeeState(cx, in TeeReaderReadHandler()
207 Rooted<Value> doneVal(cx); in TeeReaderReadHandler()
258 Rooted<Value> value(cx); in TeeReaderReadHandler()
354 Rooted<JSObject*> onFulfilled( in ReadableStreamTee_Pull()
431 Rooted<Value> compositeReason(cx); in ReadableStreamTee_Cancel()
455 Rooted<JSObject*> cancelResult( in ReadableStreamTee_Cancel()
619 Rooted<JSObject*> onRejected( in ReadableStreamTee()
[all …]
H A DPipeToState.cpp51 using JS::Rooted;
163 Rooted<JSObject*> p(cx); in ActAndFinalize()
257 Rooted<Value> optionalError( in ActAndFinalize()
354 Rooted<Value> extra( in ShutdownWithAction()
417 Rooted<Value> extra( in Shutdown()
423 Rooted<JSFunction*> finalize( in Shutdown()
616 Rooted<Value> v(cx); in OnDestClosed()
815 Rooted<Value> doneVal(cx); in ReadFulfilled()
836 Rooted<Value> chunk(cx); in ReadFulfilled()
903 Rooted<Value> desiredSize(cx); in ReadFromSource()
[all …]
H A DReadableStreamDefaultControllerOperations.cpp54 using JS::Rooted;
168 Rooted<JSObject*> pullPromise(cx); in ReadableStreamControllerCallPullIfNeeded()
229 Rooted<JSObject*> onPullFulfilled( in ReadableStreamControllerCallPullIfNeeded()
234 Rooted<JSObject*> onPullRejected( in ReadableStreamControllerCallPullIfNeeded()
414 Rooted<Value> exn(cx); in ReadableStreamDefaultControllerEnqueue()
415 Rooted<SavedFrame*> stack(cx); in ReadableStreamDefaultControllerEnqueue()
597 Rooted<Value> startResult(cx); in SetUpReadableStreamDefaultController()
607 Rooted<JSObject*> startPromise( in SetUpReadableStreamDefaultController()
620 Rooted<JSObject*> onStartRejected( in SetUpReadableStreamDefaultController()
658 Rooted<Value> pullMethod(cx); in SetUpReadableStreamDefaultControllerFromUnderlyingSource()
[all …]
H A DWritableStreamDefaultControllerOperations.cpp45 using JS::Rooted;
79 Rooted<JSObject*> result(cx); in WritableStreamControllerAbortSteps()
306 Rooted<Value> startResult(cx); in SetUpWritableStreamDefaultController()
316 Rooted<JSObject*> startPromise( in SetUpWritableStreamDefaultController()
330 Rooted<JSObject*> onStartFulfilled( in SetUpWritableStreamDefaultController()
335 Rooted<JSObject*> onStartRejected( in SetUpWritableStreamDefaultController()
373 Rooted<Value> writeMethod(cx); in SetUpWritableStreamDefaultControllerFromUnderlyingSink()
383 Rooted<Value> closeMethod(cx); in SetUpWritableStreamDefaultControllerFromUnderlyingSink()
393 Rooted<Value> abortMethod(cx); in SetUpWritableStreamDefaultControllerFromUnderlyingSink()
441 Rooted<Value> size(cx, Int32Value(0)); in WritableStreamDefaultControllerClose()
[all …]
H A DReadableStreamInternals.cpp50 using JS::Rooted;
154 Rooted<JSObject*> sourceCancelPromise( in ReadableStreamCancel()
163 Rooted<JSFunction*> returnUndefined( in ReadableStreamCancel()
204 Rooted<JSObject*> readRequest(cx); in ReadableStreamCloseInternal()
205 Rooted<JSObject*> resultObj(cx); in ReadableStreamCloseInternal()
206 Rooted<Value> resultVal(cx); in ReadableStreamCloseInternal()
257 Rooted<PlainObject*> templateObject( in ReadableStreamCreateReadResult()
300 Rooted<Value> wrappedError(cx, e); in ReadableStreamErrorInternal()
324 Rooted<JSObject*> readRequest(cx); in ReadableStreamErrorInternal()
368 Rooted<Value> error(cx, e); in ReadableStreamErrorInternal()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/js/src/gc/
H A DRooting.h73 using RootedNativeObject = JS::Rooted<NativeObject*>;
74 using RootedShape = JS::Rooted<Shape*>;
75 using RootedAtom = JS::Rooted<JSAtom*>;
76 using RootedLinearString = JS::Rooted<JSLinearString*>;
77 using RootedPropertyName = JS::Rooted<PropertyName*>;
78 using RootedArrayObject = JS::Rooted<ArrayObject*>;
79 using RootedGlobalObject = JS::Rooted<GlobalObject*>;
80 using RootedPlainObject = JS::Rooted<PlainObject*>;
81 using RootedSavedFrame = JS::Rooted<SavedFrame*>;
89 using RootedScope = JS::Rooted<Scope*>;
[all …]
/dports/www/firefox/firefox-99.0/js/src/gc/
H A DRooting.h73 using RootedNativeObject = JS::Rooted<NativeObject*>;
74 using RootedShape = JS::Rooted<Shape*>;
75 using RootedAtom = JS::Rooted<JSAtom*>;
76 using RootedLinearString = JS::Rooted<JSLinearString*>;
77 using RootedPropertyName = JS::Rooted<PropertyName*>;
78 using RootedArrayObject = JS::Rooted<ArrayObject*>;
79 using RootedGlobalObject = JS::Rooted<GlobalObject*>;
80 using RootedPlainObject = JS::Rooted<PlainObject*>;
81 using RootedSavedFrame = JS::Rooted<SavedFrame*>;
89 using RootedScope = JS::Rooted<Scope*>;
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/gc/
H A DRooting.h73 using RootedNativeObject = JS::Rooted<NativeObject*>;
74 using RootedShape = JS::Rooted<Shape*>;
75 using RootedAtom = JS::Rooted<JSAtom*>;
76 using RootedLinearString = JS::Rooted<JSLinearString*>;
77 using RootedPropertyName = JS::Rooted<PropertyName*>;
78 using RootedArrayObject = JS::Rooted<ArrayObject*>;
79 using RootedGlobalObject = JS::Rooted<GlobalObject*>;
80 using RootedPlainObject = JS::Rooted<PlainObject*>;
81 using RootedSavedFrame = JS::Rooted<SavedFrame*>;
89 using RootedScope = JS::Rooted<Scope*>;
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/gc/
H A DRooting.h75 using RootedNativeObject = JS::Rooted<NativeObject*>;
76 using RootedShape = JS::Rooted<Shape*>;
77 using RootedObjectGroup = JS::Rooted<ObjectGroup*>;
78 using RootedAtom = JS::Rooted<JSAtom*>;
80 using RootedPropertyName = JS::Rooted<PropertyName*>;
81 using RootedArrayObject = JS::Rooted<ArrayObject*>;
82 using RootedGlobalObject = JS::Rooted<GlobalObject*>;
83 using RootedPlainObject = JS::Rooted<PlainObject*>;
84 using RootedSavedFrame = JS::Rooted<SavedFrame*>;
92 using RootedScope = JS::Rooted<Scope*>;
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/gc/
H A DRooting.h59 typedef JS::Rooted<NativeObject*> RootedNativeObject;
60 typedef JS::Rooted<Shape*> RootedShape;
61 typedef JS::Rooted<ObjectGroup*> RootedObjectGroup;
62 typedef JS::Rooted<JSAtom*> RootedAtom;
63 typedef JS::Rooted<JSLinearString*> RootedLinearString;
64 typedef JS::Rooted<PropertyName*> RootedPropertyName;
65 typedef JS::Rooted<ArrayObject*> RootedArrayObject;
66 typedef JS::Rooted<GlobalObject*> RootedGlobalObject;
67 typedef JS::Rooted<PlainObject*> RootedPlainObject;
68 typedef JS::Rooted<SavedFrame*> RootedSavedFrame;
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/gc/
H A DRooting.h46 typedef JS::Rooted<NativeObject*> RootedNativeObject;
47 typedef JS::Rooted<Shape*> RootedShape;
48 typedef JS::Rooted<ObjectGroup*> RootedObjectGroup;
49 typedef JS::Rooted<JSAtom*> RootedAtom;
50 typedef JS::Rooted<JSLinearString*> RootedLinearString;
51 typedef JS::Rooted<PropertyName*> RootedPropertyName;
52 typedef JS::Rooted<ArrayObject*> RootedArrayObject;
53 typedef JS::Rooted<GlobalObject*> RootedGlobalObject;
54 typedef JS::Rooted<PlainObject*> RootedPlainObject;
55 typedef JS::Rooted<SavedFrame*> RootedSavedFrame;
[all …]

12345678910>>...69