Changeset 252304 in webkit for trunk/Source/JavaScriptCore/tools/JSDollarVM.cpp
- Timestamp:
- Nov 8, 2019, 8:09:36 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/tools/JSDollarVM.cpp
r252239 r252304 2046 2046 return throwVMError(globalObject, throwScope, "arg1 should be a number"); 2047 2047 2048 JSFunction* function = jsCast<JSFunction*>(arg0 .toObject(globalObject));2048 JSFunction* function = jsCast<JSFunction*>(arg0); 2049 2049 size_t desiredStackSize = arg1.asNumber(); 2050 2050
Note:
See TracChangeset
for help on using the changeset viewer.