Home
last modified time | relevance | path

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

/arkcompiler/toolchain/test/fuzztest/pttypesfunctionremoteobject_fuzzer/
Dpttypesfunctionremoteobject_fuzzer.cpp34 FunctionRemoteObject obj(vm, exception); in PtTypesFunctionRemoteObjectFuzzTest()
/arkcompiler/toolchain/tooling/base/
Dpt_types.h542 class FunctionRemoteObject final : public RemoteObject {
544 FunctionRemoteObject(const EcmaVM *ecmaVm, Local<JSValueRef> tagged);
545 ~FunctionRemoteObject() override = default;
Dpt_types.cpp137 return std::make_unique<FunctionRemoteObject>(ecmaVm, tagged); in FromTagged()
325 FunctionRemoteObject::FunctionRemoteObject(const EcmaVM *ecmaVm, Local<JSValueRef> tagged) in FunctionRemoteObject() function in panda::ecmascript::tooling::FunctionRemoteObject
973 std::string FunctionRemoteObject::DescriptionForFunction(const EcmaVM *ecmaVm, Local<FunctionRef> t… in DescriptionForFunction()