DescriptionMove IdlType.may_raise_exception_on_conversion to v8_types.py
Also rename it v8_conversion_needs_exception_state, which is exactly what
it means. The old name is somewhat misleading, since other conversions
can typically also raise exceptions in practice; the difference is whether
the conversion function does so via (and thus expects) an ExceptionState
argument.
Defining it in v8_types.py makes sense since this is a property of the
V8 bindings layer's conversion API for the type, not of the type itself.
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=181669
Patch Set 1 #
Messages
Total messages: 10 (4 generated)
|