Searched refs:befourMethod (Results 1 – 1 of 1) sorted by relevance
1182 auto befourMethod = JSFunctionBase::METHOD_OFFSET - OBJECT_HEADER_SIZE; in JSFunctionBaseDeserialize() local1183 ASSERT(befourMethod % TAGGED_SIZE == 0); in JSFunctionBaseDeserialize()1184 int befourMethodFields = static_cast<int>(befourMethod / TAGGED_SIZE); in JSFunctionBaseDeserialize()1209 auto befourMethod = JSProxy::METHOD_OFFSET - OBJECT_HEADER_SIZE; in JSProxyDeserialize() local1210 ASSERT(befourMethod % TAGGED_SIZE == 0); in JSProxyDeserialize()1211 int befourMethodFields = static_cast<int>(befourMethod / TAGGED_SIZE); in JSProxyDeserialize()