hasProperty 函数

bool hasProperty(
  1. Object o,
  2. Object name
)

实现

external bool hasProperty(Object o, Object name);