Home
last modified time | relevance | path

Searched refs:SetDescription (Results 1 - 9 of 9) sorted by relevance

/arkcompiler/toolchain/test/fuzztest/pttypesremoteobjectdescription_fuzzer/
H A Dpttypesremoteobjectdescription_fuzzer.cpp34 obj.SetDescription(std::string((const char*)data, size)); in PtTypesRemoteObjectDescriptionFuzzTest()
/arkcompiler/ets_runtime/ecmascript/tests/
H A Dsymbol_table_test.cpp229 handleSymbol->SetDescription(thread, symbolTableStringKey1.GetTaggedValue()); in HWTEST_F_L0()
/arkcompiler/toolchain/tooling/base/
H A Dpt_types.cpp283 .SetDescription(description); in PrimitiveRemoteObject()
292 .SetDescription(description); in PrimitiveRemoteObject()
299 .SetDescription(description); in PrimitiveRemoteObject()
310 .SetDescription(description); in StringRemoteObject()
322 .SetDescription(description); in SymbolRemoteObject()
335 .SetDescription(description); in FunctionRemoteObject()
348 .SetDescription(description); in GeneratorFunctionRemoteObject()
362 .SetDescription(description); in ObjectRemoteObject()
377 .SetDescription(description); in ObjectRemoteObject()
H A Dpt_types.h357 RemoteObject &SetDescription(const std::string &description) in SetDescription() function in panda::ecmascript::tooling::RemoteObject
/arkcompiler/toolchain/tooling/agent/
H A Ddebugger_impl.cpp1767 .SetDescription(RemoteObject::ObjectDescription); in GetLocalScopeChain()
1874 .SetDescription(RemoteObject::ObjectDescription); in GetClosureScopeChains()
1904 .SetDescription(RemoteObject::ObjectDescription); in GetModuleScopeChain()
1979 .SetDescription(RemoteObject::GlobalDescription); in GetGlobalScopeChain()
/arkcompiler/ets_runtime/ecmascript/
H A Dshared_object_factory.cpp675 obj->SetDescription(thread_, name); in NewSWellKnownSymbol()
687 obj->SetDescription(thread_, name); in NewSPublicSymbol()
698 obj->SetDescription(thread_, JSTaggedValue::Undefined()); in NewSEmptySymbol()
H A Dobject_factory.cpp2324 obj->SetDescription(thread_, JSTaggedValue::Undefined()); in NewEmptySymbol()
2336 obj->SetDescription(thread_, JSTaggedValue::Undefined()); in NewJSSymbol()
2357 obj->SetDescription(thread_, name); in NewPrivateNameSymbol()
2370 obj->SetDescription(thread_, name); in NewWellKnownSymbol()
2382 obj->SetDescription(thread_, name); in NewPublicSymbol()
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dshared_builtins.cpp885 key##Symbol->SetDescription(thread_, key##String.GetTaggedValue()); \ in InitializeSSymbolAttributes()
/arkcompiler/ets_runtime/ecmascript/napi/
H A Djsnapi_expo.cpp2045 symbol->SetDescription(thread, desc); in New()

Completed in 44 milliseconds