v8/test/mjsunit/runtime-gen/functionisarrow.js
2014-07-21 12:20:05 +00:00

6 lines
221 B
JavaScript

// Copyright 2014 the V8 project authors. All rights reserved.
// AUTO-GENERATED BY tools/generate-runtime-tests.py, DO NOT MODIFY
// Flags: --allow-natives-syntax --harmony
var arg0 = () => null;
%FunctionIsArrow(arg0);