https://github.com/mozilla/gecko-dev
Raw File
Tip revision: ae1e734d26dfb74a38e31eed6c9f95c4993f389f authored by ffxbld on 19 October 2016, 23:54:50 UTC
Added FENNEC_49_0_2_RELEASE FENNEC_49_0_2_BUILD2 tag(s) for changeset b8cfe2060804. DONTBUILD CLOSED TREE a=release
Tip revision: ae1e734
jsbytecode.h
/* -*- 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 jsbytecode_h
#define jsbytecode_h

#include <stdint.h>

typedef uint8_t jsbytecode;

#endif /* jsbytecode_h */
back to top