DescriptionGenerate simple code for "trivial" conversions
A trivial conversion is defined as one that cannot throw an exception,
and thus need no v8::TryCatch or ExceptionState, and no "did it succeed?"
check after the conversion.
For such conversions, generate the code
Type variable = convertedValue()
instead of
TONATIVE_VOID(Type, variable, convertedValue())
Also include all such conversions in the set of argument conversions that
don't require a v8::TryCatch, since they then no longer do.
BUG=413257
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=181897
Patch Set 1 #Patch Set 2 : rebased #
Created: 6 years, 3 months ago
Messages
Total messages: 6 (2 generated)
|