-
Notifications
You must be signed in to change notification settings - Fork 682
Object free callback #5
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
Closed
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
JerryScript-DCO-1.0-Signed-off-by: SaeHie Park saehie.park@samsung.com
- remove jerry_api_get_object_free_callback(), currenly no usage - remove object_p parameter with free_callback(), object can mislead users to call APIs which is dangerous this time. JerryScript-DCO-1.0-Signed-off-by: SaeHie Park saehie.park@samsung.com
JerryScript-DCO-1.0-Signed-off-by: SaeHie Park saehie.park@samsung.com
need to apply patch by Ruben |
sand1k
pushed a commit
to sand1k/jerryscript
that referenced
this pull request
Nov 24, 2015
Add support for Labelled and Expression statements in parse_statement_.
This was referenced Aug 17, 2017
This was referenced Mar 8, 2018
grgustaf
added a commit
to grgustaf/jerryscript
that referenced
this pull request
Mar 16, 2018
* initial working version of pulling in lots of the HTML client code Ported to typescript, pulled out some things into classes, etc. No unit tests yet and some commented-out code and other garbage to be cleaned up, but wanted to save these signs of life. JerryScript-DCO-1.0-Signed-off-by: Geoff Gustafson geoff@linux.intel.com * separate websocket code from message parsing code JerryScript-DCO-1.0-Signed-off-by: Geoff Gustafson geoff@linux.intel.com * fix lint warnings JerryScript-DCO-1.0-Signed-off-by: Geoff Gustafson geoff@linux.intel.com * move decode functions out to utils.ts (renamed from string-utils.ts) Also, add unit tests and fix a math bug revealed by a unit test. JerryScript-DCO-1.0-Signed-off-by: Geoff Gustafson geoff@linux.intel.com * add initial cesu8ToString tests JerryScript-DCO-1.0-Signed-off-by: Geoff Gustafson geoff@linux.intel.com Signed-off-by: Geoff Gustafson <geoff@linux.intel.com> JerryScript-DCO-1.0-Signed-off-by: Geoff Gustafson geoff@linux.intel.com * add unit tests for concatUint8Arrays JerryScript-DCO-1.0-Signed-off-by: Geoff Gustafson geoff@linux.intel.com * Rename protocol-parser.ts to protocol-handler.ts JerryScript-DCO-1.0-Signed-off-by: Geoff Gustafson geoff@linux.intel.com * add partial unit tests for protocol handler JerryScript-DCO-1.0-Signed-off-by: Geoff Gustafson geoff@linux.intel.com * rename protocol-parser test JerryScript-DCO-1.0-Signed-off-by: Geoff Gustafson geoff@linux.intel.com * send initial scriptParsed event JerryScript-DCO-1.0-Signed-off-by: Geoff Gustafson geoff@linux.intel.com * fix bug expecting only windows-style newlines JerryScript-DCO-1.0-Signed-off-by: Geoff Gustafson geoff@linux.intel.com * restructure to for sanity removing circular dependency Also, add some support for breakpoint hit JerryScript-DCO-1.0-Signed-off-by: Geoff Gustafson geoff@linux.intel.com * add type info to utils based on Martijn's comments JerryScript-DCO-1.0-Signed-off-by: Geoff Gustafson geoff@linux.intel.com * respond to feedback and fix most lint warnings JerryScript-DCO-1.0-Signed-off-by: Geoff Gustafson geoff@linux.intel.com
grgustaf
added a commit
to grgustaf/jerryscript
that referenced
this pull request
Mar 19, 2018
* initial working version of pulling in lots of the HTML client code Ported to typescript, pulled out some things into classes, etc. No unit tests yet and some commented-out code and other garbage to be cleaned up, but wanted to save these signs of life. JerryScript-DCO-1.0-Signed-off-by: Geoff Gustafson geoff@linux.intel.com * separate websocket code from message parsing code JerryScript-DCO-1.0-Signed-off-by: Geoff Gustafson geoff@linux.intel.com * fix lint warnings JerryScript-DCO-1.0-Signed-off-by: Geoff Gustafson geoff@linux.intel.com * move decode functions out to utils.ts (renamed from string-utils.ts) Also, add unit tests and fix a math bug revealed by a unit test. JerryScript-DCO-1.0-Signed-off-by: Geoff Gustafson geoff@linux.intel.com * add initial cesu8ToString tests JerryScript-DCO-1.0-Signed-off-by: Geoff Gustafson geoff@linux.intel.com Signed-off-by: Geoff Gustafson <geoff@linux.intel.com> JerryScript-DCO-1.0-Signed-off-by: Geoff Gustafson geoff@linux.intel.com * add unit tests for concatUint8Arrays JerryScript-DCO-1.0-Signed-off-by: Geoff Gustafson geoff@linux.intel.com * Rename protocol-parser.ts to protocol-handler.ts JerryScript-DCO-1.0-Signed-off-by: Geoff Gustafson geoff@linux.intel.com * add partial unit tests for protocol handler JerryScript-DCO-1.0-Signed-off-by: Geoff Gustafson geoff@linux.intel.com * rename protocol-parser test JerryScript-DCO-1.0-Signed-off-by: Geoff Gustafson geoff@linux.intel.com * send initial scriptParsed event JerryScript-DCO-1.0-Signed-off-by: Geoff Gustafson geoff@linux.intel.com * fix bug expecting only windows-style newlines JerryScript-DCO-1.0-Signed-off-by: Geoff Gustafson geoff@linux.intel.com * restructure to for sanity removing circular dependency Also, add some support for breakpoint hit JerryScript-DCO-1.0-Signed-off-by: Geoff Gustafson geoff@linux.intel.com * add type info to utils based on Martijn's comments JerryScript-DCO-1.0-Signed-off-by: Geoff Gustafson geoff@linux.intel.com * respond to feedback and fix most lint warnings JerryScript-DCO-1.0-Signed-off-by: Geoff Gustafson geoff@linux.intel.com
matedabis
pushed a commit
to matedabis/jerryscript
that referenced
this pull request
Jan 30, 2019
Added new test cases to array-prototype-pop.js to improve branch coverage. Branch coverage: before: 13/16 after: 16/16 JerryScript-DCO-1.0-Signed-off-by: Csaba Repasi repasics@inf.u-szeged.hu
ossy-szeged
added a commit
to ossy-szeged/jerryscript
that referenced
this pull request
Oct 24, 2019
# This is the 1st commit message: python runner for jerry-tests and jerry-test-suite JerryScript-DCO-1.0-Signed-off-by: Csaba Osztrogonác oszi@inf.u-szeged.hu # The commit message jerryscript-project#2 will be skipped: # JerryScript-DCO-1.0-Signed-off-by: Csaba Osztrogonác oszi@inf.u-szeged.hu # more fixes # The commit message jerryscript-project#3 will be skipped: # win fixes # # JerryScript-DCO-1.0-Signed-off-by: Csaba Osztrogonác oszi@inf.u-szeged.hu # The commit message jerryscript-project#4 will be skipped: # x # The commit message jerryscript-project#5 will be skipped: # revert accidentail change # The commit message jerryscript-project#6 will be skipped: # lf
This was referenced May 17, 2020
This was referenced Jun 5, 2020
This was referenced Oct 20, 2020
This was referenced Apr 6, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Add a new function to make a callback to native when Object is garbage collected