Home
last modified time | relevance | path

Searched refs:IsTransWithProtoHandler (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/ic/
Dic_runtime_stub-inl.h212 if (handler.IsTransWithProtoHandler()) { in StoreICWithHandler()
321 ASSERT(handler.IsTransWithProtoHandler()); in StoreTransWithProto()
Dic_handler.h283 ASSERT(JSTaggedValue(object).IsTransWithProtoHandler()); in Cast()
/arkcompiler/ets_runtime/ecmascript/
Djs_tagged_value-inl.h1086 inline bool JSTaggedValue::IsTransWithProtoHandler() const in IsTransWithProtoHandler() function
1088 return IsHeapObject() && GetTaggedObject()->GetClass()->IsTransWithProtoHandler(); in IsTransWithProtoHandler()
Djs_tagged_value.h665 bool IsTransWithProtoHandler() const;
Djs_hclass.h1108 inline bool IsTransWithProtoHandler() const in IsTransWithProtoHandler() function