Home | History | Annotate | Download | only in jit

Lines Matching full:propertyname

833 NEVER_INLINE void JITThunks::tryCacheGetByID(CallFrame* callFrame, CodeBlock* codeBlock, ReturnAddressPtr returnAddress, JSValue baseValue, const Identifier& propertyName, const PropertySlot& slot, StructureStubInfo* stubInfo)
846 if (isJSArray(globalData, baseValue) && propertyName == callFrame->propertyNames().length) {
851 if (isJSString(globalData, baseValue) && propertyName == callFrame->propertyNames().length) {
897 offset = slotBaseObject->structure()->get(propertyName);
909 size_t count = normalizePrototypeChain(callFrame, baseValue, slot.slotBase(), propertyName, offset);
1442 const Identifier& propertyName = stackFrame.args[1].identifier();
1446 JSValue result = baseValue.get(callFrame, propertyName, slot);
1472 offset = slotBaseObject->structure()->get(propertyName);
1482 } else if (size_t count = normalizePrototypeChain(callFrame, baseValue, slot.slotBase(), propertyName, offset)) {