Home
last modified time | relevance | path

Searched refs:exception_state (Results 101 – 125 of 1647) sorted by relevance

12345678910>>...66

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/bindings/core/v8/
H A Diterable.h24 ExceptionState& exception_state) { in keysForBinding() argument
26 this->StartIteration(script_state, exception_state); in keysForBinding()
33 ExceptionState& exception_state) { in valuesForBinding() argument
35 this->StartIteration(script_state, exception_state); in valuesForBinding()
44 this->StartIteration(script_state, exception_state); in entriesForBinding()
54 ExceptionState& exception_state) { in forEachForBinding() argument
56 this->StartIteration(script_state, exception_state); in forEachForBinding()
71 DCHECK(!exception_state.HadException()); in forEachForBinding()
160 return next(script_state, exception_state); in next()
179 ExceptionState& exception_state) { in GetIterator() argument
[all …]
H A Dv8_binding_for_core.cc117 exception_state.ThrowTypeError( in EnforceRange()
300 ExceptionState& exception_state) { in ToInt8() argument
302 exception_state); in ToInt8()
347 exception_state); in ToInt32Slow()
378 exception_state.ThrowTypeError( in ToUInt32Slow()
397 exception_state); in ToUInt32Slow()
455 exception_state.ThrowTypeError( in ToUInt64Slow()
476 exception_state); in ToUInt64Slow()
492 if (exception_state.HadException()) in ToRestrictedFloat()
518 if (exception_state.HadException()) in ToRestrictedDouble()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/testing/
H A Dinternals.cc577 exception_state.ThrowDOMException( in compareTreeScopePosition()
590 exception_state.ThrowDOMException( in pauseAnimations()
622 exception_state.ThrowDOMException( in advanceImageAnimation()
642 exception_state.ThrowDOMException( in hasShadowInsertionPoint()
654 exception_state.ThrowDOMException( in hasContentElement()
666 exception_state.ThrowDOMException( in countElementShadow()
678 exception_state.ThrowDOMException( in nextSiblingInFlatTree()
2254 exception_state.ThrowTypeError( in pageNumber()
2296 exception_state.ThrowTypeError( in numberOfPages()
2571 exception_state.ThrowTypeError( in updateLayoutAndRunPostLayoutTasks()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/csspaint/
H A Dpaint_worklet_global_scope.cc41 ExceptionState* exception_state) { in ParseInputArguments() argument
58 if (exception_state->HadException()) in ParseInputArguments()
78 ExceptionState* exception_state) { in ParsePaintRenderingContext2DSettings() argument
91 if (exception_state->HadException()) in ParsePaintRenderingContext2DSettings()
163 exception_state.ThrowDOMException( in registerPaint()
170 exception_state.ThrowTypeError( in registerPaint()
188 &exception_state)) in registerPaint()
195 &exception_state)) in registerPaint()
206 retriever.GetPrototypeObject(exception_state); in registerPaint()
207 if (exception_state.HadException()) in registerPaint()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/csspaint/
H A Dpaint_worklet_global_scope.cc41 ExceptionState* exception_state) { in ParseInputArguments() argument
58 if (exception_state->HadException()) in ParseInputArguments()
78 ExceptionState* exception_state) { in ParsePaintRenderingContext2DSettings() argument
91 if (exception_state->HadException()) in ParsePaintRenderingContext2DSettings()
166 exception_state.ThrowDOMException( in registerPaint()
173 exception_state.ThrowTypeError( in registerPaint()
191 &exception_state)) in registerPaint()
198 &exception_state)) in registerPaint()
209 retriever.GetPrototypeObject(exception_state); in registerPaint()
210 if (exception_state.HadException()) in registerPaint()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/storage/
H A Ddom_window_storage.cc49 return From(window).sessionStorage(exception_state); in sessionStorage()
55 return From(window).localStorage(exception_state); in localStorage()
59 ExceptionState& exception_state) const { in sessionStorage()
68 exception_state.ThrowSecurityError( in sessionStorage()
71 exception_state.ThrowSecurityError( in sessionStorage()
74 exception_state.ThrowSecurityError(access_denied_message); in sessionStorage()
104 exception_state.ThrowSecurityError(access_denied_message); in sessionStorage()
111 ExceptionState& exception_state) const { in localStorage()
120 exception_state.ThrowSecurityError( in localStorage()
123 exception_state.ThrowSecurityError( in localStorage()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/html/custom/
H A Dv0_custom_element_exception.cc43 ExceptionState& exception_state) { in ThrowException() argument
46 exception_state.ThrowDOMException( in ThrowException()
52 exception_state.ThrowDOMException( in ThrowException()
59 exception_state.ThrowDOMException( in ThrowException()
65 exception_state.ThrowDOMException( in ThrowException()
71 exception_state.ThrowDOMException( in ThrowException()
77 exception_state.ThrowDOMException( in ThrowException()
84 exception_state.ThrowDOMException(DOMExceptionCode::kNotSupportedError, in ThrowException()
92 exception_state.ThrowDOMException( in ThrowException()
98 exception_state.ThrowDOMException( in ThrowException()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/html/custom/
H A Dv0_custom_element_exception.cc44 ExceptionState& exception_state) { in ThrowException() argument
47 exception_state.ThrowDOMException( in ThrowException()
53 exception_state.ThrowDOMException( in ThrowException()
60 exception_state.ThrowDOMException( in ThrowException()
66 exception_state.ThrowDOMException( in ThrowException()
72 exception_state.ThrowDOMException( in ThrowException()
78 exception_state.ThrowDOMException( in ThrowException()
85 exception_state.ThrowDOMException(DOMExceptionCode::kNotSupportedError, in ThrowException()
93 exception_state.ThrowDOMException( in ThrowException()
99 exception_state.ThrowDOMException( in ThrowException()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/bindings/core/v8/serialization/
H A Dv8_script_value_serializer.cc84 ExceptionState& exception_state) { in Serialize() argument
94 PrepareTransfer(exception_state); in Serialize()
95 if (exception_state.HadException()) in Serialize()
115 FinalizeTransfer(exception_state); in Serialize()
116 if (exception_state.HadException()) in Serialize()
159 ExceptionState& exception_state) { in FinalizeTransfer() argument
183 if (exception_state.HadException()) in FinalizeTransfer()
190 if (exception_state.HadException()) in FinalizeTransfer()
195 if (exception_state.HadException()) in FinalizeTransfer()
662 ExceptionState exception_state( in ThrowDataCloneError() local
[all …]
H A Dpost_message_helper.cc22 ExceptionState& exception_state) { in SerializeMessageByMove() argument
34 serialize_options, exception_state); in SerializeMessageByMove()
35 if (exception_state.HadException()) in SerializeMessageByMove()
47 ExceptionState& exception_state) { in SerializeMessageByCopy() argument
71 if (exception_state.HadException()) in SerializeMessageByCopy()
76 isolate, transferable_array_buffers, exception_state); in SerializeMessageByCopy()
77 if (exception_state.HadException()) in SerializeMessageByCopy()
81 isolate, transferable_image_bitmaps, exception_state); in SerializeMessageByCopy()
82 if (exception_state.HadException()) in SerializeMessageByCopy()
109 ExceptionState& exception_state) { in GetTargetOrigin() argument
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/frame/
H A Dhistory.cc71 exception_state.ThrowSecurityError( in length()
101 exception_state.ThrowSecurityError( in state()
128 exception_state.ThrowSecurityError( in setScrollRestoration()
146 exception_state.ThrowSecurityError( in scrollRestoration()
173 go(script_state, -1, exception_state); in back()
178 go(script_state, 1, exception_state); in forward()
185 exception_state.ThrowSecurityError( in go()
243 if (exception_state.HadException()) in pushState()
260 if (exception_state.HadException()) in replaceState()
311 ExceptionState& exception_state) { in StateObjectAdded() argument
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/notifications/
H A Dnotification_data_test.cc101 ASSERT_FALSE(exception_state.HadException()); in TEST()
159 ASSERT_TRUE(exception_state.HadException()); in TEST()
162 exception_state.Message()); in TEST()
182 ASSERT_TRUE(exception_state.HadException()); in TEST()
185 exception_state.Message()); in TEST()
200 ASSERT_TRUE(exception_state.HadException()); in TEST()
204 exception_state.Message()); in TEST()
230 ASSERT_FALSE(exception_state.HadException()); in TEST()
257 EXPECT_FALSE(exception_state.HadException()); in TEST()
361 ASSERT_TRUE(exception_state.HadException()); in TEST()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/html/portal/
H A Dhtml_portal_element_test.cc41 DummyExceptionStateForTesting exception_state; in TEST_F() local
47 exception_state); in TEST_F()
48 EXPECT_TRUE(exception_state.HadException()); in TEST_F()
50 exception_state.CodeAs<DOMExceptionCode>()); in TEST_F()
51 exception_state.ClearException(); in TEST_F()
56 EXPECT_TRUE(exception_state.HadException()); in TEST_F()
58 exception_state.CodeAs<DOMExceptionCode>()); in TEST_F()
59 exception_state.ClearException(); in TEST_F()
87 activate_event->adoptPredecessor(exception_state); in TEST_F()
88 EXPECT_TRUE(exception_state.HadException()); in TEST_F()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/testing/
H A Dinternals.cc582 exception_state.ThrowDOMException( in compareTreeScopePosition()
595 exception_state.ThrowDOMException( in pauseAnimations()
627 exception_state.ThrowDOMException( in advanceImageAnimation()
647 exception_state.ThrowDOMException( in hasShadowInsertionPoint()
659 exception_state.ThrowDOMException( in hasContentElement()
671 exception_state.ThrowDOMException( in countElementShadow()
683 exception_state.ThrowDOMException( in nextSiblingInFlatTree()
2315 exception_state.ThrowTypeError( in pageNumber()
2357 exception_state.ThrowTypeError( in numberOfPages()
2616 exception_state.ThrowTypeError( in updateLayoutAndRunPostLayoutTasks()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/bindings/core/v8/serialization/
H A Dpost_message_helper.cc23 ExceptionState& exception_state) { in SerializeMessageByMove() argument
35 serialize_options, exception_state); in SerializeMessageByMove()
36 if (exception_state.HadException()) in SerializeMessageByMove()
48 ExceptionState& exception_state) { in SerializeMessageByCopy() argument
72 if (exception_state.HadException()) in SerializeMessageByCopy()
77 isolate, transferable_array_buffers, exception_state); in SerializeMessageByCopy()
78 if (exception_state.HadException()) in SerializeMessageByCopy()
82 isolate, transferable_image_bitmaps, exception_state); in SerializeMessageByCopy()
83 if (exception_state.HadException()) in SerializeMessageByCopy()
110 ExceptionState& exception_state) { in GetTargetOrigin() argument
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/trustedtypes/
H A Dtrusted_type_policy.cc31 ExceptionState& exception_state) { in createScript() argument
39 ExceptionState& exception_state) { in createScriptURL() argument
41 exception_state); in createScriptURL()
49 exception_state.ThrowTypeError( in CreateHTML()
58 exception_state.RethrowV8Exception(try_catch.Exception()); in CreateHTML()
68 ExceptionState& exception_state) { in CreateScript() argument
70 exception_state.ThrowTypeError( in CreateScript()
81 exception_state.RethrowV8Exception(try_catch.Exception()); in CreateScript()
91 ExceptionState& exception_state) { in CreateScriptURL() argument
93 exception_state.ThrowTypeError("Policy " + name_ + in CreateScriptURL()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/trustedtypes/
H A Dtrusted_type_policy.cc34 ExceptionState& exception_state) { in createScript() argument
42 ExceptionState& exception_state) { in createScriptURL() argument
44 exception_state); in createScriptURL()
52 exception_state.ThrowTypeError( in CreateHTML()
61 exception_state.RethrowV8Exception(try_catch.Exception()); in CreateHTML()
71 ExceptionState& exception_state) { in CreateScript() argument
73 exception_state.ThrowTypeError( in CreateScript()
84 exception_state.RethrowV8Exception(try_catch.Exception()); in CreateScript()
94 ExceptionState& exception_state) { in CreateScriptURL() argument
96 exception_state.ThrowTypeError("Policy " + name_ + in CreateScriptURL()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/peerconnection/
H A Drtc_quic_transport.cc72 ExceptionState exception_state( in RejectPromise() local
92 ExceptionState& exception_state) { in Create() argument
107 ExceptionState& exception_state, in Create() argument
126 exception_state.ThrowDOMException( in Create()
136 exception_state.ThrowTypeError( in Create()
156 ExceptionState& exception_state, in RTCQuicTransport() argument
372 ExceptionState& exception_state) { in readyToSendDatagram() argument
374 exception_state.ThrowDOMException( in readyToSendDatagram()
400 exception_state.ThrowDOMException( in sendDatagram()
406 exception_state.ThrowDOMException( in sendDatagram()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/svg/properties/
H A Dsvg_list_property_tear_off_helper.h55 void clear(ExceptionState& exception_state) { in clear() argument
57 SVGPropertyTearOffBase::ThrowReadOnly(exception_state); in clear()
65 ExceptionState& exception_state) { in initialize() argument
67 SVGPropertyTearOffBase::ThrowReadOnly(exception_state); in initialize()
96 SVGPropertyTearOffBase::ThrowReadOnly(exception_state); in insertItemBefore()
118 SVGPropertyTearOffBase::ThrowReadOnly(exception_state); in replaceItem()
137 ExceptionState& exception_state) { in AnonymousIndexedSetter() argument
138 replaceItem(item, index, exception_state); in AnonymousIndexedSetter()
144 SVGPropertyTearOffBase::ThrowReadOnly(exception_state); in removeItem()
160 ExceptionState& exception_state) { in appendItem() argument
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/picture_in_picture/
H A Dhtml_element_picture_in_picture.cc48 ExceptionState& exception_state) { in requestPictureInPicture() argument
49 CheckIfPictureInPictureIsAllowed(element, options, exception_state); in requestPictureInPicture()
50 if (exception_state.HadException()) in requestPictureInPicture()
66 ExceptionState& exception_state) { in CheckIfPictureInPictureIsAllowed() argument
73 exception_state.ThrowDOMException(DOMExceptionCode::kInvalidStateError, in CheckIfPictureInPictureIsAllowed()
77 exception_state.ThrowDOMException(DOMExceptionCode::kInvalidStateError, in CheckIfPictureInPictureIsAllowed()
81 exception_state.ThrowDOMException(DOMExceptionCode::kInvalidStateError, in CheckIfPictureInPictureIsAllowed()
85 exception_state.ThrowSecurityError(kFeaturePolicyBlocked); in CheckIfPictureInPictureIsAllowed()
88 exception_state.ThrowDOMException(DOMExceptionCode::kInvalidStateError, in CheckIfPictureInPictureIsAllowed()
96 exception_state.ThrowTypeError(kInvalidSize); in CheckIfPictureInPictureIsAllowed()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/picture_in_picture/
H A Dhtml_element_picture_in_picture.cc47 ExceptionState& exception_state) { in requestPictureInPicture() argument
48 CheckIfPictureInPictureIsAllowed(element, options, exception_state); in requestPictureInPicture()
49 if (exception_state.HadException()) in requestPictureInPicture()
65 ExceptionState& exception_state) { in CheckIfPictureInPictureIsAllowed() argument
72 exception_state.ThrowDOMException(DOMExceptionCode::kInvalidStateError, in CheckIfPictureInPictureIsAllowed()
76 exception_state.ThrowDOMException(DOMExceptionCode::kInvalidStateError, in CheckIfPictureInPictureIsAllowed()
80 exception_state.ThrowDOMException(DOMExceptionCode::kInvalidStateError, in CheckIfPictureInPictureIsAllowed()
84 exception_state.ThrowSecurityError(kFeaturePolicyBlocked); in CheckIfPictureInPictureIsAllowed()
87 exception_state.ThrowDOMException(DOMExceptionCode::kInvalidStateError, in CheckIfPictureInPictureIsAllowed()
95 exception_state.ThrowTypeError(kInvalidSize); in CheckIfPictureInPictureIsAllowed()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/bindings/core/v8/
H A Dv8_binding_for_core.cc118 exception_state.ThrowTypeError( in EnforceRange()
301 ExceptionState& exception_state) { in ToInt8() argument
303 exception_state); in ToInt8()
348 exception_state); in ToInt32Slow()
379 exception_state.ThrowTypeError( in ToUInt32Slow()
398 exception_state); in ToUInt32Slow()
456 exception_state.ThrowTypeError( in ToUInt64Slow()
477 exception_state); in ToUInt64Slow()
493 if (exception_state.HadException()) in ToRestrictedFloat()
519 if (exception_state.HadException()) in ToRestrictedDouble()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/mediarecorder/
H A Dmedia_recorder.cc179 exception_state.ThrowDOMException( in MediaRecorder()
194 exception_state.ThrowDOMException( in MediaRecorder()
209 void MediaRecorder::start(ExceptionState& exception_state) { in start() argument
220 exception_state.ThrowDOMException( in start()
237 exception_state.ThrowDOMException( in start()
244 void MediaRecorder::stop(ExceptionState& exception_state) { in stop() argument
251 exception_state.ThrowDOMException( in stop()
260 void MediaRecorder::pause(ExceptionState& exception_state) { in pause() argument
267 exception_state.ThrowDOMException( in pause()
289 exception_state.ThrowDOMException( in resume()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/bluetooth/
H A Dbluetooth_remote_gatt_characteristic.cc111 ExceptionState& exception_state) { in readValue() argument
113 exception_state.ThrowDOMException( in readValue()
122 exception_state.ThrowDOMException( in readValue()
169 ExceptionState& exception_state) { in WriteCharacteristicValue() argument
171 exception_state.ThrowDOMException( in WriteCharacteristicValue()
180 exception_state.ThrowDOMException( in WriteCharacteristicValue()
231 exception_state); in writeValue()
250 exception_state); in writeValueWithoutResponse()
365 script_state, exception_state, in getDescriptors()
379 script_state, exception_state, in getDescriptors()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/mediasource/
H A Dmedia_source_impl.cc94 if (ThrowExceptionIfClosed(is_open, exception_state)) in ThrowExceptionIfClosedOrUpdating()
175 exception_state.ThrowDOMException(error, message); in LogAndThrowDOMException()
181 exception_state.ThrowTypeError(message); in LogAndThrowTypeError()
186 ExceptionState& exception_state) { in addSourceBuffer() argument
216 LogAndThrowDOMException(exception_state, in addSourceBuffer()
578 exception_state, in setDuration()
593 DurationChangeAlgorithm(duration, exception_state); in setDuration()
710 endOfStream("", exception_state); in endOfStream()
734 exception_state, in setLiveSeekableRange()
890 ExceptionState& exception_state) { in CreateWebSourceBuffer() argument
[all …]

12345678910>>...66