/external/webkit/Source/WebCore/bridge/ |
D | runtime_root.cpp | 64 RootObject* findRootObject(JSGlobalObject* globalObject) in findRootObject() 78 PassRefPtr<RootObject> RootObject::create(const void* nativeHandle, JSGlobalObject* globalObject) in create() 83 RootObject::RootObject(const void* nativeHandle, JSGlobalObject* globalObject) in RootObject() 166 JSGlobalObject* RootObject::globalObject() const in globalObject() function in JSC::Bindings::RootObject 172 void RootObject::updateGlobalObject(JSGlobalObject* globalObject) in updateGlobalObject()
|
/external/webkit/Source/JavaScriptCore/runtime/ |
D | JSObjectWithGlobalObject.cpp | 33 JSObjectWithGlobalObject::JSObjectWithGlobalObject(JSGlobalObject* globalObject, Structure* structu… in JSObjectWithGlobalObject() 44 …balObject::JSObjectWithGlobalObject(JSGlobalData& globalData, JSGlobalObject* globalObject, Struct… in JSObjectWithGlobalObject()
|
D | Error.cpp | 42 JSObject* createError(JSGlobalObject* globalObject, const UString& message) in createError() 48 JSObject* createEvalError(JSGlobalObject* globalObject, const UString& message) in createEvalError() 54 JSObject* createRangeError(JSGlobalObject* globalObject, const UString& message) in createRangeError() 60 JSObject* createReferenceError(JSGlobalObject* globalObject, const UString& message) in createReferenceError() 66 JSObject* createSyntaxError(JSGlobalObject* globalObject, const UString& message) in createSyntaxError() 72 JSObject* createTypeError(JSGlobalObject* globalObject, const UString& message) in createTypeError() 78 JSObject* createURIError(JSGlobalObject* globalObject, const UString& message) in createURIError() 170 …StrictModeTypeErrorFunction(ExecState* exec, JSGlobalObject* globalObject, Structure* structure, c… in StrictModeTypeErrorFunction()
|
D | FunctionConstructor.cpp | 40 FunctionConstructor::FunctionConstructor(ExecState* exec, JSGlobalObject* globalObject, Structure* … in FunctionConstructor() 75 JSObject* constructFunction(ExecState* exec, JSGlobalObject* globalObject, const ArgList& args, con… in constructFunction() 113 JSObject* constructFunction(ExecState* exec, JSGlobalObject* globalObject, const ArgList& args) in constructFunction()
|
D | StringConstructor.cpp | 51 StringConstructor::StringConstructor(ExecState* exec, JSGlobalObject* globalObject, Structure* stru… in StringConstructor() 70 JSGlobalObject* globalObject = asInternalFunction(exec->callee())->globalObject(); in constructWithStringConstructor() local
|
D | BooleanConstructor.cpp | 31 BooleanConstructor::BooleanConstructor(ExecState* exec, JSGlobalObject* globalObject, Structure* st… in BooleanConstructor() 72 JSObject* constructBooleanFromImmediateBoolean(ExecState* exec, JSGlobalObject* globalObject, JSVal… in constructBooleanFromImmediateBoolean()
|
D | ArrayConstructor.cpp | 40 ArrayConstructor::ArrayConstructor(ExecState* exec, JSGlobalObject* globalObject, Structure* struct… in ArrayConstructor() 55 JSGlobalObject* globalObject = asInternalFunction(exec->callee())->globalObject(); in constructArrayWithSizeQuirk() local
|
/external/webkit/Source/WebCore/bindings/js/ |
D | JSDOMBinding.h | 56 JSDOMGlobalObject* globalObject() const in globalObject() function 73 JSDOMWrapperWithGlobalPointer(JSC::Structure* structure, JSDOMGlobalObject* globalObject) in JSDOMWrapperWithGlobalPointer() 93 DOMConstructorObject(JSC::Structure* structure, JSDOMGlobalObject* globalObject) in DOMConstructorObject() 109 DOMConstructorWithDocument(JSC::Structure* structure, JSDOMGlobalObject* globalObject) in DOMConstructorWithDocument() 130 …lass> inline JSC::Structure* getDOMStructure(JSC::ExecState* exec, JSDOMGlobalObject* globalObject) in getDOMStructure() 143 …ass> inline JSC::JSObject* getDOMPrototype(JSC::ExecState* exec, JSC::JSGlobalObject* globalObject) in getDOMPrototype() 180 …#define CREATE_DOM_OBJECT_WRAPPER(exec, globalObject, className, object) createWrapper<JS##classNa… argument 181 …#define CREATE_DOM_NODE_WRAPPER(exec, globalObject, className, object) static_cast<JSNode*>(create… argument 182 …ss> inline JSDOMWrapper* createWrapper(JSC::ExecState* exec, JSDOMGlobalObject* globalObject, DOMC… in createWrapper() 193 …ass DOMClass> inline JSC::JSValue wrap(JSC::ExecState* exec, JSDOMGlobalObject* globalObject, DOMC… in wrap() [all …]
|
D | JSInjectedScriptManager.cpp | 55 …JSDOMGlobalObject* globalObject = static_cast<JSDOMGlobalObject*>(scriptState->lexicalGlobalObject… in createInjectedScript() local 78 …JSDOMGlobalObject* globalObject = static_cast<JSDOMGlobalObject*>(scriptState->lexicalGlobalObject… in discardInjectedScript() local 85 …JSDOMGlobalObject* globalObject = static_cast<JSDOMGlobalObject*>(scriptState->lexicalGlobalObject… in injectedScriptFor() local
|
D | PageScriptDebugServer.cpp | 54 static Page* toPage(JSGlobalObject* globalObject) in toPage() 123 …rver::ListenerSet* PageScriptDebugServer::getListenersForGlobalObject(JSGlobalObject* globalObject) in getListenersForGlobalObject() 131 void PageScriptDebugServer::didPause(JSC::JSGlobalObject* globalObject) in didPause() 138 void PageScriptDebugServer::didContinue(JSC::JSGlobalObject* globalObject) in didContinue()
|
D | JSCallbackData.h | 49 JSCallbackData(JSC::JSObject* callback, JSDOMGlobalObject* globalObject) in JSCallbackData() 64 JSDOMGlobalObject* globalObject() { return m_globalObject.get(); } in globalObject() function
|
D | JSDOMWindowCustom.h | 28 inline JSDOMWindow* asJSDOMWindow(JSC::JSGlobalObject* globalObject) in asJSDOMWindow() 33 inline const JSDOMWindow* asJSDOMWindow(const JSC::JSGlobalObject* globalObject) in asJSDOMWindow()
|
D | JSDOMWrapper.h | 31 explicit JSDOMWrapper(JSC::JSGlobalObject* globalObject, JSC::Structure* structure) in JSDOMWrapper()
|
D | JSDOMGlobalObject.h | 58 JSDOMGlobalObject* globalObject() { return this; } in globalObject() function 87 …nline JSC::JSObject* getDOMConstructor(JSC::ExecState* exec, const JSDOMGlobalObject* globalObject) in getDOMConstructor()
|
D | JSCustomApplicationInstalledCallback.h | 39 …ustomApplicationInstalledCallback> create(JSC::JSObject* callback, JSDOMGlobalObject* globalObject) in create()
|
D | JSEntrySyncCustom.cpp | 47 JSValue toJS(ExecState* exec, JSDOMGlobalObject* globalObject, EntrySync* entry) in toJS()
|
D | JSIDBAnyCustom.cpp | 54 JSValue toJS(ExecState* exec, JSDOMGlobalObject* globalObject, IDBAny* idbAny) in toJS()
|
D | JSCanvasRenderingContextCustom.cpp | 40 JSC::JSValue toJS(JSC::ExecState* exec, JSDOMGlobalObject* globalObject, CanvasRenderingContext* ob… in toJS()
|
D | JSEntryCustom.cpp | 47 JSValue toJS(ExecState* exec, JSDOMGlobalObject* globalObject, Entry* entry) in toJS()
|
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/ |
D | NPRuntimeObjectMap.cpp | 92 JSObject* NPRuntimeObjectMap::getOrCreateJSObject(JSGlobalObject* globalObject, NPObject* npObject) in getOrCreateJSObject() 114 …eObjectMap::convertNPVariantToJSValue(JSC::ExecState* exec, JSC::JSGlobalObject* globalObject, con… in convertNPVariantToJSValue() 186 Strong<JSGlobalObject> globalObject(this->globalObject()->globalData(), this->globalObject()); in evaluate() local 237 JSGlobalObject* NPRuntimeObjectMap::globalObject() const in globalObject() function in WebKit::NPRuntimeObjectMap 248 JSGlobalObject* globalObject = this->globalObject(); in globalExec() local
|
/external/webkit/Source/WebCore/bindings/scripts/test/JS/ |
D | JSTestInterface.cpp | 84 …tInterfaceConstructor::JSTestInterfaceConstructor(ExecState* exec, JSDOMGlobalObject* globalObject) in JSTestInterfaceConstructor() 131 JSObject* JSTestInterfacePrototype::self(ExecState* exec, JSGlobalObject* globalObject) in self() 138 …ace::JSTestInterface(NonNullPassRefPtr<Structure> structure, JSDOMGlobalObject* globalObject, Pass… in JSTestInterface() 145 JSObject* JSTestInterface::createPrototype(ExecState* exec, JSGlobalObject* globalObject) in createPrototype() 166 JSValue JSTestInterface::getConstructor(ExecState* exec, JSGlobalObject* globalObject) in getConstructor() 171 JSC::JSValue toJS(JSC::ExecState* exec, JSDOMGlobalObject* globalObject, TestInterface* object) in toJS()
|
D | JSTestSerializedScriptValueInterface.cpp | 84 …::JSTestSerializedScriptValueInterfaceConstructor(ExecState* exec, JSDOMGlobalObject* globalObject) in JSTestSerializedScriptValueInterfaceConstructor() 117 … JSTestSerializedScriptValueInterfacePrototype::self(ExecState* exec, JSGlobalObject* globalObject) in self() 124 …ScriptValueInterface(NonNullPassRefPtr<Structure> structure, JSDOMGlobalObject* globalObject, Pass… in JSTestSerializedScriptValueInterface() 131 …STestSerializedScriptValueInterface::createPrototype(ExecState* exec, JSGlobalObject* globalObject) in createPrototype() 161 …JSTestSerializedScriptValueInterface::getConstructor(ExecState* exec, JSGlobalObject* globalObject) in getConstructor() 166 JSC::JSValue toJS(JSC::ExecState* exec, JSDOMGlobalObject* globalObject, TestSerializedScriptValueI… in toJS()
|
D | JSTestMediaQueryListListener.cpp | 83 …structor::JSTestMediaQueryListListenerConstructor(ExecState* exec, JSDOMGlobalObject* globalObject) in JSTestMediaQueryListListenerConstructor() 117 JSObject* JSTestMediaQueryListListenerPrototype::self(ExecState* exec, JSGlobalObject* globalObject) in self() 134 …diaQueryListListener(NonNullPassRefPtr<Structure> structure, JSDOMGlobalObject* globalObject, Pass… in JSTestMediaQueryListListener() 141 …bject* JSTestMediaQueryListListener::createPrototype(ExecState* exec, JSGlobalObject* globalObject) in createPrototype() 162 JSValue JSTestMediaQueryListListener::getConstructor(ExecState* exec, JSGlobalObject* globalObject) in getConstructor() 182 JSC::JSValue toJS(JSC::ExecState* exec, JSDOMGlobalObject* globalObject, TestMediaQueryListListener… in toJS()
|
/external/webkit/Source/JavaScriptCore/debugger/ |
D | Debugger.cpp | 98 void Debugger::attach(JSGlobalObject* globalObject) in attach() 105 void Debugger::detach(JSGlobalObject* globalObject) in detach() 124 … evaluateInGlobalCallFrame(const UString& script, JSValue& exception, JSGlobalObject* globalObject) in evaluateInGlobalCallFrame()
|
/external/webkit/Source/JavaScriptCore/interpreter/ |
D | RegisterFile.cpp | 73 void RegisterFile::setGlobalObject(JSGlobalObject* globalObject) in setGlobalObject() 78 JSGlobalObject* RegisterFile::globalObject() in globalObject() function in JSC::RegisterFile
|