Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/ic/
Dic_runtime.cpp388 … JSHandle<JSTaggedValue> value, bool isOwn, bool isDefPropByName) in StoreMiss()
Dic_runtime_stub-inl.h738 … JSTaggedValue key, JSTaggedValue value, uint32_t slotId, ICKind kind, bool isOwn) in StoreMiss()
/arkcompiler/toolchain/tooling/dynamic/agent/
Druntime_impl.cpp205 bool isOwn = params.GetOwnProperties(); in GetProperties() local
434 void RuntimeImpl::GetProtoOrProtoType(Local<JSValueRef> value, bool isOwn, bool isAccessorOnly, in GetProtoOrProtoType()
/arkcompiler/toolchain/tooling/dynamic/base/
Dpt_types.h1035 PropertyDescriptor &SetIsOwn(bool isOwn) in SetIsOwn()
Dpt_types.cpp1457 bool isOwn = false; in Create() local