Giter Club home page Giter Club logo

Comments (2)

svaarala avatar svaarala commented on May 28, 2024

These limitations are certainly a nuisance and should be removed. Removing them is not trivial however. For instance, yielding from the middle of a property read (getter/setter) requires the ability to resume an incomplete property read later with the proper context. Getter/setter calls may also nest, so that a getter call might cause another getter call which then yields - and one needs the ability to resume from that situation.

I'm not yet sure what the best solution approach is: it might be that there's some useful general paradigm to do this (without resorting to actual C stack shuffling which is quite unportable). Another approach is to remove them one by one, with context specific solutions. It's certainly a goal to remove most of these limitations, but I'm not yet sure what the timeframe would be.

from duktape.

svaarala avatar svaarala commented on May 28, 2024

Of the restrictions mentioned in the topic, the following are fixed in master (to be 2.2.0):

  • A constructor call (new Foo() or Reflect.construct() for Foo)
  • Function prototype .call() and .apply()

from duktape.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.