| 
    Oolite 1.91.0.7712-251017-85ce217
    
   | 
 
Go to the source code of this file.
Functions | |
| static JSBool | SpecialJSWarning (JSContext *context, uintN argc, jsval *vp) | 
| static JSBool | SpecialMarkConsoleEntryPoint (JSContext *context, uintN argc, jsval *vp) | 
| void | InitOOJSSpecialFunctions (JSContext *context, JSObject *global) | 
| OOJSValue * | JSSpecialFunctionsObjectWrapper (JSContext *context) | 
Variables | |
| static JSFunctionSpec | sSpecialFunctionsMethods [] | 
| void InitOOJSSpecialFunctions | ( | JSContext * | context, | 
| JSObject * | global ) | 
Definition at line 47 of file OOJSSpecialFunctions.m.
Referenced by OOJavaScriptEngine(Private)::createMainThreadContext.
| OOJSValue * JSSpecialFunctionsObjectWrapper | ( | JSContext * | context | ) | 
Definition at line 52 of file OOJSSpecialFunctions.m.
References OOJSAddGCObjectRoot, sSpecialFunctionsMethods, and OOJSValue::valueWithJSObject:inContext:.
      
  | 
  static | 
Definition at line 76 of file OOJSSpecialFunctions.m.
References EXPECT_NOT, nil, OOJS_ARGV, OOJS_PROFILE_ENTER, OOJS_PROFILE_EXIT, OOJS_RETURN_VOID, OOJSReportBadArguments(), OOJSReportWarning(), OOJSSetWarningOrErrorStackSkip(), and OOStringFromJSValue().
      
  | 
  static | 
Definition at line 97 of file OOJSSpecialFunctions.m.
References OOJS_RETURN_VOID, and OOJSMarkConsoleEvalLocation().
      
  | 
  static | 
Definition at line 36 of file OOJSSpecialFunctions.m.
Referenced by JSSpecialFunctionsObjectWrapper().