This is a tracking issue for the migration of core modules to use builtins from the primordials object.
At the moment, for performance-sensitive code, only static methods and global functions should be migrated. V8 8.0 might have the optimization that we need to migrate prototype methods.
This is a tracking issue for the migration of core modules to use builtins from the
primordialsobject.At the moment, for performance-sensitive code, only static methods and global functions should be migrated. V8 8.0 might have the optimization that we need to migrate prototype methods.