Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/serializer/
Dbase_deserializer.h53 struct JSErrorInfo { struct
60JSErrorInfo(uint8_t errorType, JSTaggedValue errorMsg, uintptr_t objAddr, size_t offset, bool root) in JSErrorInfo() argument
63 uintptr_t GetObjAddr() const in GetObjAddr()
68 size_t GetFieldOffset() const in GetFieldOffset()
73 ObjectSlot GetSlot() const in GetSlot()