Home
last modified time | relevance | path

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

/arkcompiler/toolchain/test/fuzztest/pttypesstringremoteobject_fuzzer/
Dpttypesstringremoteobject_fuzzer.cpp33 StringRemoteObject obj(vm, StringRef::NewFromUtf8(vm, (const char*)data, size)); in PtTypesStringRemoteObjectFuzzTest()
/arkcompiler/toolchain/tooling/base/
Dpt_types.h527 class StringRemoteObject final : public RemoteObject {
529 StringRemoteObject(const EcmaVM *ecmaVm, Local<StringRef> tagged);
530 ~StringRemoteObject() override = default;
Dpt_types.cpp124 return std::make_unique<StringRemoteObject>(ecmaVm, Local<StringRef>(tagged)); in FromTagged()
303 StringRemoteObject::StringRemoteObject([[maybe_unused]] const EcmaVM *ecmaVm, Local<StringRef> tagg… in StringRemoteObject() function in panda::ecmascript::tooling::StringRemoteObject