IndexedSetterContext 184 Source/bindings/templates/interface.cpp ExceptionState exceptionState(ExceptionState::IndexedSetterContext, "{{interface_name}}", info.Holder(), info.GetIsolate()); IndexedSetterContext 217 Source/bindings/tests/results/V8TestInterface2.cpp ExceptionState exceptionState(ExceptionState::IndexedSetterContext, "TestInterface2", info.Holder(), info.GetIsolate()); IndexedSetterContext 159 Source/bindings/v8/ExceptionState.cpp else if (m_context == IndexedSetterContext) IndexedSetterContext 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); }