| Index: runtime/vm/intermediate_language.cc
|
| ===================================================================
|
| --- runtime/vm/intermediate_language.cc (revision 14794)
|
| +++ runtime/vm/intermediate_language.cc (working copy)
|
| @@ -2020,6 +2020,7 @@
|
|
|
| void CreateClosureInstr::EmitNativeCode(FlowGraphCompiler* compiler) {
|
| const Function& closure_function = function();
|
| + ASSERT(!closure_function.IsImplicitStaticClosureFunction());
|
| const Code& stub = Code::Handle(
|
| StubCode::GetAllocationStubForClosure(closure_function));
|
| const ExternalLabel label(closure_function.ToCString(), stub.EntryPoint());
|
|
|