| Index: src/builtins.h
|
| diff --git a/src/builtins.h b/src/builtins.h
|
| index 8a07b22a9868a5f5e572c082857a7305c0deafc7..0ff67c489942d119619223be5a950dc6cad244a8 100644
|
| --- a/src/builtins.h
|
| +++ b/src/builtins.h
|
| @@ -188,7 +188,9 @@ inline bool operator&(BuiltinExtraArguments lhs, BuiltinExtraArguments rhs) {
|
| V(HandleApiCallAsConstructor, kNone) \
|
| \
|
| V(RestrictedFunctionPropertiesThrower, kNone) \
|
| - V(RestrictedStrictArgumentsPropertiesThrower, kNone)
|
| + V(RestrictedStrictArgumentsPropertiesThrower, kNone) \
|
| + \
|
| + V(CompileAsmJs, kTarget)
|
|
|
| // Define list of builtins implemented in assembly.
|
| #define BUILTIN_LIST_A(V) \
|
|
|