Skip to content

Support ES2015 Proxies & Reflect API #268

@p-bakker

Description

@p-bakker

As the title says.

I've done work implementing Proxy as a ScriptableObject which basically delegates all calls to methods of the Scriptable interface to the provided Handler object or else to the ScriptableObject that was passed into the Proxy constructor.

This work was done against an older version of Rhino. With that version, I ran into two issues described here: https://groups.google.com/d/msg/mozilla-rhino/FII66nW7KMI/uBh8WBmdBgAJ

I can provide my Proxy code or could see if I can take it to the next level, but I'd need some pointers on the issues mentioned in the Google Groups discussion above

Metadata

Metadata

Assignees

No one assigned

    Labels

    Ecma IncompatibilityIssues about Rhino being incompatible with the EcmaScript specfeatureIssues considered a new feature

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions