Exemplo n.º 1
0
    @Specialization
    public DynamicObject toA(DynamicObject matchData) {
      CompilerDirectives.transferToInterpreter();

      return ArrayNodes.fromObjects(
          getContext().getCoreLibrary().getArrayClass(), getValues(matchData));
    }