/*
- * Copyright (C) 2013 Apple Inc. All rights reserved.
+ * Copyright (C) 2013, 2015 Apple Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
case FlushedJSValue:
out.print("FlushedJSValue");
return;
- case FlushedArguments:
- out.print("FlushedArguments");
- return;
case ConflictingFlush:
out.print("ConflictingFlush");
return;