#include "LLIntCLoop.h"
#include "LLIntSlowPaths.h"
#include "JSCInlines.h"
-#include "VMInspector.h"
#include <wtf/Assertions.h>
#include <wtf/MathExtras.h>
CallFrame* startCFR = cfr.callFrame;
#endif
- // Initialize the incoming args for doCallToJavaScript:
+ // Initialize the incoming args for doVMEntryToJavaScript:
t0.vp = executableAddress;
t1.vm = vm;
t2.protoCallFrame = protoCallFrame;