Giter VIP home page Giter VIP logo

jse's Introduction

Hypersoft

Base Head

jse's People

Contributors

hypersoft avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

jse's Issues

javascriptcoregtk-3.0: Extreme Leak Potential

void Finalize(JSObjectRef object);

The finalize callback is called on the most derived class first, 
and the least derived class (the parent class) last.

You must not call any function that may cause a garbage
collection or an allocation of a garbage collected object 
from within a JSObjectFinalizeCallback. This  includes
 all functions that have a JSContextRef parameter.

typedef void (*JSObjectFinalizeCallback) (JSObjectRef object);

This API did not meet the test objectives. Furthermore research for a working prototype providing proof of work performed using this callback interface did not produce any conclusive results. WebKit developer's have been notified of this issue, but since it is highly important, and they failed to meet production parameters in this instance, the best case scenario is to go forward with the Global Allocator object approach, to keep track of allocated data.

This is not a drawback, its actually a benefit. We are separating the interface from the implementation, thusly we can be as robust and stupid as required for a general application profile.

Parameter SEGFAULT

A segmentation fault can occur with any native procedure that expects a value that can be converted to string or number, but the value is not converted to string or number, resulting in a null pointer being passed to a procedure or set of statements that may not be able to accept one. This is likely to happen when uncaught exceptions are thrown during value conversions.

JSE doesn't 'already' handle these issues, because these happenings are how we learn how the engine operates in the real world.

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.