IndexedDeletionContext  239 Source/bindings/templates/interface.cpp     ExceptionState exceptionState(ExceptionState::IndexedDeletionContext, "{{interface_name}}", info.Holder(), info.GetIsolate());
IndexedDeletionContext  236 Source/bindings/tests/results/V8TestInterface2.cpp     ExceptionState exceptionState(ExceptionState::IndexedDeletionContext, "TestInterface2", info.Holder(), info.GetIsolate());
IndexedDeletionContext  155 Source/bindings/v8/ExceptionState.cpp         else if (m_context == IndexedDeletionContext)
IndexedDeletionContext   75 Source/bindings/v8/ExceptionState.h         , m_isolate(isolate) { ASSERT(m_context == ConstructionContext || m_context == EnumerationContext || m_context == IndexedSetterContext || m_context == IndexedGetterContext || m_context == IndexedDeletionContext); }