getProperty abstract method

dynamic getProperty(
  1. Object o,
  2. Object name
)

Use JS utils to get the property of a js object.

Implementation

dynamic getProperty(final Object o, final Object name);