Home
last modified time | relevance | path

Searched defs:callback_ (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dic_stub_builder.h71 ProfileOperation callback_; variable
/arkcompiler/toolchain/tooling/
Dprotocol_handler.h55 std::function<void(const void *, const std::string &)> callback_; variable
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_helper.h174 NativeFinalize callback_ = nullptr; variable
/arkcompiler/runtime_core/static_core/runtime/mem/
Dobject_helpers.cpp240 const std::function<void(ObjectHeader *, ObjectHeader *)> &callback_; member in panda::mem::StdFunctionAdapter