Searched refs:s_info (Results 126 - 150 of 169) sorted by relevance

1234567

/external/webkit/Source/JavaScriptGlue/
H A DJSUtils.cpp108 if (inValue.inherits(&UserObjectImp::s_info)) {
241 if (inValue.inherits(&UserObjectImp::s_info)) {
271 if (object->inherits(&ArrayInstanceImp::s_info))
H A DUserObjectImp.cpp35 const ClassInfo UserObjectImp::s_info = { "UserObject", &JSNonFinalObject::s_info, 0, 0 }; member in class:UserObjectImp
/external/webkit/Source/WebCore/bindings/js/
H A DJSLocationCustom.cpp66 const HashEntry* entry = JSLocationPrototype::s_info.propHashTable(exec)->entry(exec, propertyName);
102 const HashEntry* entry = JSLocationPrototype::s_info.propHashTable(exec)->entry(exec, propertyName);
139 const HashEntry* entry = JSLocation::s_info.propHashTable(exec)->entry(exec, propertyName);
H A DJSAudioContextCustom.cpp91 if (val.inherits(&JSArrayBuffer::s_info)) {
H A DJSDOMBinding.h69 return JSC::Structure::create(globalData, prototype, JSC::TypeInfo(JSC::ObjectType, StructureFlags), AnonymousSlotCount, &s_info);
88 return JSC::Structure::create(globalData, prototype, JSC::TypeInfo(JSC::ObjectType, StructureFlags), AnonymousSlotCount, &s_info);
132 if (JSC::Structure* structure = getCachedDOMStructure(globalObject, &WrapperClass::s_info))
134 return cacheDOMStructure(globalObject, WrapperClass::createStructure(exec->globalData(), WrapperClass::createPrototype(exec, globalObject)), &WrapperClass::s_info);
H A DJSHistoryCustom.cpp67 const HashEntry* entry = JSHistoryPrototype::s_info.propHashTable(exec)->entry(exec, propertyName);
107 const HashEntry* entry = JSHistoryPrototype::s_info.propHashTable(exec)->entry(exec, propertyName);
H A DJSWebGLRenderingContextCustom.cpp210 if (exec->argumentCount() > 0 && !exec->argument(0).isUndefinedOrNull() && !exec->argument(0).inherits(&JSWebGLProgram::s_info))
296 if (exec->argumentCount() > 0 && !exec->argument(0).isUndefinedOrNull() && !exec->argument(0).inherits(&JSWebGLProgram::s_info))
322 if (exec->argumentCount() > 0 && !exec->argument(0).isUndefinedOrNull() && !exec->argument(0).inherits(&JSWebGLShader::s_info))
360 if (exec->argumentCount() > 0 && !exec->argument(0).isUndefinedOrNull() && !exec->argument(0).inherits(&JSWebGLProgram::s_info))
363 if (exec->argumentCount() > 1 && !exec->argument(1).isUndefinedOrNull() && !exec->argument(1).inherits(&JSWebGLUniformLocation::s_info))
433 if (exec->argumentCount() > 0 && !exec->argument(0).isUndefinedOrNull() && !exec->argument(0).inherits(&JSWebGLUniformLocation::s_info))
519 if (exec->argumentCount() > 0 && !exec->argument(0).isUndefinedOrNull() && !exec->argument(0).inherits(&JSWebGLUniformLocation::s_info))
584 if (exec->argumentCount() > 0 && !exec->argument(0).isUndefinedOrNull() && !exec->argument(0).inherits(&JSWebGLUniformLocation::s_info))
H A DSerializedScriptValue.cpp287 return isJSArray(&m_exec->globalData(), object) || object->inherits(&JSArray::s_info);
412 if (value.isObject() && asObject(value)->inherits(&DateInstance::s_info)) {
422 if (value.isObject() && asObject(value)->inherits(&JSNavigator::s_info)) {
430 if (obj->inherits(&JSFile::s_info)) {
435 if (obj->inherits(&JSFileList::s_info)) {
444 if (obj->inherits(&JSBlob::s_info)) {
452 if (obj->inherits(&JSImageData::s_info)) {
461 if (obj->inherits(&RegExpObject::s_info)) {
838 , m_isDOMGlobalObject(globalObject->inherits(&JSDOMGlobalObject::s_info))
/external/webkit/Source/WebCore/bridge/jni/jsc/
H A DJNIUtilityPrivate.cpp191 if (object->inherits(&JavaRuntimeObject::s_info)) {
197 } else if (object->classInfo() == &RuntimeArray::s_info) {
202 } else if (object->classInfo() == &JSArray::s_info) {
/external/webkit/Source/JavaScriptCore/debugger/
H A DDebugger.cpp67 if (!cell->inherits(&JSFunction::s_info))
/external/webkit/Source/JavaScriptCore/runtime/
H A DJSByteArray.cpp36 const ClassInfo JSByteArray::s_defaultInfo = { "ByteArray", &Base::s_info, 0, 0 };
H A DJSPropertyNameIterator.cpp38 const ClassInfo JSPropertyNameIterator::s_info = { "JSPropertyNameIterator", 0, 0, 0 }; member in class:JSC::JSPropertyNameIterator
H A DRegExpConstructor.cpp70 const ClassInfo RegExpConstructor::s_info = { "Function", &InternalFunction::s_info, 0, ExecState::regExpConstructorTable }; member in class:JSC::RegExpConstructor
102 ASSERT(inherits(&s_info));
301 if (arg0.inherits(&RegExpObject::s_info)) {
H A DJSObject.h249 static JS_EXPORTDATA const ClassInfo s_info; member in class:JSC::JSObject
254 return Structure::create(globalData, prototype, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount, &s_info);
329 return Structure::create(globalData, prototype, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount, &s_info);
362 return Structure::create(globalData, prototype, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount, &s_info);
409 ASSERT(inherits(&s_info));
H A DStringPrototype.cpp88 const ClassInfo StringPrototype::s_info = { "String", &StringObject::s_info, 0, ExecState::stringTable }; member in class:JSC::StringPrototype
137 ASSERT(inherits(&s_info));
310 if (pattern.inherits(&RegExpObject::s_info)) {
478 if (thisValue.inherits(&StringObject::s_info))
608 if (a0.inherits(&RegExpObject::s_info))
658 if (a0.inherits(&RegExpObject::s_info))
716 if (a0.inherits(&RegExpObject::s_info)) {
H A DArguments.cpp38 const ClassInfo Arguments::s_info = { "Arguments", &JSNonFinalObject::s_info, 0, 0 }; member in class:JSC::Arguments
H A DDateConstructor.cpp82 if (args.at(0).inherits(&DateInstance::s_info))
H A DJSVariableObject.h63 return Structure::create(globalData, prototype, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount, &s_info);
/external/webkit/Source/JavaScriptCore/API/
H A DJSCallbackObject.h126 static const ClassInfo s_info; member in class:JSC::JSCallbackObject
133 return Structure::create(globalData, proto, TypeInfo(ObjectType, StructureFlags), Base::AnonymousSlotCount, &s_info);
H A DJSValueRef.cpp132 if (o->inherits(&JSCallbackObject<JSGlobalObject>::s_info))
134 if (o->inherits(&JSCallbackObject<JSObjectWithGlobalObject>::s_info))
/external/webkit/Source/WebCore/bridge/qt/
H A Dqt_runtime.h149 static const ClassInfo s_info; member in class:JSC::Bindings::QtRuntimeMethod
158 return Structure::create(globalData, prototype, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount, &s_info);
H A Dqt_runtime.cpp167 if (object->inherits(&RuntimeArray::s_info)) // RuntimeArray 'inherits' from Array, but not in C++
169 else if (object->inherits(&JSArray::s_info))
171 else if (object->inherits(&DateInstance::s_info))
173 else if (object->inherits(&RegExpObject::s_info))
175 else if (object->inherits(&RuntimeObject::s_info))
230 if (object->inherits(&NumberObject::s_info))
232 else if (object->inherits(&BooleanObject::s_info))
266 if (type == Object && object->inherits(&BooleanObject::s_info))
766 if (object && object->inherits(&JSHTMLElement::s_info))
768 else if (object && object->inherits(&JSDocument::s_info))
982 const ClassInfo QtRuntimeMethod::s_info = { "QtRuntimeMethod", &InternalFunction::s_info, 0, 0 }; member in class:JSC::Bindings::QtRuntimeMethod
[all...]
/external/webkit/Source/WebCore/bindings/scripts/test/JS/
H A DJSTestObj.h41 static const JSC::ClassInfo s_info; member in class:WebCore::JSTestObj
45 return JSC::Structure::create(globalData, prototype, JSC::TypeInfo(JSC::ObjectType, StructureFlags), AnonymousSlotCount, &s_info);
72 static const JSC::ClassInfo s_info; member in class:WebCore::JSTestObjPrototype
77 return JSC::Structure::create(globalData, prototype, JSC::TypeInfo(JSC::ObjectType, StructureFlags), AnonymousSlotCount, &s_info);
/external/webkit/Source/WebCore/bridge/c/
H A Dc_utility.cpp88 if (object->classInfo() == &CRuntimeObject::s_info) {
/external/webkit/Source/WebKit2/WebProcess/WebPage/
H A DWebFrame.cpp607 if (!toJS(element)->inherits(&JSElement::s_info))
618 if (!toJS(element)->inherits(&JSElement::s_info))
626 if (!toJS(element)->inherits(&JSElement::s_info))

Completed in 299 milliseconds

1234567