Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement process.exit() #87

Closed
ILyoan opened this issue Jun 15, 2015 · 3 comments
Closed

Implement process.exit() #87

ILyoan opened this issue Jun 15, 2015 · 3 comments
Assignees

Comments

@ILyoan
Copy link
Contributor

ILyoan commented Jun 15, 2015

Implement process.exit(), process.exitCode and event: uncaughtException

Currently, raised an uncaught exception, the program abort. This should be treated in uncaughtException handler and if no handler for it, program exit with corresponding exitcode.

related #78, #36

@ILyoan
Copy link
Contributor Author

ILyoan commented Jun 15, 2015

I'm working on this. and mostly done. but waiting new eval implementation of jerry.

@ILyoan
Copy link
Contributor Author

ILyoan commented Jun 15, 2015

Could not take exception raised during executing function. since Jerry API does not pass it. jerryscript-project/jerryscript#181.

@ILyoan
Copy link
Contributor Author

ILyoan commented Jun 19, 2015

Closing as #91 landed

@ILyoan ILyoan closed this as completed Jun 19, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant