Lines Matching full:propertyname
979 NEVER_INLINE void Interpreter::tryCacheGetByID(CallFrame* callFrame, CodeBlock* codeBlock, Instruction* vPC, JSValue baseValue, const Identifier& propertyName, const PropertySlot& slot)
992 if (isJSArray(globalData, baseValue) && propertyName == callFrame->propertyNames().length) {
997 if (isJSString(globalData, baseValue) && propertyName == callFrame->propertyNames().length) {
1054 offset = baseObject->structure()->get(propertyName);
1068 size_t count = normalizePrototypeChain(callFrame, baseValue, slot.slotBase(), propertyName, offset);
2457 Identifier propertyName(callFrame, subscript.toString(callFrame));
2458 result = baseValue.get(callFrame, propertyName);