Ignore:
Timestamp:
Nov 8, 2019, 8:09:36 PM (6 years ago)
Author:
[email protected]
Message:

Unreviewed, fix debug JSC tests failures due to missing exception check
https://bugs.webkit.org/show_bug.cgi?id=203936

  • tools/JSDollarVM.cpp:

(JSC::functionCallWithStackSize):

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/tools/JSDollarVM.cpp

    r252239 r252304  
    20462046        return throwVMError(globalObject, throwScope, "arg1 should be a number");
    20472047
    2048     JSFunction* function = jsCast<JSFunction*>(arg0.toObject(globalObject));
     2048    JSFunction* function = jsCast<JSFunction*>(arg0);
    20492049    size_t desiredStackSize = arg1.asNumber();
    20502050
Note: See TracChangeset for help on using the changeset viewer.