Home
last modified time | relevance | path

Searched defs:Copy (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_frontend/es2panda/typescript/types/
DobjectDescriptor.cpp35 void ObjectDescriptor::Copy(ArenaAllocator *allocator, ObjectDescriptor *copiedDesc, TypeRelation *… in Copy() function in panda::es2panda::checker::ObjectDescriptor
DindexInfo.cpp22 IndexInfo *IndexInfo::Copy(ArenaAllocator *allocator, TypeRelation *relation, GlobalTypesHolder *gl… in Copy() function in panda::es2panda::checker::IndexInfo
Dsignature.cpp20 Signature *Signature::Copy(ArenaAllocator *allocator, TypeRelation *relation, GlobalTypesHolder *gl… in Copy() function in panda::es2panda::checker::Signature
/arkcompiler/runtime_core/runtime/include/
Ditable.h50 Entry Copy(mem::InternalAllocatorPtr allocator) const in Copy() function
/arkcompiler/ets_frontend/es2panda/binder/
Dvariable.cpp36 LocalVariable *LocalVariable::Copy(ArenaAllocator *allocator, Decl *decl) const in Copy() function in panda::es2panda::binder::LocalVariable
/arkcompiler/ets_runtime/ecmascript/
Djs_hclass-inl.h216 inline void JSHClass::Copy(const JSThread *thread, const JSHClass *jshclass) in Copy() function
Djs_bigint.cpp944 JSHandle<BigInt> BigInt::Copy(JSThread *thread, JSHandle<BigInt> x, uint32_t len) in Copy() function in panda::ecmascript::BigInt
/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi.h1426 void CopyableGlobal<T>::Copy(const CopyableGlobal &that) in Copy() function
1438 void CopyableGlobal<T>::Copy(const CopyableGlobal<S> &that) in Copy() function