DeletionContext   445 Source/bindings/templates/interface.cpp     ExceptionState exceptionState(ExceptionState::DeletionContext, *namedProperty, "{{interface_name}}", info.Holder(), info.GetIsolate());
DeletionContext   330 Source/bindings/tests/results/V8TestInterface2.cpp     ExceptionState exceptionState(ExceptionState::DeletionContext, *namedProperty, "TestInterface2", info.Holder(), info.GetIsolate());
DeletionContext   142 Source/bindings/v8/ExceptionState.cpp         if (m_context == DeletionContext)