/external/webkit/Source/WebCore/bindings/js/ |
JSWebGLRenderingContextCustom.cpp | 210 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))
|
SerializedScriptValue.cpp | 287 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)) [all...] |
JSLocationCustom.cpp | 66 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);
|
JSAudioContextCustom.cpp | 91 if (val.inherits(&JSArrayBuffer::s_info)) {
|
JSDOMBinding.h | 69 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);
|
JSDirectoryEntrySyncCustom.cpp | 52 if (argument.inherits(&JSWebKitFlags::s_info))
|
JSHistoryCustom.cpp | 67 const HashEntry* entry = JSHistoryPrototype::s_info.propHashTable(exec)->entry(exec, propertyName); 107 const HashEntry* entry = JSHistoryPrototype::s_info.propHashTable(exec)->entry(exec, propertyName);
|
/external/webkit/Source/WebCore/bridge/qt/ |
qt_runtime.h | 149 static const ClassInfo s_info; member in class:JSC::Bindings::QtRuntimeMethod 158 return Structure::create(globalData, prototype, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount, &s_info);
|
qt_runtime.cpp | 167 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/bridge/jni/jsc/ |
JNIUtilityPrivate.cpp | 191 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/ |
Debugger.cpp | 67 if (!cell->inherits(&JSFunction::s_info))
|
/external/webkit/Source/JavaScriptCore/runtime/ |
ArrayConstructor.cpp | 98 return JSValue::encode(jsBoolean(exec->argument(0).inherits(&JSArray::s_info)));
|
JSByteArray.cpp | 36 const ClassInfo JSByteArray::s_defaultInfo = { "ByteArray", &Base::s_info, 0, 0 };
|
JSPropertyNameIterator.cpp | 38 const ClassInfo JSPropertyNameIterator::s_info = { "JSPropertyNameIterator", 0, 0, 0 }; member in class:JSC::JSPropertyNameIterator
|
StringPrototype.cpp | 88 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)) { [all...] |
ArrayPrototype.cpp | 88 const ClassInfo ArrayPrototype::s_info = {"Array", &JSArray::s_info, 0, ExecState::arrayTable}; member in class:JSC::ArrayPrototype 120 ASSERT(inherits(&s_info)); 170 if (!isRealArray && !thisValue.inherits(&JSArray::s_info)) 233 if (!thisValue.inherits(&JSArray::s_info)) 344 if (curArg.inherits(&JSArray::s_info)) { 503 if (thisObj->classInfo() == &JSArray::s_info) { [all...] |
JSObject.h | 249 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)); [all...] |
Arguments.cpp | 38 const ClassInfo Arguments::s_info = { "Arguments", &JSNonFinalObject::s_info, 0, 0 }; member in class:JSC::Arguments
|
/external/webkit/Source/WebCore/bindings/scripts/test/JS/ |
JSTestObj.h | 41 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/JavaScriptCore/API/ |
JSValueRef.cpp | 132 if (o->inherits(&JSCallbackObject<JSGlobalObject>::s_info)) 134 if (o->inherits(&JSCallbackObject<JSObjectWithGlobalObject>::s_info))
|
JSCallbackObjectFunctions.h | 48 ASSERT(asObject(value)->inherits(&s_info)); 57 ASSERT(Base::inherits(&s_info)); 68 ASSERT(Base::inherits(&s_info));
|
/external/webkit/Source/JavaScriptGlue/ |
UserObjectImp.cpp | 35 const ClassInfo UserObjectImp::s_info = { "UserObject", &JSNonFinalObject::s_info, 0, 0 }; member in class:UserObjectImp
|
JSUtils.cpp | 108 if (inValue.inherits(&UserObjectImp::s_info)) { 241 if (inValue.inherits(&UserObjectImp::s_info)) { 271 if (object->inherits(&ArrayInstanceImp::s_info))
|
/external/webkit/Source/WebKit2/WebProcess/WebPage/ |
WebFrame.cpp | 607 if (!toJS(element)->inherits(&JSElement::s_info)) 618 if (!toJS(element)->inherits(&JSElement::s_info)) 626 if (!toJS(element)->inherits(&JSElement::s_info))
|
/external/webkit/Source/WebCore/bindings/scripts/ |
CodeGeneratorJS.pm | 453 push(@getOwnPropertySlotImpl, " return ${namespaceMaybe}getStaticValueSlot<$className, Base>(exec, s_info.staticPropHashTable, this, propertyName, slot);\n"); 554 push(@getOwnPropertyDescriptorImpl, " return ${namespaceMaybe}getStaticValueDescriptor<$className, Base>(exec, s_info.staticPropHashTable, this, propertyName, descriptor);\n"); 741 push(@headerContent, " static const JSC::ClassInfo s_info;\n\n"); 751 " return JSC::Structure::create(globalData, prototype, JSC::TypeInfo(JSC::ObjectType, StructureFlags), AnonymousSlotCount, &s_info);\n" . [all...] |