Szilagyi Adam
ccca998f43
Implement Proxy object [[Set]] internal method ( #3605 )
...
The algorithm is based on ECMA-262 v6, 9.5.9
JerryScript-DCO-1.0-Signed-off-by: Adam Szilagyi aszilagy@inf.u-szeged.hu
2020-03-14 20:06:27 +01:00
Daniella Barsony
055f753d02
Implement Proxy object [[Call]] internal method ( #3609 )
...
JerryScript-DCO-1.0-Signed-off-by: Daniella Barsony bella@inf.u-szeged.hu
2020-03-11 15:38:16 +01:00
Szilagyi Adam
64fd37d1db
Implement Proxy object [[Get]] internal method ( #3604 )
...
The algorithm is based on ECMA-262 v6, 9.5.8
JerryScript-DCO-1.0-Signed-off-by: Adam Szilagyi aszilagy@inf.u-szeged.hu
2020-03-11 15:34:46 +01:00
Robert Fancsik
4e136c8973
Implement the core of Proxy object ( #3562 )
...
- Internal routines of the of the proxy object are unimplemented
- For-in enumerate with proxy target is currently not supported
JerryScript-DCO-1.0-Signed-off-by: Robert Fancsik frobert@inf.u-szeged.hu
2020-02-28 14:41:59 +01:00