Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_vm.h314 void SetDestroyExternalDataFunction(const std::function<void(void *)> &func) in SetDestroyExternalDataFunction() function
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Dinterop_context.cpp164 vm->SetDestroyExternalDataFunction(Destroy); in InteropCtx()