JSFValue<T>.throwTypeError constructor

JSFValue<T>.throwTypeError(
  1. JSFContext ctx,
  2. String fmt
)

抛出 TypeError 错误

Implementation

JSFValue.throwTypeError(JSFContext ctx, String fmt);