HomeSort by relevance Sort by last modified time
    Searched refs:s_info (Results 101 - 125 of 169) sorted by null

1 2 3 45 6 7

  /external/webkit/Source/JavaScriptCore/runtime/
JSStaticScopeObject.h 50 static Structure* createStructure(JSGlobalData& globalData, JSValue proto) { return Structure::create(globalData, proto, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount, &s_info); }
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...]
ArrayConstructor.cpp 98 return JSValue::encode(jsBoolean(exec->argument(0).inherits(&JSArray::s_info)));
JSArray.h 76 static JS_EXPORTDATA const ClassInfo s_info; member in class:JSC::JSArray
128 return Structure::create(globalData, prototype, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount, &s_info);
176 ASSERT(cell->inherits(&JSArray::s_info));
JSFunction.cpp 52 const ClassInfo JSFunction::s_info = { "Function", &Base::s_info, 0, 0 }; member in class:JSC::JSFunction
69 ASSERT(inherits(&s_info));
78 ASSERT(inherits(&s_info));
92 ASSERT(inherits(&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))
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)) {
JSDirectoryEntryCustom.cpp 62 if (!exec->argument(1).isNull() && !exec->argument(1).isUndefined() && exec->argument(1).isObject() && !exec->argument(1).inherits(&JSWebKitFlags::s_info)) {
108 if (!exec->argument(1).isNull() && !exec->argument(1).isUndefined() && exec->argument(1).isObject() && !exec->argument(1).inherits(&JSWebKitFlags::s_info)) {
JSEventTarget.cpp 199 if (value.inherits(&JS##type::s_info)) \
207 if (value.inherits(&JSDOMWindowShell::s_info))
JSDirectoryEntrySyncCustom.cpp 52 if (argument.inherits(&JSWebKitFlags::s_info))
JSNavigatorCustom.cpp 80 if (!exec->argument(1).inherits(&InternalFunction::s_info)) {
JSDOMWindowCustom.cpp 149 entry = s_info.propHashTable(exec)->entry(exec, propertyName);
154 entry = JSDOMWindowPrototype::s_info.propHashTable(exec)->entry(exec, propertyName);
181 entry = JSDOMWindowPrototype::s_info.propHashTable(exec)->entry(exec, propertyName);
221 entry = JSDOMWindow::s_info.propHashTable(exec)->entry(exec, propertyName);
292 entry = s_info.propHashTable(exec)->entry(exec, propertyName);
297 entry = JSDOMWindowPrototype::s_info.propHashTable(exec)->entry(exec, propertyName);
308 entry = JSDOMWindow::s_info.propHashTable(exec)->entry(exec, propertyName);
364 if (lookupPut<JSDOMWindow>(exec, propertyName, value, s_info.propHashTable(exec), this))
809 if (object->inherits(&JSDOMWindow::s_info))
811 if (object->inherits(&JSDOMWindowShell::s_info))
    [all...]
  /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)) {
qt_instance.cpp 52 static const ClassInfo s_info; member in class:JSC::Bindings::QtRuntimeObject
64 return Structure::create(globalData, prototype, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount, &s_info);
71 const ClassInfo QtRuntimeObject::s_info = { "QtRuntimeObject", &RuntimeObject::s_info, 0, 0 }; member in class:JSC::Bindings::QtRuntimeObject
166 if (!object->inherits(&QtRuntimeObject::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...]
JSCallbackObject.h 126 static const ClassInfo s_info; member in class:JSC::JSCallbackObject
133 return Structure::create(globalData, proto, TypeInfo(ObjectType, StructureFlags), Base::AnonymousSlotCount, &s_info);
  /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/bindings/scripts/test/JS/
JSTestObj.cpp 151 static const JSC::ClassInfo s_info; member in class:WebCore::JSTestObjConstructor
154 return JSC::Structure::create(globalData, prototype, JSC::TypeInfo(JSC::ObjectType, StructureFlags), AnonymousSlotCount, &s_info);
160 const ClassInfo JSTestObjConstructor::s_info = { "TestObjConstructor", &DOMConstructorObject::s_info, &JSTestObjConstructorTable, 0 }; member in class:WebCore::JSTestObjConstructor
165 ASSERT(inherits(&s_info));
240 const ClassInfo JSTestObjPrototype::s_info = { "TestObjPrototype", &JSC::JSObjectWithGlobalObject::s_info, &JSTestObjPrototypeTable, 0 }; member in class:WebCore::JSTestObjPrototype
257 const ClassInfo JSTestObj::s_info = { "TestObj", &DOMObjectWithGlobalPointer::s_info, &JSTestObjTable, 0 }; member in class:WebCore::JSTestObj
263 ASSERT(inherits(&s_info));
    [all...]
  /external/webkit/Source/WebCore/bridge/objc/
objc_runtime.mm 190 const ClassInfo ObjcFallbackObjectImp::s_info = { "ObjcFallbackObject", &JSObjectWithGlobalObject::s_info, 0, 0 };
198 ASSERT(inherits(&s_info));
222 if (!thisValue.inherits(&ObjCRuntimeObject::s_info))
objc_instance.mm 184 ASSERT(inherits(&s_info));
189 return Structure::create(globalData, prototype, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount, &s_info);
192 static const ClassInfo s_info;
195 const ClassInfo ObjCRuntimeMethod::s_info = { "ObjCRuntimeMethod", &RuntimeMethod::s_info, 0, 0 };
205 if (!asObject(runtimeMethod)->inherits(&ObjCRuntimeMethod::s_info))
  /external/webkit/Source/JavaScriptCore/profiler/
Profiler.cpp 166 if (asObject(functionValue)->inherits(&JSFunction::s_info)) {
171 if (asObject(functionValue)->inherits(&JSFunction::s_info))
173 if (asObject(functionValue)->inherits(&InternalFunction::s_info))
  /external/webkit/Source/WebKit/mac/Plugins/Hosted/
ProxyInstance.mm 187 ASSERT(inherits(&s_info));
192 return Structure::create(globalData, prototype, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount, &s_info);
195 static const ClassInfo s_info;
198 const ClassInfo ProxyRuntimeMethod::s_info = { "ProxyRuntimeMethod", &RuntimeMethod::s_info, 0, 0 };
208 if (!asObject(runtimeMethod)->inherits(&ProxyRuntimeMethod::s_info))
  /external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
JSNPObject.cpp 50 const ClassInfo JSNPObject::s_info = { "NPObject", &JSObjectWithGlobalObject::s_info, 0, 0 }; member in class:WebKit::JSNPObject
57 ASSERT(inherits(&s_info));
198 ASSERT(object->inherits(&JSNPObject::s_info));
215 ASSERT(constructor->inherits(&JSNPObject::s_info));

Completed in 929 milliseconds

1 2 3 45 6 7