Ignore:
Timestamp:
Jul 31, 2008, 5:19:22 AM (17 years ago)
Author:
[email protected]
Message:

Rubber-stamped by Maciej.

Eliminate JSLock (it was already disabled, removing the stub implementaion and all
call sites now).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/API/JSValueRef.cpp

    r35159 r35478  
    121121    ExecState* exec = toJS(ctx);
    122122    exec->globalData().heap->registerThread();
    123     JSLock lock(exec);
    124123
    125124    JSValue* jsA = toJS(a);
     
    148147    ExecState* exec = toJS(ctx);
    149148    exec->globalData().heap->registerThread();
    150     JSLock lock(exec);
    151149
    152150    JSValue* jsValue = toJS(value);
     
    182180    ExecState* exec = toJS(ctx);
    183181    exec->globalData().heap->registerThread();
    184     JSLock lock(exec);
    185182
    186183    return toRef(jsNumber(exec, value));
     
    191188    ExecState* exec = toJS(ctx);
    192189    exec->globalData().heap->registerThread();
    193     JSLock lock(exec);
    194190
    195191    UString::Rep* rep = toJS(string);
     
    208204    ExecState* exec = toJS(ctx);
    209205    exec->globalData().heap->registerThread();
    210     JSLock lock(exec);
    211206
    212207    JSValue* jsValue = toJS(value);
     
    226221    ExecState* exec = toJS(ctx);
    227222    exec->globalData().heap->registerThread();
    228     JSLock lock(exec);
    229223
    230224    JSValue* jsValue = toJS(value);
     
    244238    ExecState* exec = toJS(ctx);
    245239    exec->globalData().heap->registerThread();
    246     JSLock lock(exec);
    247240
    248241    JSValue* jsValue = toJS(value);
     
    262255    ExecState* exec = toJS(ctx);
    263256    exec->globalData().heap->registerThread();
    264     JSLock lock(exec);
    265257
    266258    JSValue* jsValue = toJS(value);
     
    272264    ExecState* exec = toJS(ctx);
    273265    exec->globalData().heap->registerThread();
    274     JSLock lock(exec);
    275266
    276267    JSValue* jsValue = toJS(value);
Note: See TracChangeset for help on using the changeset viewer.