Changeset 59980 in webkit for trunk/JavaScriptCore/interpreter


Ignore:
Timestamp:
May 21, 2010, 5:55:54 PM (15 years ago)
Author:
[email protected]
Message:

Unreviewed build fix.

Interpreter fix following r59974.

  • interpreter/Interpreter.cpp:

(JSC::Interpreter::privateExecute):

  • runtime/JSPropertyNameIterator.cpp:

(JSC::JSPropertyNameIterator::get):

  • runtime/JSPropertyNameIterator.h:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/interpreter/Interpreter.cpp

    r59975 r59980  
    41654165        while (callFrame->r(i).i() != callFrame->r(size).i()) {
    41664166            JSValue key = it->get(callFrame, asObject(callFrame->r(base).jsValue()), callFrame->r(i).i());
     4167            CHECK_FOR_EXCEPTION();
    41674168            callFrame->r(i) = Register::withInt(callFrame->r(i).i() + 1);
    41684169            if (key) {
Note: See TracChangeset for help on using the changeset viewer.