Lines Matching defs:es2panda_Context
37 typedef struct es2panda_Context es2panda_Context;
99 es2panda_Context *(*CreateContextFromFile)(es2panda_Config *config, char const *source_file_name);
100 es2panda_Context *(*CreateContextFromString)(es2panda_Config *config, char const *source, char const *file_name);
101 es2panda_Context *(*ProceedToState)(es2panda_Context *context, es2panda_ContextState state); // context is consumed
102 void (*DestroyContext)(es2panda_Context *context);
104 es2panda_ContextState (*ContextState)(es2panda_Context *context);
105 char const *(*ContextErrorMessage)(es2panda_Context *context);
107 es2panda_Program *(*ContextProgram)(es2panda_Context *context);