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

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/Source/JavaScriptCore/runtime/
JSAPIValueWrapper.cpp 29 namespace JSC {
31 } // namespace JSC
ScopeChainMark.h 26 namespace JSC {
28 } // namespace JSC
InitializeThreading.h 32 namespace JSC {
  /external/webkit/Source/WebCore/bindings/scripts/test/JS/
JSTestObj.h 36 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::PropertyDescriptor&)
    [all...]
JSTestMediaQueryListListener.h 36 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::PropertyDescriptor&)
    [all...]
JSTestSerializedScriptValueInterface.h 38 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::PropertyDescriptor&)
    [all...]
JSTestInterface.h 38 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::PropertyDescriptor&)
    [all...]
  /external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
JSNPObject.h 40 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::OverridesGetOwnPropertySlot | JSC::OverridesGetPropertyNames | JSObject::StructureFlags
    [all...]
JSNPMethod.h 36 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::TypeInfo(JSC::ObjectType, StructureFlags), AnonymousSlotCount, &s_info)
    [all...]
  /external/webkit/Source/WebCore/bindings/js/
JSDOMWindowShell.h 40 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::ObjectType, StructureFlags), AnonymousSlotCount, &s_info);
    [all...]
JSPluginElementFunctions.h 25 namespace JSC {
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::Identifier&, JSC::PropertySlot&, JSHTMLElement*)
    [all...]
JSImageConstructor.h 30 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::ConstructData&)
    [all...]
JSOptionConstructor.h 31 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::ConstructData&)
    [all...]
JSDedicatedWorkerContextCustom.cpp 41 using namespace JSC;
45 JSC::JSValue JSDedicatedWorkerContext::postMessage(JSC::ExecState* exec)
JSMainThreadExecState.cpp 31 JSC::ExecState* JSMainThreadExecState::s_mainThreadState = 0;
JSWorkerContextBase.h 44 JSWorkerContextBase(JSC::JSGlobalData&, JSC::Structure*, PassRefPtr<WorkerContext>);
47 static const JSC::ClassInfo s_info;
52 static JSC::Structure* createStructure(JSC::JSGlobalData& globalData, JSC::JSValue prototype)
54 return JSC::Structure::create(globalData, prototype, JSC::TypeInfo(JSC::ObjectType, StructureFlags), AnonymousSlotCount, &s_info);
63 JSC::JSValue toJS(JSC::ExecState*, JSDOMGlobalObject*, WorkerContext*)
    [all...]
JSExceptionBase.h 29 namespace JSC {
33 } // namespace JSC
39 ExceptionBase* toExceptionBase(JSC::JSValue);
JSHTMLSelectElementCustom.h 36 void selectIndexSetter(HTMLSelectElement*, JSC::ExecState*, unsigned index, JSC::JSValue);
JSAudioConstructor.h 39 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::ConstructData&)
    [all...]
DOMObjectHashTableMap.h 28 namespace JSC {
37 static DOMObjectHashTableMap& mapFor(JSC::JSGlobalData&);
41 HashMap<const JSC::HashTable*, JSC::HashTable>::iterator mapEnd = m_map.end();
42 for (HashMap<const JSC::HashTable*, JSC::HashTable>::iterator iter = m_map.begin(); iter != m_map.end(); ++iter)
46 const JSC::HashTable* get(const JSC::HashTable* staticTable)
48 HashMap<const JSC::HashTable*, JSC::HashTable>::iterator iter = m_map.find(staticTable)
    [all...]
JSDOMWindowBase.h 47 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::ExecState* globalExec()
    [all...]
  /external/webkit/Source/JavaScriptCore/profiler/
ProfilerServer.h 29 namespace JSC {
33 } // namespace JSC
  /external/webkit/Source/WebKit/mac/Plugins/Hosted/
ProxyInstance.h 41 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::ExecState*, const JSC::Bindings::Field*, JSC::JSValue) const
    [all...]
ProxyRuntimeObject.h 37 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::ClassInfo s_info
    [all...]
  /external/webkit/Source/WebCore/bindings/objc/
WebScriptObjectPrivate.h 33 namespace JSC {
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::Bindings::RootObject*)rootObject
    [all...]

Completed in 230 milliseconds

1 2 3 4 5 6 7 8 91011>>