SaeHie Park
|
5ec3e2f59a
|
Native callback in embedding jerry when object is to be freed.
JerryScript-DCO-1.0-Signed-off-by: SaeHie Park saehie.park@samsung.com
|
2015-05-04 19:59:58 +09:00 |
|
Ruben Ayrapetyan
|
469ef4e622
|
Implementing API for associating native handle (uintptr_t) values with JS objects.
|
2015-04-07 13:01:01 +03:00 |
|
Ruben Ayrapetyan
|
83730cd6bb
|
Implementing dispatcher for calling native handlers associated with external function objects; implementing interface for unified storage of native pointers in ecma objects.
|
2015-04-03 23:38:52 +03:00 |
|
Ilyong Cho
|
23ade8f4ff
|
wip: Implementing external function api
|
2015-04-03 18:11:21 +09:00 |
|
Ruben Ayrapetyan
|
c81651dbe9
|
Introducing mem_cpointer_t type for compressed pointers.
|
2015-04-02 16:56:36 +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 |
|
Ruben Ayrapetyan
|
4e93ef421d
|
Support of ecma-value with compressed pointer of more than 14-bit size.
|
2015-02-19 17:44:51 +03:00 |
|
Ruben Ayrapetyan
|
d0c62bb507
|
Storing named accessor property's pointer to getter and setter objects in separate pool chunk.
|
2015-02-19 17:26:10 +03:00 |
|
Ruben Ayrapetyan
|
bb18970151
|
Changing GC mark phase to be non-recursive. It is noticeably slower on some test cases, but doesn't cause stack overflow.
|
2015-02-19 14:34:34 +03:00 |
|
Ruben Ayrapetyan
|
a751ab4f9d
|
Changing garbage collector to non-generational.
|
2015-02-18 20:22:38 +03:00 |
|
Ruben Ayrapetyan
|
88353e93cf
|
Renaming core -> jerry-core.
|
2015-02-17 19:08:55 +03:00 |
|