Changeset 121627 in webkit for trunk/Source/JavaScriptCore/jit/JIT.cpp
- Timestamp:
- Jun 30, 2012, 5:09:15 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/jit/JIT.cpp
r121605 r121627 1 1 /* 2 * Copyright (C) 2008, 2009 , 2012Apple Inc. All rights reserved.2 * Copyright (C) 2008, 2009 Apple Inc. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 473 473 DEFINE_SLOWCASE_OP(op_new_array) 474 474 DEFINE_SLOWCASE_OP(op_new_object) 475 DEFINE_SLOWCASE_OP(op_new_func) 476 DEFINE_SLOWCASE_OP(op_new_func_exp) 475 477 DEFINE_SLOWCASE_OP(op_not) 476 478 DEFINE_SLOWCASE_OP(op_nstricteq)
Note:
See TracChangeset
for help on using the changeset viewer.