11cb0ef41Sopenharmony_ci// Flags: --disallow-code-generation-from-strings 21cb0ef41Sopenharmony_ci'use strict'; 31cb0ef41Sopenharmony_ci 41cb0ef41Sopenharmony_cirequire('../common'); 51cb0ef41Sopenharmony_ciconst assert = require('assert'); 61cb0ef41Sopenharmony_ci 71cb0ef41Sopenharmony_ci// Verify that v8 option --disallow-code-generation-from-strings is still 81cb0ef41Sopenharmony_ci// respected 91cb0ef41Sopenharmony_ciassert.throws(() => eval('"eval"'), EvalError); 10