Home
last modified time | relevance | path

Searched refs:StringRemoteObject (Results 1 – 4 of 4) 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/dynamic/base/
Dpt_types.h538 class StringRemoteObject final : public RemoteObject {
540 StringRemoteObject(const EcmaVM *ecmaVm, Local<StringRef> tagged);
541 ~StringRemoteObject() override = default;
Dpt_types.cpp123 return std::make_unique<StringRemoteObject>(ecmaVm, Local<StringRef>(tagged)); in FromTagged()
302 StringRemoteObject::StringRemoteObject([[maybe_unused]] const EcmaVM *ecmaVm, Local<StringRef> tagg… in StringRemoteObject() function in panda::ecmascript::tooling::StringRemoteObject
/arkcompiler/toolchain/tooling/dynamic/test/
Dpt_types_test.cpp1076 StringRemoteObject strObj(ecmaVm, invalidStrRef); in HWTEST_F_L0()