根据 index 获取 js 对象的属性值
@override JSFValue getPropertyAtIndex(int index) { final propValue = jsValue.object.getPropertyAtIndex(index); return JSFValueJSCImpl(propValue); }