Searched refs:handlerIsPrototypeHandler (Results 1 – 1 of 1) sorted by relevance
2467 Label handlerIsPrototypeHandler(env); in LoadICWithHandler() local2523 …BRANCH(TaggedIsPrototypeHandler(*handler), &handlerIsPrototypeHandler, &handlerNotPrototypeHandler… in LoadICWithHandler()2524 Bind(&handlerIsPrototypeHandler); in LoadICWithHandler()2827 Label handlerIsPrototypeHandler(env); in StoreICWithHandler() local2906 …BRANCH(TaggedIsPrototypeHandler(*handler), &handlerIsPrototypeHandler, &handlerNotPrototypeHandler… in StoreICWithHandler()2917 Bind(&handlerIsPrototypeHandler); in StoreICWithHandler()