Lines Matching defs:handler
47 static inline bool IsAccessor(uint32_t handler) in IsAccessor()
52 static inline bool IsInternalAccessor(uint32_t handler) in IsInternalAccessor()
57 static inline bool IsNonExist(uint32_t handler) in IsNonExist()
62 static inline bool IsField(uint32_t handler) in IsField()
67 static inline bool IsElement(uint32_t handler) in IsElement()
72 static inline bool IsDictionary(uint32_t handler) in IsDictionary()
77 static inline bool IsInlinedProps(uint32_t handler) in IsInlinedProps()
82 static inline HandlerKind GetKind(uint32_t handler) in GetKind()
87 static inline bool IsJSArray(uint32_t handler) in IsJSArray()
92 static inline int GetOffset(uint32_t handler) in GetOffset()
102 uint32_t handler = 0; in LoadProperty() local
143 uint32_t handler = 0; in LoadElement() local
156 uint32_t handler = 0; in StoreProperty() local
193 uint32_t handler = 0; in StoreElement() local
214 JSHandle<TransitionHandler> handler = factory->NewTransitionHandler(); in StoreTransition() local
245 JSHandle<PrototypeHandler> handler = factory->NewPrototypeHandler(); in LoadPrototype() local
258 JSHandle<PrototypeHandler> handler = factory->NewPrototypeHandler(); in StorePrototype() local
291 JSHandle<TransWithProtoHandler> handler = factory->NewTransWithProtoHandler(); in StoreTransition() local
325 JSHandle<StoreTSHandler> handler = factory->NewStoreTSHandler(); in StoreAOT() local