|
Oolite 1.91.0.7712-251017-85ce217
|
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 160 of file OOJSGlobal.m.
References OOJS_PROP_READONLY, and sGlobalClass.
Referenced by OOJavaScriptEngine(Private)::createMainThreadContext.
| void SetUpOOJSGlobal | ( | JSContext * | context, |
| JSObject * | global ) |
Definition at line 171 of file OOJSGlobal.m.
References sGlobalMethods, and sGlobalProperties.
Referenced by OOJavaScriptEngine(Private)::createMainThreadContext.