Searched refs:SetDescription (Results 1 - 9 of 9) sorted by relevance
/arkcompiler/toolchain/test/fuzztest/pttypesremoteobjectdescription_fuzzer/ |
H A D | pttypesremoteobjectdescription_fuzzer.cpp | 34 obj.SetDescription(std::string((const char*)data, size));
in PtTypesRemoteObjectDescriptionFuzzTest()
|
/arkcompiler/ets_runtime/ecmascript/tests/ |
H A D | symbol_table_test.cpp | 229 handleSymbol->SetDescription(thread, symbolTableStringKey1.GetTaggedValue()); in HWTEST_F_L0()
|
/arkcompiler/toolchain/tooling/base/ |
H A D | pt_types.cpp | 283 .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 D | pt_types.h | 357 RemoteObject &SetDescription(const std::string &description) in SetDescription() function in panda::ecmascript::tooling::RemoteObject
|
/arkcompiler/toolchain/tooling/agent/ |
H A D | debugger_impl.cpp | 1767 .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 D | shared_object_factory.cpp | 675 obj->SetDescription(thread_, name); in NewSWellKnownSymbol() 687 obj->SetDescription(thread_, name); in NewSPublicSymbol() 698 obj->SetDescription(thread_, JSTaggedValue::Undefined()); in NewSEmptySymbol()
|
H A D | object_factory.cpp | 2324 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 D | shared_builtins.cpp | 885 key##Symbol->SetDescription(thread_, key##String.GetTaggedValue()); \ in InitializeSSymbolAttributes()
|
/arkcompiler/ets_runtime/ecmascript/napi/ |
H A D | jsnapi_expo.cpp | 2045 symbol->SetDescription(thread, desc); in New()
|
Completed in 44 milliseconds