Implement handle scope API in jerry-ext (#2753)

JerryScript-DCO-1.0-Signed-off-by: legendecas legendecas@gmail.com
This commit is contained in:
legendecas
2019-03-27 21:49:59 +08:00
committed by Zoltan Herczeg
parent 772ab277ea
commit 5b29bf6288
13 changed files with 1510 additions and 0 deletions
+1
View File
@@ -37,6 +37,7 @@ file(GLOB SOURCE_EXT
arg/*.c
common/*.c
debugger/*.c
handle-scope/*.c
handler/*.c
module/*.c)