or
2015-07-02 Mark Lam <mark.lam@apple.com>
Build fix for Win EWS bot.
https://bugs.webkit.org/show_bug.cgi?id=146551
Reviewed by NOBODY (OOPS!).
* tools/JSDollarVMPrototype.cpp:
(JSC::functionCrash):
2015-07-02 Dan Bernstein <mitz@apple.com>
<rdar://problem/21429613> [iOS] Stop making symlinks from PrivateFrameworks to Frameworks
putDirect(vm, identifier, JSFunction::create(vm, globalObject, arguments, identifier.string(), function));
}
static NO_RETURN EncodedJSValue JSC_HOST_CALL functionCrash(ExecState*)
static NO_RETURN_DUE_TO_CRASH EncodedJSValue JSC_HOST_CALL functionCrash(ExecState*)
{
CRASH();