| Index: src/builtins/builtins.h
|
| diff --git a/src/builtins/builtins.h b/src/builtins/builtins.h
|
| index 5e26a1d311481f650165e383e6b5832a9e3c24cd..47bbd0b68cb981f5ff2c95e6c88ebca5b8493929 100644
|
| --- a/src/builtins/builtins.h
|
| +++ b/src/builtins/builtins.h
|
| @@ -86,6 +86,9 @@ namespace internal {
|
| ASM(JSConstructStubGeneric) \
|
| ASM(JSBuiltinsConstructStub) \
|
| ASM(JSBuiltinsConstructStubForDerived) \
|
| + /* CompileLazy is here because it needs to exist for FastNewClosure. */ \
|
| + ASM(CompileLazy) \
|
| + TFS(FastNewClosureStub, BUILTIN, kNoExtraICState, FastNewClosure) \
|
| \
|
| /* Apply and entries */ \
|
| ASM(Apply) \
|
| @@ -121,7 +124,6 @@ namespace internal {
|
| ASM(InterpreterOnStackReplacement) \
|
| \
|
| /* Code life-cycle */ \
|
| - ASM(CompileLazy) \
|
| ASM(CompileBaseline) \
|
| ASM(CompileOptimized) \
|
| ASM(CompileOptimizedConcurrent) \
|
|
|