Home
last modified time | relevance | path

Searched defs:SetName (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Ddebug_info.h55 void SetName(const std::string &n) in SetName() function
Dcall_signature.h279 void SetName(const std::string &str) in SetName() function
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_snapshot.h81 void SetName(CString *name) in SetName() function
178 void SetName(CString *name) in SetName() function
/arkcompiler/toolchain/tooling/base/
Dpt_types.h735 InternalPropertyDescriptor &SetName(const std::string &name) in SetName() function
782 PrivatePropertyDescriptor &SetName(const std::string &name) in SetName() function
871 PropertyDescriptor &SetName(const std::string &name) in SetName() function
1457 Scope &SetName(const std::string &name) in SetName() function
2465 TypeObject &SetName(const std::string &name) in SetName() function
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp1807 void FunctionRef::SetName(const EcmaVM *vm, Local<StringRef> name) in SetName() function in panda::FunctionRef