-
Notifications
You must be signed in to change notification settings - Fork 677
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
Merge eval_dev branch to master #21
Comments
The eval_dev branch contains temporary implementation of eval, prepared because eval functionality is necessary for iotjs development. We are currently working on another, comprehensive eval implementation, that would be merged into master. If it is necessary, we could rebase eval_dev on current master branch. |
OK. |
eval_dev is rebased. |
…iments-dev Experiments dev
…project#21) Caveat: JerryScript only returns a string representation of the eval result, so the patch acts like everything is a string. CDT would prefer to get typed information and progressively disclose object contents, for example, but this would require JrS enhancements. Caveat: Ignores script parsing messages during eval, but this may need to be restored later to allow debugging inside eval'd code. Handles only Runtime.evaluateOnCallFrame requests which come while the debugger is stopped; ignores Debugger.evaluate calls which come while the debugger is resumed. This avoids seeming duplication and the need to queue requests. Add unit tests for nearly all of the added code. JerryScript-DCO-1.0-Signed-off-by: Geoff Gustafson [email protected]
'require' function in iotjs need eval feature which is not supported by current jerryscript/master branch. Thus, eval_dev should be merged into master.
The text was updated successfully, but these errors were encountered: