Searched refs:JSC (Results 1 - 25 of 860) sorted by relevance

1234567891011>>

/external/webkit/Source/JavaScriptCore/runtime/
H A DJSAPIValueWrapper.cpp29 namespace JSC { namespace
31 } // namespace JSC
H A DInitializeThreading.h32 namespace JSC { namespace
H A DScopeChainMark.h26 namespace JSC { namespace
28 } // namespace JSC
/external/webkit/Source/WebCore/bindings/scripts/test/JS/
H A DJSTestObj.h36 JSTestObj(NonNullPassRefPtr<JSC::Structure>, JSDOMGlobalObject*, PassRefPtr<TestObj>);
37 static JSC::JSObject* createPrototype(JSC::ExecState*, JSC::JSGlobalObject*);
38 virtual bool getOwnPropertySlot(JSC::ExecState*, const JSC::Identifier& propertyName, JSC::PropertySlot&);
39 virtual bool getOwnPropertyDescriptor(JSC::ExecState*, const JSC::Identifier& propertyName, JSC
[all...]
H A DJSTestMediaQueryListListener.h36 JSTestMediaQueryListListener(NonNullPassRefPtr<JSC::Structure>, JSDOMGlobalObject*, PassRefPtr<TestMediaQueryListListener>);
37 static JSC::JSObject* createPrototype(JSC::ExecState*, JSC::JSGlobalObject*);
38 virtual bool getOwnPropertySlot(JSC::ExecState*, const JSC::Identifier& propertyName, JSC::PropertySlot&);
39 virtual bool getOwnPropertyDescriptor(JSC::ExecState*, const JSC::Identifier& propertyName, JSC
[all...]
H A DJSTestSerializedScriptValueInterface.h38 JSTestSerializedScriptValueInterface(NonNullPassRefPtr<JSC::Structure>, JSDOMGlobalObject*, PassRefPtr<TestSerializedScriptValueInterface>);
39 static JSC::JSObject* createPrototype(JSC::ExecState*, JSC::JSGlobalObject*);
40 virtual bool getOwnPropertySlot(JSC::ExecState*, const JSC::Identifier& propertyName, JSC::PropertySlot&);
41 virtual bool getOwnPropertyDescriptor(JSC::ExecState*, const JSC::Identifier& propertyName, JSC
[all...]
H A DJSTestInterface.h38 JSTestInterface(NonNullPassRefPtr<JSC::Structure>, JSDOMGlobalObject*, PassRefPtr<TestInterface>);
39 static JSC::JSObject* createPrototype(JSC::ExecState*, JSC::JSGlobalObject*);
40 virtual bool getOwnPropertySlot(JSC::ExecState*, const JSC::Identifier& propertyName, JSC::PropertySlot&);
41 virtual bool getOwnPropertyDescriptor(JSC::ExecState*, const JSC::Identifier& propertyName, JSC
[all...]
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
H A DJSNPObject.h40 class JSNPObject : public JSC::JSObjectWithGlobalObject {
42 JSNPObject(JSC::JSGlobalObject*, NPRuntimeObjectMap* objectMap, NPObject* npObject);
47 JSC::JSValue callMethod(JSC::ExecState*, NPIdentifier methodName);
48 JSC::JSValue callObject(JSC::ExecState*);
49 JSC::JSValue callConstructor(JSC::ExecState*);
51 static const JSC::ClassInfo s_info;
56 static const unsigned StructureFlags = JSC
[all...]
H A DJSNPMethod.h36 class JSNPMethod : public JSC::InternalFunction {
38 JSNPMethod(JSC::ExecState*, JSC::JSGlobalObject*, const JSC::Identifier&, NPIdentifier);
40 static const JSC::ClassInfo s_info;
45 static JSC::Structure* createStructure(JSC::JSGlobalData& globalData, JSC::JSValue prototype)
47 return JSC::Structure::create(globalData, prototype, JSC
[all...]
/external/webkit/Source/WebCore/bindings/js/
H A DJSPluginElementFunctions.h25 namespace JSC { namespace
38 JSC::Bindings::Instance* pluginInstance(Node*);
39 JSC::JSObject* pluginScriptObject(JSC::ExecState* exec, JSHTMLElement* jsHTMLElement);
41 JSC::JSValue runtimeObjectPropertyGetter(JSC::ExecState*, JSC::JSValue, const JSC::Identifier&);
42 bool runtimeObjectCustomGetOwnPropertySlot(JSC::ExecState*, const JSC
[all...]
H A DJSDedicatedWorkerContextCustom.cpp41 using namespace JSC;
45 JSC::JSValue JSDedicatedWorkerContext::postMessage(JSC::ExecState* exec)
H A DJSMainThreadExecState.cpp31 JSC::ExecState* JSMainThreadExecState::s_mainThreadState = 0;
H A DJSAudioConstructor.h39 JSAudioConstructor(JSC::ExecState*, JSDOMGlobalObject*);
41 static JSC::Structure* createStructure(JSC::JSGlobalData& globalData, JSC::JSValue prototype)
43 return JSC::Structure::create(globalData, prototype, JSC::TypeInfo(JSC::ObjectType, StructureFlags), AnonymousSlotCount, &s_info);
46 static const JSC::ClassInfo s_info;
49 virtual JSC::ConstructType getConstructData(JSC
[all...]
H A DJSImageConstructor.h30 JSImageConstructor(JSC::ExecState*, JSDOMGlobalObject*);
32 static JSC::Structure* createStructure(JSC::JSGlobalData& globalData, JSC::JSValue prototype)
34 return JSC::Structure::create(globalData, prototype, JSC::TypeInfo(JSC::ObjectType, StructureFlags), AnonymousSlotCount, &s_info);
37 static const JSC::ClassInfo s_info;
40 virtual JSC::ConstructType getConstructData(JSC
[all...]
H A DJSOptionConstructor.h31 JSOptionConstructor(JSC::ExecState*, JSDOMGlobalObject*);
33 static JSC::Structure* createStructure(JSC::JSGlobalData& globalData, JSC::JSValue prototype)
35 return JSC::Structure::create(globalData, prototype, JSC::TypeInfo(JSC::ObjectType, StructureFlags), AnonymousSlotCount, &s_info);
38 static const JSC::ClassInfo s_info;
41 virtual JSC::ConstructType getConstructData(JSC
[all...]
H A DJSDOMWindowShell.h40 class JSDOMWindowShell : public JSC::JSNonFinalObject {
41 typedef JSC::JSNonFinalObject Base;
47 void setWindow(JSC::JSGlobalData& globalData, JSDOMWindow* window)
55 static const JSC::ClassInfo s_info;
61 static JSC::Structure* createStructure(JSC::JSGlobalData& globalData, JSC::JSValue prototype)
63 return JSC::Structure::create(globalData, prototype, JSC::TypeInfo(JSC
[all...]
H A DJSDOMWindowBase.h47 JSDOMWindowBase(JSC::JSGlobalData&, JSC::Structure*, PassRefPtr<DOMWindow>, JSDOMWindowShell*);
58 static const JSC::ClassInfo s_info;
60 static JSC::Structure* createStructure(JSC::JSGlobalData& globalData, JSC::JSValue prototype)
62 return JSC::Structure::create(globalData, prototype, JSC::TypeInfo(JSC::ObjectType, StructureFlags), AnonymousSlotCount, &s_info);
65 virtual JSC
[all...]
H A DJSExceptionBase.h29 namespace JSC { namespace
33 } // namespace JSC
39 ExceptionBase* toExceptionBase(JSC::JSValue);
H A DJSHTMLSelectElementCustom.h36 void selectIndexSetter(HTMLSelectElement*, JSC::ExecState*, unsigned index, JSC::JSValue);
H A DJSMainThreadExecState.h39 static JSC::ExecState* currentState()
45 static JSC::JSValue call(JSC::ExecState* exec, JSC::JSValue functionObject, JSC::CallType callType, const JSC::CallData& callData, JSC::JSValue thisValue, const JSC::ArgList& args)
48 return JSC::call(exec, functionObject, callType, callData, thisValue, args);
51 static JSC
[all...]
/external/webkit/Source/JavaScriptCore/profiler/
H A DProfilerServer.h29 namespace JSC { namespace
33 } // namespace JSC
/external/webkit/Source/WebKit/mac/Plugins/Hosted/
H A DProxyInstance.h41 class ProxyInstance : public JSC::Bindings::Instance {
43 static PassRefPtr<ProxyInstance> create(PassRefPtr<JSC::Bindings::RootObject> rootObject, NetscapePluginInstanceProxy* instanceProxy, uint32_t objectID)
49 JSC::Bindings::MethodList methodsNamed(const JSC::Identifier&);
50 JSC::Bindings::Field* fieldNamed(const JSC::Identifier&);
52 JSC::JSValue fieldValue(JSC::ExecState*, const JSC::Bindings::Field*) const;
53 void setFieldValue(JSC
[all...]
H A DProxyRuntimeObject.h37 class ProxyRuntimeObject : public JSC::Bindings::RuntimeObject {
39 ProxyRuntimeObject(JSC::ExecState*, JSC::JSGlobalObject*, PassRefPtr<ProxyInstance>);
44 static JSC::Structure* createStructure(JSC::JSGlobalData& globalData, JSC::JSValue prototype)
46 return JSC::Structure::create(globalData, prototype, JSC::TypeInfo(JSC::ObjectType, StructureFlags), AnonymousSlotCount, &s_info);
49 static const JSC
[all...]
/external/webkit/Source/WebCore/bindings/objc/
H A DWebScriptObjectPrivate.h33 namespace JSC { namespace
42 NSObject* getJSWrapper(JSC::JSObject*);
43 void addJSWrapper(NSObject* wrapper, JSC::JSObject*);
44 void removeJSWrapper(JSC::JSObject*);
45 id createJSWrapper(JSC::JSObject*, PassRefPtr<JSC::Bindings::RootObject> origin, PassRefPtr<JSC::Bindings::RootObject> root);
49 + (id)_convertValueToObjcValue:(JSC::JSValue)value originRootObject:(JSC::Bindings::RootObject*)originRootObject rootObject:(JSC
[all...]
/external/webkit/Source/WebKit/mac/WebView/
H A DWebScriptDebugger.h37 namespace JSC { namespace
48 NSString *toNSString(const JSC::UString&);
50 class WebScriptDebugger : public JSC::Debugger {
52 WebScriptDebugger(JSC::JSGlobalObject*);
54 void initGlobalCallFrame(const JSC::DebuggerCallFrame&);
56 virtual void sourceParsed(JSC::ExecState*, JSC::SourceProvider*, int errorLine, const JSC::UString& errorMsg);
57 virtual void callEvent(const JSC::DebuggerCallFrame&, intptr_t sourceID, int lineNumber);
58 virtual void atStatement(const JSC
[all...]

Completed in 623 milliseconds

1234567891011>>