Home
last modified time | relevance | path

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

/arkcompiler/toolchain/tooling/base/
Dpt_types.h367 class FunctionRemoteObject final : public RemoteObject {
369 FunctionRemoteObject(const EcmaVM *ecmaVm, Local<JSValueRef> tagged);
370 ~FunctionRemoteObject() override = default;
Dpt_types.cpp132 return std::make_unique<FunctionRemoteObject>(ecmaVm, tagged); in FromTagged()
232 FunctionRemoteObject::FunctionRemoteObject(const EcmaVM *ecmaVm, Local<JSValueRef> tagged) in FunctionRemoteObject() function in panda::ecmascript::tooling::FunctionRemoteObject
645 std::string FunctionRemoteObject::DescriptionForFunction(const EcmaVM *ecmaVm, Local<FunctionRef> t… in DescriptionForFunction()