Searched refs:JSGlobalObject (Results 1 - 25 of 211) sorted by relevance

123456789

/external/webkit/Source/WebCore/ForwardingHeaders/runtime/
H A DJSGlobalObject.h3 #include <JavaScriptCore/JSGlobalObject.h>
/external/webkit/Source/JavaScriptCore/runtime/
H A DFunctionConstructor.h32 FunctionConstructor(ExecState*, JSGlobalObject*, Structure*, FunctionPrototype*);
39 JSObject* constructFunction(ExecState*, JSGlobalObject*, const ArgList&, const Identifier& functionName, const UString& sourceURL, int lineNumber);
40 JSObject* constructFunction(ExecState*, JSGlobalObject*, const ArgList&);
H A DJSObjectWithGlobalObject.h29 #include "JSGlobalObject.h"
33 class JSGlobalObject;
42 JSGlobalObject* globalObject() const
48 JSObjectWithGlobalObject(JSGlobalObject*, Structure*);
49 JSObjectWithGlobalObject(JSGlobalData&, JSGlobalObject*, Structure*);
H A DDateConstructor.h32 DateConstructor(ExecState*, JSGlobalObject*, Structure*, Structure* functionStructure, DatePrototype*);
39 JSObject* constructDate(ExecState*, JSGlobalObject*, const ArgList&);
H A DBooleanPrototype.h30 BooleanPrototype(ExecState*, JSGlobalObject*, Structure*, Structure* functionStructure);
H A DErrorPrototype.h32 ErrorPrototype(ExecState*, JSGlobalObject*, Structure*, Structure* functionStructure);
H A DNativeErrorPrototype.h31 NativeErrorPrototype(ExecState*, JSGlobalObject*, Structure*, const UString&, NativeErrorConstructor*);
H A DNumberPrototype.h30 NumberPrototype(ExecState*, JSGlobalObject*, Structure*, Structure* functionStructure);
H A DRegExpPrototype.h31 RegExpPrototype(ExecState*, JSGlobalObject*, Structure*, Structure* functionStructure);
H A DBooleanConstructor.h32 BooleanConstructor(ExecState*, JSGlobalObject*, Structure*, BooleanPrototype*);
39 JSObject* constructBooleanFromImmediateBoolean(ExecState*, JSGlobalObject*, JSValue);
H A DError.h33 class JSGlobalObject;
40 JSObject* createError(JSGlobalObject*, const UString&);
41 JSObject* createEvalError(JSGlobalObject*, const UString&);
42 JSObject* createRangeError(JSGlobalObject*, const UString&);
43 JSObject* createReferenceError(JSGlobalObject*, const UString&);
44 JSObject* createSyntaxError(JSGlobalObject*, const UString&);
45 JSObject* createTypeError(JSGlobalObject*, const UString&);
46 JSObject* createURIError(JSGlobalObject*, const UString&);
H A DExceptionHelpers.h40 class JSGlobalObject;
49 JSObject* createStackOverflowError(JSGlobalObject*);
50 JSObject* createOutOfMemoryError(JSGlobalObject*);
H A DFunctionPrototype.h30 FunctionPrototype(ExecState*, JSGlobalObject*, Structure*);
31 void addFunctionProperties(ExecState*, JSGlobalObject*, Structure* functionStructure, JSFunction** callFunction, JSFunction** applyFunction);
H A DJSObjectWithGlobalObject.cpp29 #include "JSGlobalObject.h"
33 JSObjectWithGlobalObject::JSObjectWithGlobalObject(JSGlobalObject* globalObject, Structure* structure)
44 JSObjectWithGlobalObject::JSObjectWithGlobalObject(JSGlobalData& globalData, JSGlobalObject* globalObject, Structure* structure)
H A DArrayConstructor.h32 ArrayConstructor(ExecState*, JSGlobalObject*, Structure*, ArrayPrototype*, Structure*);
H A DErrorConstructor.h33 ErrorConstructor(ExecState*, JSGlobalObject*, Structure*, ErrorPrototype*);
H A DObjectPrototype.h30 ObjectPrototype(ExecState*, JSGlobalObject*, Structure*, Structure* functionStructure);
H A DStringConstructor.h32 StringConstructor(ExecState*, JSGlobalObject*, Structure*, Structure* functionStructure, StringPrototype*);
/external/webkit/Source/WebCore/bridge/
H A Druntime_root.h43 class JSGlobalObject;
53 extern RootObject* findRootObject(JSGlobalObject*);
61 static PassRefPtr<RootObject> create(const void* nativeHandle, JSGlobalObject*);
71 JSGlobalObject* globalObject() const;
72 void updateGlobalObject(JSGlobalObject*);
84 RootObject(const void* nativeHandle, JSGlobalObject*);
89 Strong<JSGlobalObject> m_globalObject;
/external/webkit/Source/WebCore/bindings/js/
H A DWorkerScriptDebugServer.h53 virtual ListenerSet* getListenersForGlobalObject(JSC::JSGlobalObject*) { return 0; }
54 virtual void didPause(JSC::JSGlobalObject*) { }
55 virtual void didContinue(JSC::JSGlobalObject*) { }
H A DPageScriptDebugServer.h62 virtual ListenerSet* getListenersForGlobalObject(JSC::JSGlobalObject*);
63 virtual void didPause(JSC::JSGlobalObject*);
64 virtual void didContinue(JSC::JSGlobalObject*);
/external/webkit/Source/WebCore/plugins/
H A DPluginViewBase.h33 class JSGlobalObject;
47 virtual JSC::JSObject* scriptObject(JSC::JSGlobalObject*) { return 0; }
/external/webkit/Source/JavaScriptCore/debugger/
H A DDebugger.h32 class JSGlobalObject;
41 void attach(JSGlobalObject*);
42 virtual void detach(JSGlobalObject*);
57 HashSet<JSGlobalObject*> m_globalObjects;
61 JSValue evaluateInGlobalCallFrame(const UString&, JSValue& exception, JSGlobalObject*);
/external/webkit/Source/JavaScriptCore/API/
H A DJSCallbackObject.cpp36 ASSERT_CLASS_FITS_IN_CELL(JSCallbackObject<JSGlobalObject>);
40 template <> const ClassInfo JSCallbackObject<JSGlobalObject>::s_info = { "CallbackGlobalObject", &JSGlobalObject::s_info, 0, 0 };
/external/webkit/Source/JavaScriptGlue/
H A DJSRun.h36 class JSGlueGlobalObject : public JSGlobalObject {
54 JSGlobalObject* GlobalObject() const;
60 Strong<JSGlobalObject> fGlobalObject;

Completed in 188 milliseconds

123456789