Home
last modified time | relevance | path

Searched refs:s_info (Results 1 – 25 of 179) sorted by relevance

12345678

/external/webkit/Source/WebCore/bindings/scripts/test/JS/
DJSTestMediaQueryListListener.cpp72 static const JSC::ClassInfo s_info; member in WebCore::JSTestMediaQueryListListenerConstructor
75 …lobalData, prototype, JSC::TypeInfo(JSC::ObjectType, StructureFlags), AnonymousSlotCount, &s_info); in createStructure()
81 …tMediaQueryListListenerConstructor::s_info = { "TestMediaQueryListListenerConstructor", &DOMConstr… member in WebCore::JSTestMediaQueryListListenerConstructor
86 ASSERT(inherits(&s_info)); in JSTestMediaQueryListListenerConstructor()
115 …ediaQueryListListenerPrototype::s_info = { "TestMediaQueryListListenerPrototype", &JSC::JSObjectWi… member in WebCore::JSTestMediaQueryListListenerPrototype
132 …assInfo JSTestMediaQueryListListener::s_info = { "TestMediaQueryListListener", &DOMObjectWithGloba… member in WebCore::JSTestMediaQueryListListener
138 ASSERT(inherits(&s_info)); in JSTestMediaQueryListListener()
170 if (!thisValue.inherits(&JSTestMediaQueryListListener::s_info)) in jsTestMediaQueryListListenerPrototypeFunctionMethod()
188 …return value.inherits(&JSTestMediaQueryListListener::s_info) ? static_cast<JSTestMediaQueryListLis… in toTestMediaQueryListListener()
DJSTestSerializedScriptValueInterface.cpp73 static const JSC::ClassInfo s_info; member in WebCore::JSTestSerializedScriptValueInterfaceConstructor
76 …lobalData, prototype, JSC::TypeInfo(JSC::ObjectType, StructureFlags), AnonymousSlotCount, &s_info); in createStructure()
82 …criptValueInterfaceConstructor::s_info = { "TestSerializedScriptValueInterfaceConstructor", &DOMCo… member in WebCore::JSTestSerializedScriptValueInterfaceConstructor
87 ASSERT(inherits(&s_info)); in JSTestSerializedScriptValueInterfaceConstructor()
115 …iptValueInterfacePrototype::s_info = { "TestSerializedScriptValueInterfacePrototype", &JSC::JSObje… member in WebCore::JSTestSerializedScriptValueInterfacePrototype
122 …stSerializedScriptValueInterface::s_info = { "TestSerializedScriptValueInterface", &DOMObjectWithG… member in WebCore::JSTestSerializedScriptValueInterface
128 ASSERT(inherits(&s_info)); in JSTestSerializedScriptValueInterface()
172 …return value.inherits(&JSTestSerializedScriptValueInterface::s_info) ? static_cast<JSTestSerialize… in toTestSerializedScriptValueInterface()
DJSTestInterface.cpp71 static const JSC::ClassInfo s_info; member in WebCore::JSTestInterfaceConstructor
74 …lobalData, prototype, JSC::TypeInfo(JSC::ObjectType, StructureFlags), AnonymousSlotCount, &s_info); in createStructure()
82 …nst ClassInfo JSTestInterfaceConstructor::s_info = { "TestInterfaceConstructor", &DOMConstructorOb… member in WebCore::JSTestInterfaceConstructor
87 ASSERT(inherits(&s_info)); in JSTestInterfaceConstructor()
129 …st ClassInfo JSTestInterfacePrototype::s_info = { "TestInterfacePrototype", &JSC::JSObjectWithGlob… member in WebCore::JSTestInterfacePrototype
136 const ClassInfo JSTestInterface::s_info = { "TestInterface", &DOMObjectWithGlobalPointer::s_info, &… member in WebCore::JSTestInterface
142 ASSERT(inherits(&s_info)); in JSTestInterface()
177 …return value.inherits(&JSTestInterface::s_info) ? static_cast<JSTestInterface*>(asObject(value))->… in toTestInterface()
DJSTestObj.cpp151 static const JSC::ClassInfo s_info; member in WebCore::JSTestObjConstructor
154 …lobalData, prototype, JSC::TypeInfo(JSC::ObjectType, StructureFlags), AnonymousSlotCount, &s_info); in createStructure()
160 const ClassInfo JSTestObjConstructor::s_info = { "TestObjConstructor", &DOMConstructorObject::s_inf… member in WebCore::JSTestObjConstructor
165 ASSERT(inherits(&s_info)); in JSTestObjConstructor()
240 const ClassInfo JSTestObjPrototype::s_info = { "TestObjPrototype", &JSC::JSObjectWithGlobalObject:: member in WebCore::JSTestObjPrototype
257 const ClassInfo JSTestObj::s_info = { "TestObj", &DOMObjectWithGlobalPointer::s_info, &JSTestObjTab… member in WebCore::JSTestObj
263 ASSERT(inherits(&s_info)); in JSTestObj()
835 if (!thisValue.inherits(&JSTestObj::s_info)) in jsTestObjPrototypeFunctionVoidMethod()
847 if (!thisValue.inherits(&JSTestObj::s_info)) in jsTestObjPrototypeFunctionVoidMethodWithArgs()
868 if (!thisValue.inherits(&JSTestObj::s_info)) in jsTestObjPrototypeFunctionIntMethod()
[all …]
DJSTestSerializedScriptValueInterface.h42 static const JSC::ClassInfo s_info; variable
46 …lobalData, prototype, JSC::TypeInfo(JSC::ObjectType, StructureFlags), AnonymousSlotCount, &s_info); in createStructure()
65 static const JSC::ClassInfo s_info; variable
68 …lobalData, prototype, JSC::TypeInfo(JSC::ObjectType, StructureFlags), AnonymousSlotCount, &s_info); in createStructure()
DJSTestInterface.h42 static const JSC::ClassInfo s_info; variable
46 …lobalData, prototype, JSC::TypeInfo(JSC::ObjectType, StructureFlags), AnonymousSlotCount, &s_info); in createStructure()
65 static const JSC::ClassInfo s_info; variable
68 …lobalData, prototype, JSC::TypeInfo(JSC::ObjectType, StructureFlags), AnonymousSlotCount, &s_info); in createStructure()
DJSTestMediaQueryListListener.h40 static const JSC::ClassInfo s_info; variable
44 …lobalData, prototype, JSC::TypeInfo(JSC::ObjectType, StructureFlags), AnonymousSlotCount, &s_info); in createStructure()
63 static const JSC::ClassInfo s_info; variable
68 …lobalData, prototype, JSC::TypeInfo(JSC::ObjectType, StructureFlags), AnonymousSlotCount, &s_info); in createStructure()
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
DJSNPMethod.cpp42 const ClassInfo JSNPMethod::s_info = { "NPMethod", &InternalFunction::s_info, 0, 0 }; member in WebKit::JSNPMethod
48 ASSERT(inherits(&s_info)); in JSNPMethod()
58 if (thisValue.inherits(&JSHTMLElement::s_info)) { in callMethod()
66 if (thisValue.inherits(&JSNPObject::s_info)) { in callMethod()
/external/webkit/Source/JavaScriptCore/runtime/
DDatePrototype.cpp377 const ClassInfo DatePrototype::s_info = {"Date", &DateInstance::s_info, 0, ExecState::dateTable}; member in JSC::DatePrototype
435 ASSERT(inherits(&s_info)); in DatePrototype()
457 if (!thisValue.inherits(&DateInstance::s_info)) in dateProtoFuncToString()
475 if (!thisValue.inherits(&DateInstance::s_info)) in dateProtoFuncToUTCString()
493 if (!thisValue.inherits(&DateInstance::s_info)) in dateProtoFuncToISOString()
512 if (!thisValue.inherits(&DateInstance::s_info)) in dateProtoFuncToDateString()
528 if (!thisValue.inherits(&DateInstance::s_info)) in dateProtoFuncToTimeString()
544 if (!thisValue.inherits(&DateInstance::s_info)) in dateProtoFuncToLocaleString()
554 if (!thisValue.inherits(&DateInstance::s_info)) in dateProtoFuncToLocaleDateString()
564 if (!thisValue.inherits(&DateInstance::s_info)) in dateProtoFuncToLocaleTimeString()
[all …]
DErrorInstance.cpp26 const ClassInfo ErrorInstance::s_info = { "Error", &JSNonFinalObject::s_info, 0, 0 }; member in JSC::ErrorInstance
32 ASSERT(inherits(&s_info)); in ErrorInstance()
40 ASSERT(inherits(&s_info)); in ErrorInstance()
DDateInstance.cpp35 const ClassInfo DateInstance::s_info = {"Date", &JSWrapperObject::s_info, 0, 0}; member in JSC::DateInstance
40 ASSERT(inherits(&s_info)); in DateInstance()
47 ASSERT(inherits(&s_info)); in DateInstance()
DBooleanObject.cpp28 const ClassInfo BooleanObject::s_info = { "Boolean", &JSWrapperObject::s_info, 0, 0 }; member in JSC::BooleanObject
33 ASSERT(inherits(&s_info)); in BooleanObject()
DStringObject.cpp30 const ClassInfo StringObject::s_info = { "String", &JSWrapperObject::s_info, 0, 0 }; member in JSC::StringObject
35 ASSERT(inherits(&s_info)); in StringObject()
42 ASSERT(inherits(&s_info)); in StringObject()
49 ASSERT(inherits(&s_info)); in StringObject()
DRegExpPrototype.cpp64 if (!thisValue.inherits(&RegExpObject::s_info)) in regExpProtoFuncTest()
72 if (!thisValue.inherits(&RegExpObject::s_info)) in regExpProtoFuncExec()
80 if (!thisValue.inherits(&RegExpObject::s_info)) in regExpProtoFuncCompile()
87 if (arg0.inherits(&RegExpObject::s_info)) { in regExpProtoFuncCompile()
118 if (!thisValue.inherits(&RegExpObject::s_info)) { in regExpProtoFuncToString()
119 if (thisValue.inherits(&RegExpPrototype::s_info)) in regExpProtoFuncToString()
DNumberObject.cpp32 const ClassInfo NumberObject::s_info = { "Number", &JSWrapperObject::s_info, 0, 0 }; member in JSC::NumberObject
37 ASSERT(inherits(&s_info)); in NumberObject()
DBooleanObject.h32 static const ClassInfo s_info; variable
36 …::create(globalData, prototype, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount, &s_info); in createStructure()
44 ASSERT(asObject(value)->inherits(&BooleanObject::s_info)); in asBooleanObject()
DInternalFunction.h36 static JS_EXPORTDATA const ClassInfo s_info;
44 …ure::create(globalData, proto, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount, &s_info); in createStructure()
65 ASSERT(asObject(value)->inherits(&InternalFunction::s_info)); in asInternalFunction()
DDateInstance.h39 static JS_EXPORTDATA const ClassInfo s_info; variable
57 …::create(globalData, prototype, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount, &s_info); in createStructure()
71 ASSERT(asObject(value)->inherits(&DateInstance::s_info)); in asDateInstance()
/external/webkit/Source/WebCore/bindings/js/
DJSWorkerContextBase.cpp46 const ClassInfo JSWorkerContextBase::s_info = { "WorkerContext", &JSDOMGlobalObject::s_info, 0, 0 }; member in WebCore::JSWorkerContextBase
52 ASSERT(inherits(&s_info)); in JSWorkerContextBase()
86 if (classInfo == &JSDedicatedWorkerContext::s_info) in toJSDedicatedWorkerContext()
97 if (classInfo == &JSSharedWorkerContext::s_info) in toJSSharedWorkerContext()
DJSDOMGlobalObject.h70 static const JSC::ClassInfo s_info; variable
74 …lobalData, prototype, JSC::TypeInfo(JSC::ObjectType, StructureFlags), AnonymousSlotCount, &s_info); in createStructure()
89 … const_cast<JSDOMGlobalObject*>(globalObject)->constructors().get(&ConstructorClass::s_info).get()) in getDOMConstructor()
92 …!const_cast<JSDOMGlobalObject*>(globalObject)->constructors().contains(&ConstructorClass::s_info)); in getDOMConstructor()
94 …const_cast<JSDOMGlobalObject*>(globalObject)->constructors().add(&ConstructorClass::s_info, temp).… in getDOMConstructor()
DJSDOMWindowBase.cpp46 const ClassInfo JSDOMWindowBase::s_info = { "Window", &JSDOMGlobalObject::s_info, 0, 0 }; member in WebCore::JSDOMWindowBase
53 ASSERT(inherits(&s_info)); in JSDOMWindowBase()
217 if (classInfo == &JSDOMWindow::s_info) in toJSDOMWindow()
219 if (classInfo == &JSDOMWindowShell::s_info) in toJSDOMWindow()
/external/webkit/Source/JavaScriptCore/API/
DJSCallbackObject.cpp39 … JSCallbackObject<JSObjectWithGlobalObject>::s_info = { "CallbackObject", &JSObjectWithGlobalObjec… member in JSC::JSCallbackObject<JSObjectWithGlobalObject>
40 …st ClassInfo JSCallbackObject<JSGlobalObject>::s_info = { "CallbackGlobalObject", &JSGlobalObject:… member in JSC::JSCallbackObject<JSGlobalObject>
/external/webkit/Source/WebCore/bridge/
Druntime_method.cpp44 const ClassInfo RuntimeMethod::s_info = { "RuntimeMethod", &InternalFunction::s_info, 0, 0 }; member in JSC::RuntimeMethod
51 ASSERT(inherits(&s_info)); in RuntimeMethod()
99 if (thisValue.inherits(&RuntimeObject::s_info)) { in callRuntimeMethod()
106 if (thisValue.inherits(&JSHTMLElement::s_info)) { in callRuntimeMethod()
/external/webkit/Source/WebCore/bridge/jni/jsc/
DJavaRuntimeObject.cpp36 const ClassInfo JavaRuntimeObject::s_info = { "JavaRuntimeObject", &RuntimeObject::s_info, 0, 0 }; member in JSC::Bindings::JavaRuntimeObject
43 ASSERT(inherits(&s_info)); in JavaRuntimeObject()
/external/webkit/Source/WebCore/bridge/c/
DCRuntimeObject.cpp38 const ClassInfo CRuntimeObject::s_info = { "CRuntimeObject", &RuntimeObject::s_info, 0, 0 }; member in JSC::Bindings::CRuntimeObject
45 ASSERT(inherits(&s_info)); in CRuntimeObject()

12345678