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.h122 struct es2panda_Impl { struct
123 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 consumed
131 void (*DestroyContext)(es2panda_Context *context);
133 es2panda_ContextState (*ContextState)(es2panda_Context *context);
134 char const *(*ContextErrorMessage)(es2panda_Context *context);
[all …]