Searched refs:isIdentifier (Results 1 – 10 of 10) sorted by relevance
110 ASSERT(!m_className.rep()->isIdentifier()); in ~OpaqueJSClass()115 ASSERT(!it->first->isIdentifier()); in ~OpaqueJSClass()124 ASSERT(!it->first->isIdentifier()); in ~OpaqueJSClass()167 ASSERT(!it->first->isIdentifier()); in OpaqueJSClassContextData()179 ASSERT(!it->first->isIdentifier()); in OpaqueJSClassContextData()
160 bool isIdentifier() const { return m_isIdentifier; } in isIdentifier() function161 void setIsIdentifier(bool isIdentifier) { m_isIdentifier = isIdentifier; } in setIsIdentifier() argument186 ASSERT(!isStatic() || !isIdentifier()); in checkConsistency()
96 if (r->isIdentifier()) { in add()106 if (r->isIdentifier()) { in add()
33 ASSERT(identifier == &UString::Rep::empty() || identifier->isIdentifier()); in add()
211 ASSERT(!r->isIdentifier()); in addSlowCase()216 if (r->isIdentifier()) { in addSlowCase()
104 if (isIdentifier()) in ~UStringImpl()
3286 # Merely ensures that if isIdentifer(string) then isIdentifier(NFKx(string))3746 # Merely ensures that if isIdentifer(string) then isIdentifier(NFKx(string))
6368 # Merely ensures that if isIdentifer(string) then isIdentifier(NFKx(string))6866 # Merely ensures that if isIdentifer(string) then isIdentifier(NFKx(string))
2101 (JSC::UStringImpl::isIdentifier):2273 (JSC::UStringImpl::isIdentifier):3261 - destroy() method should be using isIdentifier().3264 (JSC::UStringImpl::isIdentifier):3465 Add an 'isIdentifier' to UStringImpl, use this where appropriate3478 (JSC::UStringImpl::isIdentifier):
17516 Replaced isIdentifier with a pointer to IdentifierTable, so that destruction can be done