Home | History | Annotate | Download | only in jit

Lines Matching defs:ident

1210     Identifier& ident = stackFrame.args[1].identifier();
1214 JSValue result = baseValue.get(callFrame, ident, slot);
1226 Identifier& ident = stackFrame.args[1].identifier();
1229 stackFrame.args[0].jsValue().put(callFrame, ident, stackFrame.args[2].jsValue(), slot);
1246 Identifier& ident = stackFrame.args[1].identifier();
1249 stackFrame.args[0].jsValue().put(callFrame, ident, stackFrame.args[2].jsValue(), slot);
1274 Identifier& ident = stackFrame.args[1].identifier();
1278 JSValue result = baseValue.get(callFrame, ident, slot);
1305 && (slotBaseObject = asObject(slot.slotBase()))->getPropertySpecificValue(callFrame, ident, specific)
1346 Identifier& ident = stackFrame.args[1].identifier();
1350 JSValue result = baseValue.get(callFrame, ident, slot);
1357 JITThunks::tryCacheGetByID(callFrame, codeBlock, STUB_RETURN_ADDRESS, baseValue, ident, slot, stubInfo);
1368 Identifier& ident = stackFrame.args[1].identifier();
1372 JSValue result = baseValue.get(callFrame, ident, slot);
1852 Identifier& ident = stackFrame.args[0].identifier();
1856 if (o->getPropertySlot(callFrame, ident, slot)) {
1857 JSValue result = slot.getValue(callFrame, ident);
1865 stackFrame.globalData->exception = createUndefinedVariableError(callFrame, ident, vPCIndex, codeBlock);
2276 Identifier& ident = stackFrame.args[0].identifier();
2280 if (o->getPropertySlot(callFrame, ident, slot)) {
2281 JSValue result = slot.getValue(callFrame, ident);
2289 stackFrame.globalData->exception = createUndefinedVariableError(callFrame, ident, vPCIndex, codeBlock);
2299 Identifier& ident = stackFrame.args[1].identifier();
2304 if (globalObject->getPropertySlot(callFrame, ident, slot)) {
2305 JSValue result = slot.getValue(callFrame, ident);
2321 ident, vPCIndex, callFrame->codeBlock());
2604 Identifier& ident = stackFrame.args[0].identifier();
2609 if (base->getPropertySlot(callFrame, ident, slot)) {
2610 JSValue result = slot.getValue(callFrame, ident);
2621 stackFrame.globalData->exception = createUndefinedVariableError(callFrame, ident, vPCIndex, codeBlock);