OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [tags/] [gnu-src/] [gcc-4.5.1/] [gcc-4.5.1-or32-1.0rc1/] [gcc/] [testsuite/] [g++.dg/] [lto/] [20090311-1.h] - Blame information for rev 338

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 301 jeremybenn
typedef unsigned long uint32;
2
typedef int JSIntn;
3
#define JS_DLL_CALLBACK 
4
typedef JSIntn JSBool;
5
typedef struct JSContext JSContext;
6
typedef struct JSObject JSObject;
7
typedef long long JSInt64;
8
typedef JSInt64 JSWord;
9
typedef JSWord jsword;
10
typedef jsword jsval;
11
 
12
typedef JSBool
13
(* JS_DLL_CALLBACK JSPropertyOp)(JSContext *cx, JSObject *ojb, jsval id,
14
                                 jsval *vp);
15
 
16
struct JSClass {
17
    const char *name;
18
    uint32 flags;
19
    JSPropertyOp addProperty;
20
};
21
 
22
extern struct JSClass K;

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.