//! Core built-ins registration.
//!
//! This module provides the function to register all core built-in objects
//! with the BuiltInRegistry.
use crateBuiltInRegistry;
use console;
use object;
use array;
use string;
use number;
use math;
use json;
use error;
/// Register all core built-in objects with the registry.