2020-01-30 11:31:37 +00:00
|
|
|
// Copyright 2020 the V8 project authors. All rights reserved.
|
|
|
|
// Use of this source code is governed by a BSD-style license that can be
|
|
|
|
// found in the LICENSE file.
|
|
|
|
|
|
|
|
// Flags: --allow-natives-for-differential-fuzzing
|
|
|
|
|
2020-06-22 12:35:34 +00:00
|
|
|
// Test blocklisted intrinsics in the context of differential fuzzing.
|
2020-01-30 11:31:37 +00:00
|
|
|
assertEquals(undefined, %IsBeingInterpreted());
|