Remove support of plug-in mechanism.
This API is obsolete and can be fully replaced with existing `api.h`. JerryScript-DCO-1.0-Signed-off-by: Evgeny Gavrin e.gavrin@samsung.com
This commit is contained in:
@@ -160,26 +160,6 @@
|
||||
// #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
|
||||
|
||||
/**
|
||||
* Maximum number of registered extensions
|
||||
*/
|
||||
#define CONFIG_EXTENSION_MAX_NUMBER_OF_EXTENSIONS 32
|
||||
|
||||
/**
|
||||
* Maximum number of functions in an extension
|
||||
*/
|
||||
#define CONFIG_EXTENSION_MAX_FUNCTIONS_IN_EXTENSION 1024
|
||||
|
||||
/**
|
||||
* Maximum number of arguments in a function
|
||||
*/
|
||||
#define CONFIG_EXTENSION_MAX_ARGUMENTS_IN_FUNCTION 16
|
||||
|
||||
/**
|
||||
* Run GC after execution of each opcode
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user