/external/webkit/Source/WebCore/bindings/scripts/test/JS/ |
D | JSTestMediaQueryListListener.cpp | 72 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()
|
D | JSTestSerializedScriptValueInterface.cpp | 73 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()
|
D | JSTestInterface.cpp | 71 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()
|
D | JSTestObj.cpp | 151 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 …]
|
D | JSTestSerializedScriptValueInterface.h | 42 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()
|
D | JSTestInterface.h | 42 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()
|
D | JSTestMediaQueryListListener.h | 40 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/ |
D | JSNPMethod.cpp | 42 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/ |
D | DatePrototype.cpp | 377 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 …]
|
D | ErrorInstance.cpp | 26 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()
|
D | DateInstance.cpp | 35 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()
|
D | BooleanObject.cpp | 28 const ClassInfo BooleanObject::s_info = { "Boolean", &JSWrapperObject::s_info, 0, 0 }; member in JSC::BooleanObject 33 ASSERT(inherits(&s_info)); in BooleanObject()
|
D | StringObject.cpp | 30 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()
|
D | RegExpPrototype.cpp | 64 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()
|
D | NumberObject.cpp | 32 const ClassInfo NumberObject::s_info = { "Number", &JSWrapperObject::s_info, 0, 0 }; member in JSC::NumberObject 37 ASSERT(inherits(&s_info)); in NumberObject()
|
D | BooleanObject.h | 32 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()
|
D | InternalFunction.h | 36 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()
|
D | DateInstance.h | 39 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/ |
D | JSWorkerContextBase.cpp | 46 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()
|
D | JSDOMGlobalObject.h | 70 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()
|
D | JSDOMWindowBase.cpp | 46 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/ |
D | JSCallbackObject.cpp | 39 … 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/ |
D | runtime_method.cpp | 44 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/ |
D | JavaRuntimeObject.cpp | 36 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/ |
D | CRuntimeObject.cpp | 38 const ClassInfo CRuntimeObject::s_info = { "CRuntimeObject", &RuntimeObject::s_info, 0, 0 }; member in JSC::Bindings::CRuntimeObject 45 ASSERT(inherits(&s_info)); in CRuntimeObject()
|