Ruben Ayrapetyan
|
175f8912b2
|
Passing ecma_value_t by value instead of by reference.
|
2015-04-18 21:46:13 +03:00 |
|
Ruben Ayrapetyan
|
259e871681
|
Fix of uninitialized value warning in ecma_builtin_jerry_dispatch_routine (converting switch-case to if chain).
|
2015-04-13 16:20:48 +03:00 |
|
Ruben Ayrapetyan
|
6594a7359b
|
Supporting return values in functions of plugins.
|
2015-04-07 12:42:55 +03:00 |
|
Ruben Ayrapetyan
|
3da56908aa
|
Fixing ecma_builtin_jerry_dispatch_routine: returning 'undefined' instead of 'empty' completion value.
|
2015-04-02 16:27:16 +03:00 |
|
Ruben Ayrapetyan
|
33cfaa73b3
|
Implementation of unimplemented Jerry API parts; adding Jerry API unit test based on test prepared by Ilyong.
|
2015-03-30 20:54:55 +03:00 |
|
Ilyong Cho
|
cf5e158510
|
Implement some Jerry API / jerry_api_call_function() and jerry_api_get_object_field_value()
|
2015-03-30 16:04:49 +09:00 |
|
Ruben Ayrapetyan
|
9746b2fd76
|
Jerry API for calling functions C -> Jerry, creating objects, reading / writing object's properties (currently, only interface declaration, without implementation).
|
2015-03-27 18:05:27 +03:00 |
|
Ruben Ayrapetyan
|
6b0b669c14
|
Support passing of string and object arguments to plugins' bound functions.
|
2015-03-25 18:35:37 +03:00 |
|
Ruben Ayrapetyan
|
79695bf3cd
|
Extension description syntax; extension instantiation, field values and calls with arguments (except strings); example of a simple extension.
String arguments support is supposed to be added in a subsequent commit.
|
2015-02-25 16:51:21 +03:00 |
|