Giter Club home page Giter Club logo

Comments (2)

ClearScriptLib avatar ClearScriptLib commented on May 18, 2024

Hi @kevinkoenig,

Thanks for providing all that information. We believe that the behavior you're seeing is by design.

  1. The "extra" methods are inherited from the ultimate base class System.Object. In the managed domain these methods are unusual in that they're always accessible, even when the static type is anonymous, external, dynamic, an interface, etc.

  2. The exceptions are due to the way dynamic objects work in ClearScript. When the script engine requests member evaluation for a dynamic object, ClearScript first attempts to fulfill the request via the object's IDynamicMetaObjectProvider implementation. For members defined statically, such as normal compiled methods, this attempt fails and an exception is thrown. ClearScript catches the exception and falls back to normal member binding. In other words, the exception should be handled internally without affecting your application, and in the debugger it should be safe to disable first-chance handling for the exception type ("Break when this exception type is thrown").

from clearscript.

kevinkoenig avatar kevinkoenig commented on May 18, 2024

First let me just thank you all for the quick responses. The support on this library is really great.

I normally run with all exceptions on in our core product as I find that many people ignore real issues that are swallowed using exceptions. Then I turn them off as I understand them.

I probably spent 3 days trying to debug the issue assuming there was something wrong with my application. I can say I learned a lot about dynamics and how ClearScript supports them, so the time wasn't entirely wasted 👍.

I guess the issue is that while I was debugging inside ClearScript a request timed out which caused @code to display 'unknown' for every member of the object I as returning.

I have it all back together now and it is working perfectly (now that I disabled those exceptions)

Kevin

from clearscript.

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.