Lines Matching defs:handler
45 static inline bool IsAccessor(uint32_t handler) in IsAccessor()
50 static inline bool IsInternalAccessor(uint32_t handler) in IsInternalAccessor()
55 static inline bool IsNonExist(uint32_t handler) in IsNonExist()
60 static inline bool IsField(uint32_t handler) in IsField()
65 static inline bool IsElement(uint32_t handler) in IsElement()
70 static inline bool IsDictionary(uint32_t handler) in IsDictionary()
75 static inline bool IsInlinedProps(uint32_t handler) in IsInlinedProps()
80 static inline HandlerKind GetKind(uint32_t handler) in GetKind()
85 static inline bool IsJSArray(uint32_t handler) in IsJSArray()
90 static inline int GetOffset(uint32_t handler) in GetOffset()
100 uint32_t handler = 0; in LoadProperty() local
134 uint32_t handler = 0; in LoadElement() local
147 uint32_t handler = 0; in StoreProperty() local
178 uint32_t handler = 0; in StoreElement() local
199 JSHandle<TransitionHandler> handler = factory->NewTransitionHandler(); in StoreTransition() local
230 JSHandle<PrototypeHandler> handler = factory->NewPrototypeHandler(); in LoadPrototype() local
243 JSHandle<PrototypeHandler> handler = factory->NewPrototypeHandler(); in StorePrototype() local
276 JSHandle<TransWithProtoHandler> handler = factory->NewTransWithProtoHandler(); in StoreTransition() local
310 JSHandle<StoreTSHandler> handler = factory->NewStoreTSHandler(); in StoreAOT() local