EnumerationContext  491 Source/bindings/templates/interface.cpp     ExceptionState exceptionState(ExceptionState::EnumerationContext, "{{interface_name}}", info.Holder(), isolate);
EnumerationContext 1160 Source/bindings/tests/results/V8TestInterface.cpp     ExceptionState exceptionState(ExceptionState::EnumerationContext, "TestInterface", info.Holder(), isolate);
EnumerationContext  350 Source/bindings/tests/results/V8TestInterface2.cpp     ExceptionState exceptionState(ExceptionState::EnumerationContext, "TestInterface2", info.Holder(), isolate);
EnumerationContext  151 Source/bindings/tests/results/V8TestSpecialOperations.cpp     ExceptionState exceptionState(ExceptionState::EnumerationContext, "TestSpecialOperations", info.Holder(), isolate);
EnumerationContext  153 Source/bindings/v8/ExceptionState.cpp         else if (m_context == EnumerationContext)
EnumerationContext   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); }