Searched refs:canInsert (Results 1 – 3 of 3) sorted by relevance
225 bool canInsert();283 ASSERT(canInsert()); in PropertyTable()366 if (!canInsert()) { in add()476 ASSERT(canInsert()); in reinsert()500 ASSERT(canInsert()); in rehash()550 inline bool PropertyTable::canInsert() in canInsert() function
150 bool canInsert(SourceLocation loc);203 if (!canInsert(act.Loc)) in commitTransaction()381 bool TransformActionsImpl::canInsert(SourceLocation loc) { in canInsert() function in TransformActionsImpl408 return canInsert(range.getBegin()) && canInsertAfterToken(range.getEnd()); in canRemoveRange()417 if (!canInsert(loc)) in canReplaceText()
6970 (JSC::PropertyTable::canInsert):