HomeSort by relevance Sort by last modified time
    Searched refs:JSGlobalObject (Results 1 - 25 of 211) sorted by null

1 2 3 4 5 6 7 8 9

  /external/webkit/Source/WebCore/ForwardingHeaders/runtime/
JSGlobalObject.h 3 #include <JavaScriptCore/JSGlobalObject.h>
  /external/webkit/Source/JavaScriptCore/runtime/
FunctionConstructor.h 32 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&);
BooleanPrototype.h 30 BooleanPrototype(ExecState*, JSGlobalObject*, Structure*, Structure* functionStructure);
ErrorPrototype.h 32 ErrorPrototype(ExecState*, JSGlobalObject*, Structure*, Structure* functionStructure);
JSObjectWithGlobalObject.h 29 #include "JSGlobalObject.h"
33 class JSGlobalObject;
42 JSGlobalObject* globalObject() const
48 JSObjectWithGlobalObject(JSGlobalObject*, Structure*);
49 JSObjectWithGlobalObject(JSGlobalData&, JSGlobalObject*, Structure*);
NativeErrorPrototype.h 31 NativeErrorPrototype(ExecState*, JSGlobalObject*, Structure*, const UString&, NativeErrorConstructor*);
NumberPrototype.h 30 NumberPrototype(ExecState*, JSGlobalObject*, Structure*, Structure* functionStructure);
RegExpPrototype.h 31 RegExpPrototype(ExecState*, JSGlobalObject*, Structure*, Structure* functionStructure);
BooleanConstructor.h 32 BooleanConstructor(ExecState*, JSGlobalObject*, Structure*, BooleanPrototype*);
39 JSObject* constructBooleanFromImmediateBoolean(ExecState*, JSGlobalObject*, JSValue);
DateConstructor.h 32 DateConstructor(ExecState*, JSGlobalObject*, Structure*, Structure* functionStructure, DatePrototype*);
39 JSObject* constructDate(ExecState*, JSGlobalObject*, const ArgList&);
Error.h 33 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&);
ArrayConstructor.h 32 ArrayConstructor(ExecState*, JSGlobalObject*, Structure*, ArrayPrototype*, Structure*);
ErrorConstructor.h 33 ErrorConstructor(ExecState*, JSGlobalObject*, Structure*, ErrorPrototype*);
StringConstructor.h 32 StringConstructor(ExecState*, JSGlobalObject*, Structure*, Structure* functionStructure, StringPrototype*);
FunctionPrototype.h 30 FunctionPrototype(ExecState*, JSGlobalObject*, Structure*);
31 void addFunctionProperties(ExecState*, JSGlobalObject*, Structure* functionStructure, JSFunction** callFunction, JSFunction** applyFunction);
ExceptionHelpers.h 40 class JSGlobalObject;
49 JSObject* createStackOverflowError(JSGlobalObject*);
50 JSObject* createOutOfMemoryError(JSGlobalObject*);
  /external/webkit/Source/WebCore/bindings/js/
WorkerScriptDebugServer.h 53 virtual ListenerSet* getListenersForGlobalObject(JSC::JSGlobalObject*) { return 0; }
54 virtual void didPause(JSC::JSGlobalObject*) { }
55 virtual void didContinue(JSC::JSGlobalObject*) { }
PageScriptDebugServer.h 62 virtual ListenerSet* getListenersForGlobalObject(JSC::JSGlobalObject*);
63 virtual void didPause(JSC::JSGlobalObject*);
64 virtual void didContinue(JSC::JSGlobalObject*);
  /external/webkit/Source/WebCore/plugins/
PluginViewBase.h 33 class JSGlobalObject;
47 virtual JSC::JSObject* scriptObject(JSC::JSGlobalObject*) { return 0; }
  /external/webkit/Source/JavaScriptCore/debugger/
Debugger.h 32 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/WebCore/bridge/
runtime_root.h 43 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;
runtime_method.h 31 #include <runtime/JSGlobalObject.h>
38 RuntimeMethod(ExecState*, JSGlobalObject*, Structure*, const Identifier& name, Bindings::MethodList&);
43 static FunctionPrototype* createPrototype(ExecState*, JSGlobalObject* globalObject)
  /external/webkit/Source/JavaScriptGlue/
JSRun.h 36 class JSGlueGlobalObject : public JSGlobalObject {
54 JSGlobalObject* GlobalObject() const;
60 Strong<JSGlobalObject> fGlobalObject;
  /external/webkit/Source/JavaScriptCore/API/
JSCallbackObject.cpp 36 ASSERT_CLASS_FITS_IN_CELL(JSCallbackObject<JSGlobalObject>);
40 template <> const ClassInfo JSCallbackObject<JSGlobalObject>::s_info = { "CallbackGlobalObject", &JSGlobalObject::s_info, 0, 0 };
  /external/webkit/Source/JavaScriptCore/profiler/
ProfileGenerator.h 37 class JSGlobalObject;
50 JSGlobalObject* origin() const { return m_origin; }
72 JSGlobalObject* m_origin;

Completed in 901 milliseconds

1 2 3 4 5 6 7 8 9