/external/webkit/Source/JavaScriptCore/runtime/ |
FunctionPrototype.cpp | 88 if (thisValue.inherits(&JSFunction::s_info)) { 98 if (thisValue.inherits(&InternalFunction::s_info)) { 120 if (asObject(array)->classInfo() == &Arguments::s_info) 124 else if (asObject(array)->inherits(&JSArray::s_info)) {
|
FunctionPrototype.h | 35 return Structure::create(globalData, proto, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount, &s_info);
|
JSZombie.cpp | 36 const ClassInfo JSZombie::s_info = { "Zombie", 0, 0, 0 }; member in class:JSC::JSZombie
|
Executable.h | 68 static Structure* createStructure(JSGlobalData& globalData, JSValue proto) { return Structure::create(globalData, proto, TypeInfo(CompoundType, StructureFlags), AnonymousSlotCount, &s_info); } 72 static const ClassInfo s_info; member in class:JSC::ExecutableBase 119 static Structure* createStructure(JSGlobalData& globalData, JSValue proto) { return Structure::create(globalData, proto, TypeInfo(LeafType, StructureFlags), AnonymousSlotCount, &s_info); } 146 static const ClassInfo s_info; member in class:JSC::NativeExecutable 239 static const ClassInfo s_info; member in class:JSC::EvalExecutable 286 static const ClassInfo s_info; member in class:JSC::ProgramExecutable 385 static const ClassInfo s_info; member in class:JSC::FunctionExecutable
|
Arguments.h | 72 static const ClassInfo s_info; member in class:JSC::Arguments 97 return Structure::create(globalData, prototype, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount, &s_info); 125 ASSERT(asObject(value)->inherits(&Arguments::s_info)); 149 ASSERT(inherits(&s_info)); 191 ASSERT(inherits(&s_info));
|
JSONObject.cpp | 59 ASSERT(inherits(&s_info)); 136 if (object->inherits(&NumberObject::s_info)) 138 if (object->inherits(&StringObject::s_info)) 140 if (object->inherits(&BooleanObject::s_info)) 211 if (m_replacer.asObject()->inherits(&JSArray::s_info)) { 233 if (!asObject(name)->inherits(&NumberObject::s_info) && !asObject(name)->inherits(&StringObject::s_info)) 360 if (value.isUndefined() && !holder->inherits(&JSArray::s_info)) 400 if (holder->inherits(&JSArray::s_info)) { 471 , m_isArray(object->inherits(&JSArray::s_info)) 586 const ClassInfo JSONObject::s_info = { "JSON", &JSObjectWithGlobalObject::s_info, 0, ExecState::jsonTable }; member in class:JSC::JSONObject [all...] |
ScopeChain.h | 68 static Structure* createStructure(JSGlobalData& globalData, JSValue proto) { return Structure::create(globalData, proto, TypeInfo(CompoundType, StructureFlags), AnonymousSlotCount, &s_info); } 72 static const ClassInfo s_info; member in class:JSC::ScopeChainNode
|
JSActivation.cpp | 40 const ClassInfo JSActivation::s_info = { "JSActivation", &Base::s_info, 0, 0 }; member in class:JSC::JSActivation 49 ASSERT(inherits(&s_info)); 224 ASSERT(callFrame->uncheckedR(realArgumentsRegister).jsValue().inherits(&Arguments::s_info));
|
JSObjectWithGlobalObject.h | 39 return Structure::create(globalData, proto, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount, &s_info);
|
JSWrapperObject.h | 41 return Structure::create(globalData, prototype, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount, &s_info);
|
StringObjectThatMasqueradesAsUndefined.h | 47 return Structure::create(globalData, proto, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount, &s_info);
|
/external/webkit/Source/WebCore/bindings/js/ |
JSXMLHttpRequestCustom.cpp | 119 else if (val.inherits(&JSDocument::s_info)) 121 else if (val.inherits(&JSBlob::s_info)) 123 else if (val.inherits(&JSDOMFormData::s_info)) 125 else if (val.inherits(&JSArrayBuffer::s_info))
|
JSXSLTProcessorCustom.cpp | 52 if (nodeVal.inherits(&JSNode::s_info)) { 65 if (nodeVal.inherits(&JSNode::s_info) && docVal.inherits(&JSDocument::s_info)) { 77 if (nodeVal.inherits(&JSNode::s_info)) {
|
JSCanvasRenderingContext2DCustom.cpp | 59 if (object->inherits(&JSCanvasGradient::s_info)) 61 if (object->inherits(&JSCanvasPattern::s_info)) 207 if (o->inherits(&JSHTMLImageElement::s_info)) { 228 } else if (o->inherits(&JSHTMLCanvasElement::s_info)) { 251 } else if (o->inherits(&JSHTMLVideoElement::s_info)) { 288 if (!o->inherits(&JSHTMLImageElement::s_info)) 356 if (o->inherits(&JSHTMLImageElement::s_info)) { 364 if (o->inherits(&JSHTMLCanvasElement::s_info)) {
|
JSDOMStringMapCustom.cpp | 64 if (getStaticValueSlot<JSDOMStringMap, Base>(exec, s_info.propHashTable(exec), this, propertyName, slot)) 84 if (getStaticValueSlot<JSDOMStringMap, Base>(exec, s_info.propHashTable(exec), this, propertyName, slot))
|
JSDOMWindowBase.h | 58 static const JSC::ClassInfo s_info; member in class:WebCore::JSDOMWindowBase 62 return JSC::Structure::create(globalData, prototype, JSC::TypeInfo(JSC::ObjectType, StructureFlags), AnonymousSlotCount, &s_info);
|
JSStorageCustom.cpp | 56 if (getStaticValueSlot<JSStorage, Base>(exec, s_info.propHashTable(exec), this, propertyName, slot)) 82 if (getStaticValueSlot<JSStorage, Base>(exec, s_info.propHashTable(exec), this, propertyName, slot))
|
JSImageDataCustom.cpp | 50 static const ClassInfo cpaClassInfo = { "CanvasPixelArray", &JSByteArray::Base::s_info, 0, 0 };
|
/external/webkit/Source/WebCore/bridge/qt/ |
qt_pixmapruntime.cpp | 95 if (!objectArg->inherits(&JSHTMLImageElement::s_info)) 151 static const ClassInfo s_info; member in class:JSC::Bindings::QtPixmapRuntimeObject 155 return Structure::create(globalData, prototype, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount, &s_info); 167 const ClassInfo QtPixmapRuntimeObject::s_info = { "QtPixmapRuntimeObject", &RuntimeObject::s_info, 0, 0 }; member in class:JSC::Bindings::QtPixmapRuntimeObject 303 if (object->inherits(&JSHTMLImageElement::s_info)) { 327 if (object->inherits(&QtPixmapRuntimeObject::s_info)) {
|
/external/webkit/Source/JavaScriptCore/API/ |
JSObjectRef.cpp | 343 if (jsObject->inherits(&JSCallbackObject<JSGlobalObject>::s_info)) 345 if (jsObject->inherits(&JSCallbackObject<JSObjectWithGlobalObject>::s_info)) 355 if (jsObject->inherits(&JSCallbackObject<JSGlobalObject>::s_info)) { 359 if (jsObject->inherits(&JSCallbackObject<JSObjectWithGlobalObject>::s_info)) { 374 if (jsObject->inherits(&JSCallbackObject<JSGlobalObject>::s_info)) 376 else if (jsObject->inherits(&JSCallbackObject<JSObjectWithGlobalObject>::s_info)) 388 if (jsObject->inherits(&JSCallbackObject<JSGlobalObject>::s_info)) { 392 if (jsObject->inherits(&JSCallbackObject<JSObjectWithGlobalObject>::s_info)) { 405 if (jsObject->inherits(&JSCallbackObject<JSGlobalObject>::s_info)) { 409 if (jsObject->inherits(&JSCallbackObject<JSObjectWithGlobalObject>::s_info)) { [all...] |
/external/webkit/Source/WebCore/bridge/ |
runtime_object.cpp | 39 const ClassInfo RuntimeObject::s_info = { "RuntimeObject", &JSObjectWithGlobalObject::s_info, 0, 0 }; member in class:JSC::Bindings::RuntimeObject 45 ASSERT(inherits(&s_info)); 249 ASSERT(exec->callee()->inherits(&RuntimeObject::s_info)); 273 ASSERT(constructor->inherits(&RuntimeObject::s_info));
|
/external/webkit/Source/WebCore/bridge/jni/jsc/ |
JavaInstanceJSC.cpp | 124 ASSERT(inherits(&s_info)); 129 return Structure::create(globalData, prototype, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount, &s_info); 132 static const ClassInfo s_info; member in class:JavaRuntimeMethod 135 const ClassInfo JavaRuntimeMethod::s_info = { "JavaRuntimeMethod", &RuntimeMethod::s_info, 0, 0 }; member in class:JavaRuntimeMethod 145 if (!asObject(runtimeMethod)->inherits(&JavaRuntimeMethod::s_info))
|
/external/webkit/Source/JavaScriptCore/debugger/ |
DebuggerCallFrame.cpp | 48 if (!function || !function->inherits(&JSFunction::s_info)) 59 if (!function || !function->inherits(&JSFunction::s_info))
|
/external/webkit/Source/WebCore/bridge/objc/ |
objc_runtime.h | 97 static const ClassInfo s_info; member in class:JSC::Bindings::ObjcFallbackObjectImp 108 return Structure::create(globalData, prototype, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount, &s_info);
|
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/ |
JSNPObject.h | 51 static const JSC::ClassInfo s_info; member in class:WebKit::JSNPObject 60 return JSC::Structure::create(globalData, prototype, JSC::TypeInfo(JSC::ObjectType, StructureFlags), AnonymousSlotCount, &s_info);
|