escargot/src
Daniel Balla 3f65bb2e76 Add undefined native setter function (#138)
Added an undefined native setter to prevent nullptr dereference when calling the setter of an accessor property descriptor.
Fixes #130

Signed-off-by: Daniel Balla <dballa@inf.u-szeged.hu>
2019-03-11 12:02:41 +09:00
..
api Minor update of NullablePtr (#136) 2019-03-11 12:00:34 +09:00
heap Reduce code smell - explicit (#83) 2019-02-13 08:21:40 +09:00
interpreter Remove virtual methods of ByteCode. (#126) 2019-03-06 12:41:35 +09:00
parser Check that the callee node pointer is not nullptr (#137) 2019-03-11 12:01:09 +09:00
runtime Add undefined native setter function (#138) 2019-03-11 12:02:41 +09:00
shell Fix format errors (#16) 2018-12-21 09:18:29 +09:00
util Use initializer lists where possible (#105) 2019-02-26 14:28:05 +09:00
Escargot.h Update missing builtin functions of String (#50) 2019-01-14 13:57:29 +09:00