Searched refs:handlerIsPrototypeHandler (Results 1 – 1 of 1) sorted by relevance
2488 Label handlerIsPrototypeHandler(env); in LoadICWithHandler() local2544 …BRANCH(TaggedIsPrototypeHandler(*handler), &handlerIsPrototypeHandler, &handlerNotPrototypeHandler… in LoadICWithHandler()2545 Bind(&handlerIsPrototypeHandler); in LoadICWithHandler()2848 Label handlerIsPrototypeHandler(env); in StoreICWithHandler() local2927 …BRANCH(TaggedIsPrototypeHandler(*handler), &handlerIsPrototypeHandler, &handlerNotPrototypeHandler… in StoreICWithHandler()2938 Bind(&handlerIsPrototypeHandler); in StoreICWithHandler()