Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/bindings/native/src/
Dbridges.cpp37 TS_INTEROP_3(CreateContextFromString, KNativePointer, KNativePointer, KStringPtr, KStringPtr) in TS_INTEROP_3() argument
/arkcompiler/ets_frontend/ets2panda/public/
Des2panda_lib.h184 …es2panda_Context *(*CreateContextFromString)(es2panda_Config *config, const char *source, char con… member
Des2panda_lib.cpp426 extern "C" __attribute__((unused)) es2panda_Context *CreateContextFromString(es2panda_Config *confi… in CreateContextFromString() function