Ruben Ayrapetyan
|
1796b9d903
|
Renaming rest camelCase-named identifiers according to underscore_named_value-naming.
|
2014-07-23 14:07:45 +04:00 |
|
Ruben Ayrapetyan
|
79f3d97434
|
Renaming jerry_* identifiers from 'camelCase' to 'underscore_naming'.
|
2014-07-23 13:03:30 +04:00 |
|
Ruben Ayrapetyan
|
c0df259726
|
Renaming ecma_GC_info_t -> ecma_gc_info_t (missed this renaming in previous commit).
|
2014-07-23 13:00:01 +04:00 |
|
Ruben Ayrapetyan
|
bc0c7824c2
|
Renaming ecma_* identifiers from 'camelCase' to 'underscore_naming'.
|
2014-07-23 12:54:56 +04:00 |
|
Ruben Ayrapetyan
|
b3b4c74cbe
|
Renaming mem_* identifiers from 'camelCase' to 'underscore_naming'.
|
2014-07-23 12:54:45 +04:00 |
|
Ruben Ayrapetyan
|
2d4ed154ee
|
Removing m_ prefix from identifiers (m_ValueType -> ValueType, ...).
|
2014-07-23 11:41:58 +04:00 |
|
Ruben Ayrapetyan
|
3ef9ee9eb4
|
Merge branch 'master' of git-server.vd:jerry
|
2014-07-22 22:15:03 +04:00 |
|
Ruben Ayrapetyan
|
8e08d5f6d6
|
Partially implementing ECMA 'Absract equality comparison' (11.9.3).
|
2014-07-22 22:13:51 +04:00 |
|
e.gavrin
|
844382be19
|
Moved scopes of several variables closer to usage;
|
2014-07-22 21:53:18 +04:00 |
|
Ruben Ayrapetyan
|
19c15b03b0
|
Reverting changes in jerry_Exit and adding comment about jerry_AssertFail call.
|
2014-07-22 21:47:33 +04:00 |
|
Ilmir Usmanov
|
931815c915
|
Merge branch 'master' of git-server:jerry
|
2014-07-22 21:19:48 +04:00 |
|
Ilmir Usmanov
|
18fcf4bd77
|
Merge with 'geppetto': Generate bytecode while parsing
|
2014-07-22 21:18:19 +04:00 |
|
Ilmir Usmanov
|
efb7009cfb
|
Generate bytecode while parsing
|
2014-07-22 20:49:51 +04:00 |
|
Ruben Ayrapetyan
|
cc513e9f35
|
Adding assertion that interpreter doesn't receive non-empty normal ecma completion value.
|
2014-07-22 19:01:11 +04:00 |
|
Ruben Ayrapetyan
|
488ed41c2b
|
Implementing 'substraction' opcode handler and, partially (except string operands), 'addition' opcode handler; adding unit tests for them.
|
2014-07-22 18:55:13 +04:00 |
|
Ruben Ayrapetyan
|
cbbd71588a
|
Implementing 'division' and 'remainder' opcode handlers, adding unit tests for the opcodes.
|
2014-07-22 18:26:06 +04:00 |
|
Ruben Ayrapetyan
|
f71e8c521a
|
Adding stubs with partial implementation for ecma numbers' addition, substraction, division, remainder calculation and negation.
|
2014-07-22 17:38:39 +04:00 |
|
Ruben Ayrapetyan
|
f0abfbb31b
|
Refinement of exception handling code in 'multiplication' and 'assignment' opcode handlers.
|
2014-07-22 17:23:29 +04:00 |
|
Ruben Ayrapetyan
|
739d19be5b
|
Implementing 'multiplication' opcode handler and unit test for the opcode.
|
2014-07-21 21:59:15 +04:00 |
|
Ruben Ayrapetyan
|
9b2b248728
|
Partially implementing ToNumber operation.
|
2014-07-21 20:36:08 +04:00 |
|
Ruben Ayrapetyan
|
7a0612d441
|
Adding is_strict flag to interpreter context.
|
2014-07-21 20:24:48 +04:00 |
|
Ruben Ayrapetyan
|
7e87a1fde0
|
Implementing CheckObjectCoercible operation and partial stubs for ToPrimitive and ToObject operations.
|
2014-07-21 19:58:04 +04:00 |
|
Ruben Ayrapetyan
|
2590b032e1
|
Fixing get_number_by_idx.
|
2014-07-21 19:41:12 +04:00 |
|
Ruben Ayrapetyan
|
ff4d3e4af3
|
Implementing assignment of number literal values in 'assignment' opcode handler.
|
2014-07-21 19:22:25 +04:00 |
|
Ruben Ayrapetyan
|
84131d9a28
|
Introducing get_number_by_idx interface for retrieving literal number value by it's identifier. Change ecma_Number_t type from double to float.
|
2014-07-21 19:16:08 +04:00 |
|
Ruben Ayrapetyan
|
5df6233e0b
|
Fix description comment for ecma_op_put_value.
|
2014-07-21 18:11:05 +04:00 |
|
Ruben Ayrapetyan
|
30c383556d
|
Unit test for 'assignment' opcode.
|
2014-07-21 18:09:05 +04:00 |
|
Ruben Ayrapetyan
|
6abc3ae3a2
|
Merge branch 'master' of git-server.vd:jerry
|
2014-07-21 18:06:54 +04:00 |
|
Ruben Ayrapetyan
|
d62f145ff2
|
Implementing 'assignment' opcode handler.
|
2014-07-21 18:03:12 +04:00 |
|
e.gavrin
|
cfcdc72dc9
|
Merge branch 'master' of git-server:jerry
|
2014-07-21 17:56:35 +04:00 |
|
e.gavrin
|
90a8e86bbe
|
fixes
|
2014-07-21 17:56:23 +04:00 |
|
Ruben Ayrapetyan
|
5e503ced32
|
Fixing ecma_op_get_value, ecma_op_put_value: correctly distinguishing whether the base is object or lexical environment.
|
2014-07-21 17:51:11 +04:00 |
|
Ruben Ayrapetyan
|
57629912e4
|
Rename: ecma_OpGetValue -> ecma_op_get_value; ecma_OpSetValue -> ecma_op_put_value.
|
2014-07-21 17:47:39 +04:00 |
|
Ruben Ayrapetyan
|
1175526d52
|
Fixing value copying/value leakage issues.
|
2014-07-21 17:39:39 +04:00 |
|
Ruben Ayrapetyan
|
0ff6d7ae9e
|
Fixing ecma_CopyValue: adding missing breaks in switch.
|
2014-07-21 16:55:39 +04:00 |
|
Ruben Ayrapetyan
|
98a0c0f933
|
Introducing type argument in 'assignment' opcode handler.
|
2014-07-21 15:57:15 +04:00 |
|
e.gavrin
|
123df0f185
|
added benchmarks.js
|
2014-07-21 15:01:55 +04:00 |
|
Ruben Ayrapetyan
|
0af0c86532
|
Unit test: single var_decl, followed by exitval.
|
2014-07-18 15:27:38 +04:00 |
|
Ruben Ayrapetyan
|
aa6bed0c4c
|
Implementing ecma_CompareZtStringToEcmaString - zero-terminated- and ecma- strings compare routine.
|
2014-07-18 14:07:07 +04:00 |
|
Ruben Ayrapetyan
|
ef51126aab
|
Adding boolean return value, indicating whether script execution finished with success or failure, to run_int. Moving opcode loop from run_int to run_int_from_pos.
|
2014-07-18 12:27:17 +04:00 |
|
Ruben Ayrapetyan
|
dd7029e15d
|
Fixing ecma_OpHasBinding, ecma_OpCreateMutableBinding and ecma_OpSetMutableBinding (inserting missing breaks in switches).
|
2014-07-17 22:06:51 +04:00 |
|
Ruben Ayrapetyan
|
f1d33b9236
|
Inverting properties' attributes' values in corresponding enums - now not_{writable,configurable,enumerable} correspond to 0 and {writable,configurable,enumerable} to 1.
|
2014-07-17 22:02:57 +04:00 |
|
Ruben Ayrapetyan
|
f7abe7190d
|
Implementing var_decl opcode.
|
2014-07-17 22:02:07 +04:00 |
|
Ruben Ayrapetyan
|
383853c116
|
Introducing string_literal_copy type descripting string literal copy for using in opcode handlers implementation.
|
2014-07-17 21:53:26 +04:00 |
|
Ruben Ayrapetyan
|
0209acad65
|
Introducing exitval opcode for end of script and assertions in unit tests. The opcode finishes interpretation with status code 0 (success) or 1 (failure).
|
2014-07-17 21:32:29 +04:00 |
|
Ruben Ayrapetyan
|
819b947445
|
Introducing try_get_string_by_idx interface for retrieving literal string value by it's identifier.
|
2014-07-17 21:07:25 +04:00 |
|
Ruben Ayrapetyan
|
0a87643eb6
|
Changing size of ecma_Char_t to 1 byte.
|
2014-07-17 20:56:20 +04:00 |
|
Ruben Ayrapetyan
|
dd5c9dfb39
|
Changing return type of opcode handlers to ecma_CompletionValue_t.
|
2014-07-17 20:53:48 +04:00 |
|
Ruben Ayrapetyan
|
a20aa29354
|
Templating definition of unimplemented opcodes.
|
2014-07-17 20:46:47 +04:00 |
|
Ruben Ayrapetyan
|
d7a1566c23
|
During compilation of unit tests print compilation command line if it has been failed.
|
2014-07-17 20:43:30 +04:00 |
|