Giter VIP home page Giter VIP logo

Comments (7)

rwaldron avatar rwaldron commented on May 18, 2024 1

@jasonwilliams sorry I missed your question! It may be easier to point you to SpiderMonkey's print(): https://github.com/mozilla/gecko-dev/blob/master/js/src/shell/js.cpp#L2687-L2724

from boa.

Razican avatar Razican commented on May 18, 2024 1

I think that something that might be missing here is the ability to create multiline blocks in the shell, if we want to complete it further. But for the rest, this is mostly done, right?

from boa.

jasonwilliams avatar jasonwilliams commented on May 18, 2024

Thanks @rwaldron im sure we can get onto this.

from boa.

jasonwilliams avatar jasonwilliams commented on May 18, 2024

@rwaldron what would happen if you pass an object to print(), would it call toString() on that object?

from boa.

jasonwilliams avatar jasonwilliams commented on May 18, 2024

Some way to create a new realm and global object, eg. jsshell's newGlobal() or d8's Realm.global(realmId) (which requires some way of making a realmId, ie. Realm.create() or Realm.createAllowCrossRealmAccess())

@rwaldron do you have an example of Test262 using this somewhere so we can see for context?
Edit:
Found this https://github.com/patil215/v8/blob/bb941b58df9ee1e4048b69a555a2ce819fb819ed/test/mjsunit/cross-realm-filtering.js

from boa.

HalidOdat avatar HalidOdat commented on May 18, 2024

I think that something that might be missing here is the ability to create multiline blocks in the shell, if we want to complete it further. But for the rest, this is mostly done, right?

We have pretty much implemented all of the feature shell request.

Maybe we should close this issue in favor of the new issue #341

from boa.

jasonwilliams avatar jasonwilliams commented on May 18, 2024

Iā€™m happy to close this also

from boa.

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.