Searched refs:prototypeHandler (Results 1 – 2 of 2) sorted by relevance
267 PrototypeHandler *prototypeHandler = PrototypeHandler::Cast(handler.GetTaggedObject()); in StorePrototype() local268 auto cellValue = prototypeHandler->GetProtoCell(); in StorePrototype()277 auto holder = prototypeHandler->GetHolder(); in StorePrototype()278 JSTaggedValue handlerInfo = prototypeHandler->GetHandlerInfo(); in StorePrototype()427 PrototypeHandler *prototypeHandler = PrototypeHandler::Cast(handler.GetTaggedObject()); in LoadPrototype() local428 auto cellValue = prototypeHandler->GetProtoCell(); in LoadPrototype()434 auto holder = prototypeHandler->GetHolder(); in LoadPrototype()435 JSTaggedValue handlerInfo = prototypeHandler->GetHandlerInfo(); in LoadPrototype()592 PrototypeHandler *prototypeHandler = PrototypeHandler::Cast(handler.GetTaggedObject()); in StoreElement() local593 auto cellValue = prototypeHandler->GetProtoCell(); in StoreElement()[all …]
845 auto prototypeHandler = PrototypeHandler::Cast(secondValue.GetTaggedObject()); in DumpICByNameWithHandler() local846 auto cellValue = prototypeHandler->GetProtoCell(); in DumpICByNameWithHandler()852 auto holder = prototypeHandler->GetHolder(); in DumpICByNameWithHandler()854 JSTaggedValue handlerInfoVal = prototypeHandler->GetHandlerInfo(); in DumpICByNameWithHandler()890 auto prototypeHandler = PrototypeHandler::Cast(secondValue.GetTaggedObject()); in DumpICByNameWithHandler() local891 auto cellValue = prototypeHandler->GetProtoCell(); in DumpICByNameWithHandler()897 auto holder = prototypeHandler->GetHolder(); in DumpICByNameWithHandler()986 PrototypeHandler *prototypeHandler = PrototypeHandler::Cast(secondValue.GetTaggedObject()); in DumpICByValueWithHandler() local987 auto cellValue = prototypeHandler->GetProtoCell(); in DumpICByValueWithHandler()993 JSTaggedValue handlerInfoValue = prototypeHandler->GetHandlerInfo(); in DumpICByValueWithHandler()[all …]