xref: /third_party/node/test/fixtures/repl-load-multiline.js (revision 1cb0ef41)
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/node/test/fixtures/
11cb0ef41Sopenharmony_ciconst getLunch = () =>
21cb0ef41Sopenharmony_ci  placeOrder('tacos')
31cb0ef41Sopenharmony_ci    .then(eat);
41cb0ef41Sopenharmony_ci
51cb0ef41Sopenharmony_ciconst placeOrder = (order) => Promise.resolve(order);
61cb0ef41Sopenharmony_ciconst eat = (food) => '<nom nom nom>';
7

Indexes created Thu Nov 07 10:32:03 CST 2024