Home | History | Annotate | Download | only in runtime

Lines Matching refs:s_info

88 const ClassInfo StringPrototype::s_info = { "String", &StringObject::s_info, 0, ExecState::stringTable };
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)) {