blob: 7dfa6fd4c9cb2f9f3cac471125b670d081d11aa7 [file] [log] [blame]
/* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*-
* vim: set ts=8 sts=4 et sw=4 tw=99:
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
#ifndef shell_jsheaptools_h
#define shell_jsheaptools_h
#include "jsapi.h"
#ifdef DEBUG
JSBool FindReferences(JSContext *cx, unsigned argc, jsval *vp);
#endif /* DEBUG */
#endif /* shell_jsheaptools_h */