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