Home
last modified time | relevance | path

Searched defs:es2panda_Impl (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/public/
Des2panda_lib.h119 struct es2panda_Impl { struct
120 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 consumed
128 void (*DestroyContext)(es2panda_Context *context);
130 es2panda_ContextState (*ContextState)(es2panda_Context *context);
131 char const *(*ContextErrorMessage)(es2panda_Context *context);
[all …]