Searched refs:es2panda_Program (Results 1 – 2 of 2) sorted by relevance
34 typedef struct es2panda_Program es2panda_Program; typedef136 es2panda_Program *(*ContextProgram)(es2panda_Context *context);137 es2panda_AstNode *(*ProgramAst)(es2panda_Program *program);138 es2panda_ExternalSource **(*ProgramExternalSources)(es2panda_Program *program, size_t *len_p);140 es2panda_Program **(*ExternalSourcePrograms)(es2panda_ExternalSource *e_source, size_t *len_p);
738 extern "C" es2panda_Program *ContextProgram(es2panda_Context *context) in ContextProgram()741 return reinterpret_cast<es2panda_Program *>(ctx->compilerContext->VarBinder()->Program()); in ContextProgram()744 extern "C" es2panda_AstNode *ProgramAst(es2panda_Program *program) in ProgramAst()752 extern "C" es2panda_ExternalSource **ProgramExternalSources(es2panda_Program *program, size_t *lenP) in ProgramExternalSources()772 extern "C" es2panda_Program **ExternalSourcePrograms(es2panda_ExternalSource *eSource, size_t *lenP) in ExternalSourcePrograms()776 return reinterpret_cast<es2panda_Program **>(entry->second->data()); in ExternalSourcePrograms()