Add new coding style rules and fix appeared issues.
JerryScript-DCO-1.0-Signed-off-by: Andrey Shitov a.shitov@samsung.com
This commit is contained in:
@@ -43,7 +43,7 @@ main (int __attr_unused___ argc,
|
||||
getop_reg_var_decl (128, 129), // var tmp128 .. tmp129;
|
||||
getop_var_decl (0), // var a;
|
||||
getop_assignment (129, 1, 1), // tmp129 = 1: SMALLINT;
|
||||
getop_assignment (0, 6, 129), // a = tmp129 : TYPEOF(tmp129);
|
||||
getop_assignment (0, 6, 129), // a = tmp129 : TYPEOF (tmp129);
|
||||
getop_exitval (0) // exit 0;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user