/*
- * Copyright (C) 2012 Apple Inc. All rights reserved.
+ * Copyright (C) 2012, 2014 Apple Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
#if ENABLE(JIT)
#include "JSObject.h"
-
+#include "JSCInlines.h"
#include "SlotVisitor.h"
namespace JSC {
JITStubRoutine::~JITStubRoutine() { }
+bool JITStubRoutine::visitWeak(RepatchBuffer&)
+{
+ return true;
+}
+
void JITStubRoutine::observeZeroRefCount()
{
RELEASE_ASSERT(!m_refCount);