You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
undefined:3402class ArgumentsProcessor extends BaseArgumentsProcessor { ^ReferenceError: BaseArgumentsProcessor is not defined at eval (eval at <anonymous> (internal/v8_prof_processor.js:38:1), <anonymous>:3402:34) at eval (eval at <anonymous> (internal/v8_prof_processor.js:38:1), <anonymous>:3947:3) at internal/v8_prof_processor.js:38:1 at NativeModule.compile (bootstrap_node.js:626:7) at Function.NativeModule.require (bootstrap_node.js:558:18) at startup (bootstrap_node.js:140:20) at bootstrap_node.js:638:3
The text was updated successfully, but these errors were encountered:
This commit includes deps/v8/tools/arguments.js, which is
needed by the profiler.
PR-URL: nodejs#18455Fixes: nodejs#18451
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: James M Snell <jasnell@gmail.com>
Repro:
Observation:
The text was updated successfully, but these errors were encountered: