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

Fix assertion in print method. #18

Merged
merged 1 commit into from
May 6, 2015
Merged

Fix assertion in print method. #18

merged 1 commit into from
May 6, 2015

Conversation

LaszloLango
Copy link
Contributor

ICE: Assertion 'args_number == 1' failed at Jerry/jerry-core/vm/opcodes-native-call.cpp(opfunc_native_call):55.
Error: ERR_FAILED_INTERNAL_ASSERTION

Test case:
print('a', 'a');

Print all of the arguments separated by space.

JerryScript-DCO-1.0-Signed-off-by: László Langó [email protected]

ICE: Assertion 'args_number == 1' failed at Jerry/jerry-core/vm/opcodes-native-call.cpp(opfunc_native_call):55.
Error: ERR_FAILED_INTERNAL_ASSERTION

Test case:
  print('a', 'a');

Print all of the arguments separated by space.

JerryScript-DCO-1.0-Signed-off-by: László Langó [email protected]
@sand1k sand1k merged commit 7c99170 into master May 6, 2015
@ruben-ayrapetyan ruben-ayrapetyan deleted the fix_js_print branch May 6, 2015 11:57
sand1k pushed a commit to sand1k/jerryscript that referenced this pull request Nov 30, 2015
…iments-merge

Remove `loc` array from jsp_state_t
grgustaf added a commit to grgustaf/jerryscript that referenced this pull request Mar 28, 2018
JerryScript-DCO-1.0-Signed-off-by: Geoff Gustafson [email protected]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants