Searched defs:es2panda_Impl (Results 1 – 1 of 1) sorted by relevance
119 struct es2panda_Impl { struct120 int version;122 es2panda_Config *(*CreateConfig)(int argc, char const **argv);123 void (*DestroyConfig)(es2panda_Config *config);125 … es2panda_Context *(*CreateContextFromFile)(es2panda_Config *config, char const *source_file_name);126 …xt *(*CreateContextFromString)(es2panda_Config *config, char const *source, char const *file_name);127 …*(*ProceedToState)(es2panda_Context *context, es2panda_ContextState state); // context is consumed128 void (*DestroyContext)(es2panda_Context *context);130 es2panda_ContextState (*ContextState)(es2panda_Context *context);131 char const *(*ContextErrorMessage)(es2panda_Context *context);[all …]