Home
last modified time | relevance | path

Searched refs:SetName (Results 1 – 7 of 7) sorted by relevance

/ark/js_runtime/ecmascript/tooling/agent/
Druntime_impl.cpp265 debuggerProperty->SetName(name) in AddTypedArrayRef()
294 debuggerProperty->SetName("prototype") in GetProtoOrProtoType()
307 debuggerProperty->SetName("__proto__") in GetProtoOrProtoType()
344 debuggerProperty->SetName(cStrNameElement) in GetAdditionalProperties()
/ark/js_runtime/ecmascript/tooling/base/
Dpt_types.h528 InternalPropertyDescriptor &SetName(const std::string &name) in SetName() function
575 PrivatePropertyDescriptor &SetName(const std::string &name) in SetName() function
664 PropertyDescriptor &SetName(const std::string &name) in SetName() function
1228 Scope &SetName(const std::string &name) in SetName() function
2103 TypeObject &SetName(const std::string &name) in SetName() function
/ark/js_runtime/ecmascript/hprof/
Dheap_snapshot.h156 void SetName(CString *name) in SetName() function
Dheap_snapshot.cpp564 edge->SetName(GenerateEdgeName(from, to)); in BridgeAllReferences()
/ark/js_runtime/ecmascript/tooling/test/
Ddebugger_returns_test.cpp238 internalPropertyDescriptor->SetName("filename1"); in HWTEST_F_L0()
245 privatePropertyDescriptor->SetName("filename2"); in HWTEST_F_L0()
/ark/js_runtime/ecmascript/napi/include/
Djsnapi.h583 void SetName(const EcmaVM *vm, Local<StringRef> name);
/ark/js_runtime/ecmascript/napi/
Djsnapi.cpp1091 void FunctionRef::SetName(const EcmaVM *vm, Local<StringRef> name) in SetName() function in panda::FunctionRef