Libraries/jerryscript/src/include/Jerryscript/Context.h File Reference
#include "Function.h"
#include <Data/LinkedObjectList.h>
#include <Platform/System.h>
#include <memory>
Include dependency graph for Libraries/jerryscript/src/include/Jerryscript/Context.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Jerryscript::Context
 Jerryscript external context. More...
 
class  Jerryscript::ContextTemplate< ClassType >
 Implement a custom Context class. More...
 
class  Jerryscript::ContextList< ClassType >
 Manages a list of contexts. More...
 

Namespaces

 Jerryscript
 

Macros

Macros to implement methods callable from javascript within a Context class

Must be used inside a class constructed using JS::ContextTemplate.

As with all external functions, must be registered using JS::Object::registerFunction to make available to javascript.

#define JS_DEFINE_METHOD(method, ...)
 Argument list is fixed. More...
 
#define JS_DEFINE_METHOD_VAR(method)
 Arguments are passed as array. More...