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
+5
View File
@@ -150,4 +150,9 @@
// #define CONFIG_ECMA_COMPACT_PROFILE_DISABLE_REGEXP_BUILTIN
#endif /* CONFIG_ECMA_COMPACT_PROFILE */
/**
* Size of character buffer used to exchange character data between core and extensions' routine
*/
#define CONFIG_EXTENSION_CHAR_BUFFER_SIZE 2048
#endif /* !CONFIG_H */