You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The return value from a script could be any valid JavaScript value and these are most easily expressed and examined using the BoxedValue type. Rather than having to run through a big set of if/else statements checking the return type in order to determine how to treat the value, it would make more sense to return a BoxedValue object which has the appropriate properties and methods to do this efficiently.
The text was updated successfully, but these errors were encountered:
The return value from a script could be any valid JavaScript value and these are most easily expressed and examined using the
BoxedValue
type. Rather than having to run through a big set of if/else statements checking the return type in order to determine how to treat the value, it would make more sense to return aBoxedValue
object which has the appropriate properties and methods to do this efficiently.The text was updated successfully, but these errors were encountered: