- // Prevent getter functions from observing execution if an exception is pending.
- if (exec->hadException())
- return exec->exception();
-
- CallData callData;
- CallType callType = m_data.getterFunc->getCallData(callData);
- return call(exec, m_data.getterFunc, callType, callData, thisValue(), exec->emptyList());