JSValue jsCoordinatesHeading(ExecState* exec, JSValue slotBase, const Identifier&)
{
    JSCoordinates* castedThis = static_cast<JSCoordinates*>(asObject(slotBase));
    return castedThis->heading(exec);
}