@see #wrap(Context, VarScope, Object, TypeInfo)
(Context cx, VarScope scope, Object obj, Class<?> staticType)
| 29 | * @see #wrap(Context, VarScope, Object, TypeInfo) |
| 30 | */ |
| 31 | public final Object wrap(Context cx, VarScope scope, Object obj, Class<?> staticType) { |
| 32 | return wrap(cx, scope, obj, TypeInfoFactory.GLOBAL.create(staticType)); |
| 33 | } |
| 34 | |
| 35 | /** |
| 36 | * Wrap the object. |