HomeSort by relevance Sort by last modified time
    Searched full:s_info (Results 1 - 25 of 173) sorted by null

1 2 3 4 5 6 7

  /external/webkit/Source/JavaScriptCore/runtime/
ErrorInstance.cpp 26 const ClassInfo ErrorInstance::s_info = { "Error", &JSNonFinalObject::s_info, 0, 0 }; member in class:JSC::ErrorInstance
32 ASSERT(inherits(&s_info));
40 ASSERT(inherits(&s_info));
BooleanObject.cpp 28 const ClassInfo BooleanObject::s_info = { "Boolean", &JSWrapperObject::s_info, 0, 0 }; member in class:JSC::BooleanObject
33 ASSERT(inherits(&s_info));
BooleanObject.h 32 static const ClassInfo s_info; member in class:JSC::BooleanObject
36 return Structure::create(globalData, prototype, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount, &s_info);
44 ASSERT(asObject(value)->inherits(&BooleanObject::s_info));
NumberObject.cpp 32 const ClassInfo NumberObject::s_info = { "Number", &JSWrapperObject::s_info, 0, 0 }; member in class:JSC::NumberObject
37 ASSERT(inherits(&s_info));
DateInstance.h 39 static JS_EXPORTDATA const ClassInfo s_info; member in class:JSC::DateInstance
57 return Structure::create(globalData, prototype, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount, &s_info);
71 ASSERT(asObject(value)->inherits(&DateInstance::s_info));
InternalFunction.h 36 static JS_EXPORTDATA const ClassInfo s_info; member in class:JSC::InternalFunction
44 return Structure::create(globalData, proto, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount, &s_info);
65 ASSERT(asObject(value)->inherits(&InternalFunction::s_info));
StringObject.h 44 static const JS_EXPORTDATA ClassInfo s_info; member in class:JSC::StringObject
50 return Structure::create(globalData, prototype, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount, &s_info);
62 ASSERT(asObject(value)->inherits(&StringObject::s_info));
DateInstance.cpp 35 const ClassInfo DateInstance::s_info = {"Date", &JSWrapperObject::s_info, 0, 0}; member in class:JSC::DateInstance
40 ASSERT(inherits(&s_info));
47 ASSERT(inherits(&s_info));
ArrayPrototype.h 36 static const ClassInfo s_info; member in class:JSC::ArrayPrototype
40 return Structure::create(globalData, prototype, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount, &s_info);
DatePrototype.h 37 static const ClassInfo s_info; member in class:JSC::DatePrototype
41 return Structure::create(globalData, prototype, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount, &s_info);
ErrorInstance.h 30 static const ClassInfo s_info; member in class:JSC::ErrorInstance
34 return Structure::create(globalData, prototype, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount, &s_info);
MathObject.h 35 static const ClassInfo s_info; member in class:JSC::MathObject
39 return Structure::create(globalData, prototype, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount, &s_info);
NativeErrorConstructor.h 36 static const ClassInfo s_info; member in class:JSC::NativeErrorConstructor
40 return Structure::create(globalData, prototype, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount, &s_info);
NumberConstructor.h 38 static const ClassInfo s_info; member in class:JSC::NumberConstructor
42 return Structure::create(globalData, proto, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount, &s_info);
NumberObject.h 32 static const ClassInfo s_info; member in class:JSC::NumberObject
36 return Structure::create(globalData, prototype, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount, &s_info);
  /external/webkit/Source/WebCore/bindings/scripts/test/JS/
JSTestMediaQueryListListener.cpp 72 static const JSC::ClassInfo s_info; member in class:WebCore::JSTestMediaQueryListListenerConstructor
75 return JSC::Structure::create(globalData, prototype, JSC::TypeInfo(JSC::ObjectType, StructureFlags), AnonymousSlotCount, &s_info);
81 const ClassInfo JSTestMediaQueryListListenerConstructor::s_info = { "TestMediaQueryListListenerConstructor", &DOMConstructorObject::s_info, &JSTestMediaQueryListListenerConstructorTable, 0 }; member in class:WebCore::JSTestMediaQueryListListenerConstructor
86 ASSERT(inherits(&s_info));
115 const ClassInfo JSTestMediaQueryListListenerPrototype::s_info = { "TestMediaQueryListListenerPrototype", &JSC::JSObjectWithGlobalObject::s_info, &JSTestMediaQueryListListenerPrototypeTable, 0 }; member in class:WebCore::JSTestMediaQueryListListenerPrototype
132 const ClassInfo JSTestMediaQueryListListener::s_info = { "TestMediaQueryListListener", &DOMObjectWithGlobalPointer::s_info, &JSTestMediaQueryListListenerTable, 0 }; member in class:WebCore::JSTestMediaQueryListListener
138 ASSERT(inherits(&s_info));
    [all...]
JSTestInterface.cpp 71 static const JSC::ClassInfo s_info; member in class:WebCore::JSTestInterfaceConstructor
74 return JSC::Structure::create(globalData, prototype, JSC::TypeInfo(JSC::ObjectType, StructureFlags), AnonymousSlotCount, &s_info);
82 const ClassInfo JSTestInterfaceConstructor::s_info = { "TestInterfaceConstructor", &DOMConstructorObject::s_info, &JSTestInterfaceConstructorTable, 0 }; member in class:WebCore::JSTestInterfaceConstructor
87 ASSERT(inherits(&s_info));
129 const ClassInfo JSTestInterfacePrototype::s_info = { "TestInterfacePrototype", &JSC::JSObjectWithGlobalObject::s_info, &JSTestInterfacePrototypeTable, 0 }; member in class:WebCore::JSTestInterfacePrototype
136 const ClassInfo JSTestInterface::s_info = { "TestInterface", &DOMObjectWithGlobalPointer::s_info, &JSTestInterfaceTable, 0 }; member in class:WebCore::JSTestInterface
142 ASSERT(inherits(&s_info));
    [all...]
JSTestSerializedScriptValueInterface.cpp 73 static const JSC::ClassInfo s_info; member in class:WebCore::JSTestSerializedScriptValueInterfaceConstructor
76 return JSC::Structure::create(globalData, prototype, JSC::TypeInfo(JSC::ObjectType, StructureFlags), AnonymousSlotCount, &s_info);
82 const ClassInfo JSTestSerializedScriptValueInterfaceConstructor::s_info = { "TestSerializedScriptValueInterfaceConstructor", &DOMConstructorObject::s_info, &JSTestSerializedScriptValueInterfaceConstructorTable, 0 }; member in class:WebCore::JSTestSerializedScriptValueInterfaceConstructor
87 ASSERT(inherits(&s_info));
115 const ClassInfo JSTestSerializedScriptValueInterfacePrototype::s_info = { "TestSerializedScriptValueInterfacePrototype", &JSC::JSObjectWithGlobalObject::s_info, &JSTestSerializedScriptValueInterfacePrototypeTable, 0 }; member in class:WebCore::JSTestSerializedScriptValueInterfacePrototype
122 const ClassInfo JSTestSerializedScriptValueInterface::s_info = { "TestSerializedScriptValueInterface", &DOMObjectWithGlobalPointer::s_info, &JSTestSerializedScriptValueInterfaceTable, 0 }; member in class:WebCore::JSTestSerializedScriptValueInterface
128 ASSERT(inherits(&s_info));
    [all...]
  /external/webkit/Source/WebCore/bindings/js/
JSWorkerContextBase.cpp 46 const ClassInfo JSWorkerContextBase::s_info = { "WorkerContext", &JSDOMGlobalObject::s_info, 0, 0 }; member in class:WebCore::JSWorkerContextBase
52 ASSERT(inherits(&s_info));
86 if (classInfo == &JSDedicatedWorkerContext::s_info)
97 if (classInfo == &JSSharedWorkerContext::s_info)
  /external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
JSNPMethod.cpp 42 const ClassInfo JSNPMethod::s_info = { "NPMethod", &InternalFunction::s_info, 0, 0 }; member in class:WebKit::JSNPMethod
48 ASSERT(inherits(&s_info));
58 if (thisValue.inherits(&JSHTMLElement::s_info)) {
66 if (thisValue.inherits(&JSNPObject::s_info)) {
  /external/webkit/Source/WebCore/bridge/c/
CRuntimeObject.cpp 38 const ClassInfo CRuntimeObject::s_info = { "CRuntimeObject", &RuntimeObject::s_info, 0, 0 }; member in class:JSC::Bindings::CRuntimeObject
45 ASSERT(inherits(&s_info));
  /external/webkit/Source/WebCore/bridge/jni/jsc/
JavaRuntimeObject.cpp 36 const ClassInfo JavaRuntimeObject::s_info = { "JavaRuntimeObject", &RuntimeObject::s_info, 0, 0 }; member in class:JSC::Bindings::JavaRuntimeObject
43 ASSERT(inherits(&s_info));
  /external/webkit/Source/WebCore/bridge/objc/
ObjCRuntimeObject.mm 36 const ClassInfo ObjCRuntimeObject::s_info = { "ObjCRuntimeObject", &RuntimeObject::s_info, 0, 0 };
43 ASSERT(inherits(&s_info));
  /external/webkit/Source/WebKit/mac/Plugins/Hosted/
ProxyRuntimeObject.mm 38 const ClassInfo ProxyRuntimeObject::s_info = { "ProxyRuntimeObject", &RuntimeObject::s_info, 0, 0 };
45 ASSERT(inherits(&s_info));
  /external/webkit/Source/JavaScriptCore/API/
JSCallbackObject.cpp 39 template <> const ClassInfo JSCallbackObject<JSObjectWithGlobalObject>::s_info = { "CallbackObject", &JSObjectWithGlobalObject::s_info, 0, 0 }; member in class:JSC::JSCallbackObject
40 template <> const ClassInfo JSCallbackObject<JSGlobalObject>::s_info = { "CallbackGlobalObject", &JSGlobalObject::s_info, 0, 0 }; member in class:JSC::JSCallbackObject

Completed in 516 milliseconds

1 2 3 4 5 6 7