Home
last modified time | relevance | path

Searched refs:ExecuteModuleFromBuffer (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi.h1316 …static bool ExecuteModuleFromBuffer(EcmaVM *vm, const void *data, int32_t size, const std::string …
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp889 bool JSNApi::ExecuteModuleFromBuffer(EcmaVM *vm, const void *data, int32_t size, const std::string … in ExecuteModuleFromBuffer() function in panda::JSNApi