|
Oolite
|
import <Foundation/Foundation.h>#include <jsapi.h>
Include dependency graph for OOJSGlobal.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Functions | |
| void | CreateOOJSGlobal (JSContext *context, JSObject **outGlobal) |
| void | SetUpOOJSGlobal (JSContext *context, JSObject *global) |
| void CreateOOJSGlobal | ( | JSContext * | context, |
| JSObject ** | outGlobal | ||
| ) |
Definition at line 162 of file OOJSGlobal.m.
References OOJS_PROP_READONLY, and sGlobalClass.
| void SetUpOOJSGlobal | ( | JSContext * | context, |
| JSObject * | global | ||
| ) |
Definition at line 173 of file OOJSGlobal.m.
References sGlobalMethods, and sGlobalProperties.