Oolite 1.91.0.7644-241112-7f5034b
|
import <Foundation/Foundation.h>
#include <jsapi.h>
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 166 of file OOJSGlobal.m.
References OOJS_PROP_READONLY, and sGlobalClass.
void SetUpOOJSGlobal | ( | JSContext * | context, |
JSObject * | global ) |
Definition at line 177 of file OOJSGlobal.m.
References sGlobalMethods, and sGlobalProperties.