X-Git-Url: https://git.saurik.com/apple/javascriptcore.git/blobdiff_plain/2d39b0e377c0896910ee49ae70082ba665faf986..ed1e77d3adeb83d26fd1dfb16dd84cabdcefd250:/assembler/AbortReason.h diff --git a/assembler/AbortReason.h b/assembler/AbortReason.h index 34c345b..1a5f068 100644 --- a/assembler/AbortReason.h +++ b/assembler/AbortReason.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Apple Inc. All rights reserved. + * Copyright (C) 2014, 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 @@ -57,6 +57,7 @@ enum AbortReason { DFGSlowPathGeneratorFellThrough = 210, DFGUnreachableBasicBlock = 220, DFGUnreasonableOSREntryJumpDestination = 230, + DFGVarargsThrowingPathDidNotThrow = 235, JITDivOperandsAreNotNumbers = 240, JITGetByValResultIsNotEmpty = 250, JITNotSupported = 260,