ConstructionContext  599 Source/bindings/templates/interface.cpp     ExceptionState exceptionState(ExceptionState::ConstructionContext, "{{interface_name}}", info.Holder(), info.GetIsolate());
ConstructionContext  622 Source/bindings/templates/interface.cpp     ExceptionState exceptionState(ExceptionState::ConstructionContext, "{{interface_name}}", info.Holder(), isolate);
ConstructionContext  379 Source/bindings/templates/methods.cpp     ExceptionState exceptionState(ExceptionState::ConstructionContext, "{{interface_name}}", info.Holder(), isolate);
ConstructionContext  436 Source/bindings/templates/methods.cpp     ExceptionState exceptionState(ExceptionState::ConstructionContext, "{{interface_name}}", info.Holder(), info.GetIsolate());
ConstructionContext   52 Source/bindings/tests/results/V8TestInterfaceConstructor.cpp     ExceptionState exceptionState(ExceptionState::ConstructionContext, "TestInterfaceConstructor", info.Holder(), isolate);
ConstructionContext   67 Source/bindings/tests/results/V8TestInterfaceConstructor.cpp     ExceptionState exceptionState(ExceptionState::ConstructionContext, "TestInterfaceConstructor", info.Holder(), isolate);
ConstructionContext   62 Source/bindings/tests/results/V8TestInterfaceConstructor2.cpp     ExceptionState exceptionState(ExceptionState::ConstructionContext, "TestInterfaceConstructor2", info.Holder(), isolate);
ConstructionContext   90 Source/bindings/tests/results/V8TestInterfaceConstructor2.cpp     ExceptionState exceptionState(ExceptionState::ConstructionContext, "TestInterfaceConstructor2", info.Holder(), info.GetIsolate());
ConstructionContext  252 Source/bindings/tests/results/V8TestInterfaceEventConstructor.cpp     ExceptionState exceptionState(ExceptionState::ConstructionContext, "TestInterfaceEventConstructor", info.Holder(), isolate);
ConstructionContext   93 Source/bindings/tests/results/V8TestInterfaceNamedConstructor.cpp     ExceptionState exceptionState(ExceptionState::ConstructionContext, "TestInterfaceNamedConstructor", info.Holder(), info.GetIsolate());
ConstructionContext  277 Source/bindings/v8/CustomElementConstructorBuilder.cpp     ExceptionState exceptionState(ExceptionState::ConstructionContext, "CustomElement", info.Holder(), info.GetIsolate());
ConstructionContext  151 Source/bindings/v8/ExceptionState.cpp         if (m_context == ConstructionContext)
ConstructionContext   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); }
ConstructionContext   41 Source/bindings/v8/custom/V8BlobCustom.cpp     ExceptionState exceptionState(ExceptionState::ConstructionContext, "Blob", info.Holder(), info.GetIsolate());
ConstructionContext   42 Source/bindings/v8/custom/V8FileCustom.cpp     ExceptionState exceptionState(ExceptionState::ConstructionContext, "File", info.Holder(), info.GetIsolate());
ConstructionContext   46 Source/bindings/v8/custom/V8MutationObserverCustom.cpp     ExceptionState exceptionState(ExceptionState::ConstructionContext, "MutationObserver", info.Holder(), info.GetIsolate());