| OLD | NEW |
| 1 // Copyright 2009 the V8 project authors. All rights reserved. | 1 // Copyright 2009 the V8 project authors. All rights reserved. |
| 2 // Redistribution and use in source and binary forms, with or without | 2 // Redistribution and use in source and binary forms, with or without |
| 3 // modification, are permitted provided that the following conditions are | 3 // modification, are permitted provided that the following conditions are |
| 4 // met: | 4 // met: |
| 5 // | 5 // |
| 6 // * Redistributions of source code must retain the above copyright | 6 // * Redistributions of source code must retain the above copyright |
| 7 // notice, this list of conditions and the following disclaimer. | 7 // notice, this list of conditions and the following disclaimer. |
| 8 // * Redistributions in binary form must reproduce the above | 8 // * Redistributions in binary form must reproduce the above |
| 9 // copyright notice, this list of conditions and the following | 9 // copyright notice, this list of conditions and the following |
| 10 // disclaimer in the documentation and/or other materials provided | 10 // disclaimer in the documentation and/or other materials provided |
| (...skipping 1509 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1520 } | 1520 } |
| 1521 | 1521 |
| 1522 Object* CallStubCompiler::CompileCallInterceptor(Object* a, | 1522 Object* CallStubCompiler::CompileCallInterceptor(Object* a, |
| 1523 JSObject* b, | 1523 JSObject* b, |
| 1524 String* c) { | 1524 String* c) { |
| 1525 UNIMPLEMENTED(); | 1525 UNIMPLEMENTED(); |
| 1526 return NULL; | 1526 return NULL; |
| 1527 } | 1527 } |
| 1528 | 1528 |
| 1529 void JumpTarget::DoBind() { | 1529 void JumpTarget::DoBind() { |
| 1530 UNIMPLEMENTED(); | 1530 // UNIMPLEMENTED(); |
| 1531 } | 1531 } |
| 1532 | 1532 |
| 1533 void JumpTarget::DoBranch(Condition a, Hint b) { | 1533 void JumpTarget::DoBranch(Condition a, Hint b) { |
| 1534 UNIMPLEMENTED(); | 1534 UNIMPLEMENTED(); |
| 1535 } | 1535 } |
| 1536 | 1536 |
| 1537 void JumpTarget::DoJump() { | 1537 void JumpTarget::DoJump() { |
| 1538 UNIMPLEMENTED(); | 1538 UNIMPLEMENTED(); |
| 1539 } | 1539 } |
| 1540 | 1540 |
| (...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1588 UNIMPLEMENTED(); | 1588 UNIMPLEMENTED(); |
| 1589 return NULL; | 1589 return NULL; |
| 1590 } | 1590 } |
| 1591 | 1591 |
| 1592 Object* StubCompiler::CompileLazyCompile(Code::Flags a) { | 1592 Object* StubCompiler::CompileLazyCompile(Code::Flags a) { |
| 1593 UNIMPLEMENTED(); | 1593 UNIMPLEMENTED(); |
| 1594 return NULL; | 1594 return NULL; |
| 1595 } | 1595 } |
| 1596 | 1596 |
| 1597 } } // namespace v8::internal | 1597 } } // namespace v8::internal |
| OLD | NEW |