Extension API: description of structures used for describing extension object; jerry_extend_with - stub for extension interface routine.

This commit is contained in:
Ruben Ayrapetyan
2015-02-20 20:27:06 +03:00
parent d4af5702a4
commit c12ec35b2d
5 changed files with 157 additions and 0 deletions
+2
View File
@@ -96,6 +96,7 @@ project (JerryCore CXX C ASM)
# Sources
# Jerry core
file(GLOB SOURCE_CORE_API *.cpp)
file(GLOB SOURCE_CORE_MEM mem/*.cpp)
file(GLOB SOURCE_CORE_VM vm/*.cpp)
file(GLOB SOURCE_CORE_ECMA_BUILTINS ecma/builtin-objects/*.cpp)
@@ -107,6 +108,7 @@ project (JerryCore CXX C ASM)
set(SOURCE_CORE
jerry.cpp
${SOURCE_CORE_API}
${SOURCE_CORE_MEM}
${SOURCE_CORE_VM}
${SOURCE_CORE_ECMA_BUILTINS}