Ilmir Usmanov
|
a2fe594d0f
|
Merge branch 'geppetto'
|
2014-08-19 16:22:39 +04:00 |
|
Ilmir Usmanov
|
126b8814a8
|
Add rules to check switch-cases
|
2014-08-19 16:22:05 +04:00 |
|
e.gavrin
|
0fb8076d2a
|
fix formatting issues in src/*. Ignore #define.. in jerry_funcname_space_parentheses.tcl
|
2014-08-19 15:03:05 +04:00 |
|
Ruben Ayrapetyan
|
9d33a91822
|
Storing literals' indexes instead of literals' contents in ecma-strings if possible.
|
2014-08-18 20:52:02 +04:00 |
|
Ruben Ayrapetyan
|
8bc41358ec
|
Replacing const ecma_char_t* with ecma_string_t*; supporting number-represented string in ecma_string_t.
|
2014-08-18 18:34:34 +04:00 |
|
Ruben Ayrapetyan
|
15b65a27fb
|
Moving type conversion helpers from libecmaoperations to libecmaobjects.
|
2014-08-18 16:26:22 +04:00 |
|
Ruben Ayrapetyan
|
bcddffbefb
|
Preparations to lazy conversion of Number to String: introducing ECMA_STRING_CONTAINER_HEAP_NUMBER container type for ecma_string_t.
|
2014-08-18 16:10:54 +04:00 |
|
Ruben Ayrapetyan
|
04112c6fea
|
Implementing opfunc_call_1.
|
2014-08-15 20:10:22 +04:00 |
|
Ruben Ayrapetyan
|
116a80f8ae
|
Ilmir's fix of register variables counting.
|
2014-08-15 19:46:02 +04:00 |
|
Ruben Ayrapetyan
|
b582d56ecb
|
Implementing opfunc_decl_1, opfunc_decl_2.
|
2014-08-15 18:30:47 +04:00 |
|
Ruben Ayrapetyan
|
4de3da90a5
|
Implementing function's argument variables instantiation during function call. Implementing function declaration routine.
|
2014-08-15 17:30:11 +04:00 |
|
Ruben Ayrapetyan
|
04c6cb30c7
|
Adding ecma_is_lexical_environment_global helper.
|
2014-08-15 17:26:49 +04:00 |
|
Ruben Ayrapetyan
|
21a84afc4f
|
Adding ecma_is_property_enumerable, ecma_is_property_configurable helpers.
|
2014-08-15 17:22:29 +04:00 |
|
Ruben Ayrapetyan
|
8f08c1c70e
|
Fixing collections' construction and iteration routines.
|
2014-08-15 17:21:21 +04:00 |
|
Ruben Ayrapetyan
|
2a199cc6a7
|
Iterators for ecma-values collections
|
2014-08-15 15:58:34 +04:00 |
|
Ruben Ayrapetyan
|
cf098ad4ac
|
Adding missing 'break's in ecma_op_{create,initialize}_immutable_binding.
|
2014-08-14 21:36:33 +04:00 |
|
Ruben Ayrapetyan
|
f638c381a3
|
Introducing ecma-values collection. Implementing ecma-strings collection through ecma-values collection.
|
2014-08-14 21:19:56 +04:00 |
|
e.gavrin
|
af798a7142
|
Fix mistype in opfunc_greater_or_equal_than and opfunc_less_or_equal_than opcodes
|
2014-08-14 20:42:28 +04:00 |
|
Ruben Ayrapetyan
|
1d70fe0a37
|
Fixing ecma_op_abstract_equality_compare
|
2014-08-14 20:03:50 +04:00 |
|
Ruben Ayrapetyan
|
0447d128d0
|
Implementing b_and, b_or, b_xor opcode handlers.
|
2014-08-14 19:56:55 +04:00 |
|
Ruben Ayrapetyan
|
86a0c701df
|
Partial stub for Int32 operation.
|
2014-08-14 19:15:25 +04:00 |
|
e.gavrin
|
a075051d6f
|
Add opfunc_equal_value_type and opfunc_not_equal_value_type opcode handlers. Add test.
|
2014-08-14 18:04:43 +04:00 |
|
Ruben Ayrapetyan
|
0cd5fbfd81
|
Adding src/main.c to cppcheck and vera++ source list.
|
2014-08-14 17:55:46 +04:00 |
|
e.gavrin
|
7803e073c4
|
Add opfuncs for greater_or_equal_than and less_or_equal_than opcodes. Add test.
|
2014-08-14 16:36:53 +04:00 |
|
Ruben Ayrapetyan
|
6553daa22b
|
Limiting data and stack size by setrlimit.
|
2014-08-14 16:08:06 +04:00 |
|
Ruben Ayrapetyan
|
63133c247f
|
Initializing [[FormalParameters]] internal property of Function object in ecma_op_create_function_object.
|
2014-08-13 21:47:56 +04:00 |
|
Ruben Ayrapetyan
|
daf1cfc9e6
|
Introducing helpers for construction and freeing of ecma-strings' collections.
|
2014-08-13 21:36:36 +04:00 |
|
Ruben Ayrapetyan
|
507b91973a
|
Renaming ecma_array_first_chunk_t -> ecma_collection_header_t; ecma_array_non_first_chunk_t -> ecma_collection_chunk_t.
|
2014-08-13 20:58:17 +04:00 |
|
Ruben Ayrapetyan
|
25ae71353d
|
Removing print of opcode in optimizer_reorder_scope.
|
2014-08-13 20:28:12 +04:00 |
|
Ruben Ayrapetyan
|
613c43cc14
|
Fixing internal properties handling in ecma_gc_mark.
|
2014-08-13 20:18:41 +04:00 |
|
Ruben Ayrapetyan
|
c831912ae5
|
Replacing ecma_array_first_chunk_t with ecma_string_t for ecma-strings.
|
2014-08-13 19:21:25 +04:00 |
|
Ruben Ayrapetyan
|
b66981d19f
|
Introducing ecma_string_t type that will be used for ecma-strings instead of ecma_array_first_chunk_t.
|
2014-08-13 17:01:05 +04:00 |
|
Ruben Ayrapetyan
|
567d54f7e5
|
Move ecma-string helpers from ecma-helpers.c to ecma-helpers-string.c
|
2014-08-13 17:01:05 +04:00 |
|
Ruben Ayrapetyan
|
a672807990
|
Style fix in stm32f4/jerry-libc.c.
|
2014-08-13 16:50:17 +04:00 |
|
e.gavrin
|
350580c49e
|
Fix style in liboptimizer
|
2014-08-13 16:41:39 +04:00 |
|
e.gavrin
|
c5f33d184d
|
fix style errors in libjsparser
|
2014-08-13 16:23:59 +04:00 |
|
e.gavrin
|
9ad1e27c75
|
Merge branch 'master' of git-server:jerry
|
2014-08-13 15:40:05 +04:00 |
|
e.gavrin
|
19e71e98e2
|
fix style error
|
2014-08-13 15:39:56 +04:00 |
|
Ruben Ayrapetyan
|
c3cc674fef
|
Definition of function object's 'length' property in ecma_op_create_function_object.
|
2014-08-13 15:17:12 +04:00 |
|
Ruben Ayrapetyan
|
4fe85cdd1a
|
Full implementation of [[DefineOwnProperty]] for array objects.
|
2014-08-13 14:55:40 +04:00 |
|
Ilmir Usmanov
|
2e1da4cae5
|
Quickfix N2
|
2014-08-12 22:48:24 +04:00 |
|
Ilmir Usmanov
|
6f41c1c59b
|
Quickfix
|
2014-08-12 22:30:24 +04:00 |
|
Ilmir Usmanov
|
bbde9f4180
|
Merge branch 'geppetto'
|
2014-08-12 22:27:32 +04:00 |
|
Ilmir Usmanov
|
0a68baa479
|
Add support of floating-point literals
|
2014-08-12 22:27:12 +04:00 |
|
Ruben Ayrapetyan
|
3ae7a284dc
|
Partially implementing [[DefineOwnProperty]] for Array objects.
|
2014-08-12 21:45:11 +04:00 |
|
Ruben Ayrapetyan
|
eee1daec91
|
Introducing ecma_compare_zt_string_to_zt_string interface that is __strcmp for ecma_char_t* zero-terminated strings.
|
2014-08-12 18:51:49 +04:00 |
|
Ruben Ayrapetyan
|
a886053e54
|
Extracting ecma_op_object* routines to ecma_op_general_object_*. Redefining ecma_op_object* interface to be usable for all object types (not only for general objects).
|
2014-08-12 18:11:56 +04:00 |
|
Ruben Ayrapetyan
|
bc34fa3be6
|
Renaming src/libecmaoperations/ecma-objects-properties.[ch] -> src/libecmaoperations/ecma-objects.[ch].
|
2014-08-12 17:09:46 +04:00 |
|
Ruben Ayrapetyan
|
8bde4ecbf2
|
Implementing ecma_compare_ecma_string_to_ecma_string helper.
|
2014-08-12 16:56:35 +04:00 |
|
Ruben Ayrapetyan
|
b987bcc920
|
Compaction of heap block's header from 32 bytes to 8 bytes. ./benchmarks/jerry/loop_arithmetics_1kk.js: 2.77 -> 2.82.
|
2014-08-12 16:23:44 +04:00 |
|