code-red
`Object.getOwnPropertyDescriptor`, but accounts for IE's broken implementation.
Returns true if a value has the characteristics of a valid JavaScript accessor descriptor.
A helper to optimistically set Symbol.toStringTag, when possible.
Test whether a value has in its prototype chain a specified constructor as a prototype property.
Return a function which tests if every element in an array-like object passes a test condition.
Detect native function name support.
Are these two values conceptually equal?
An ES2015 spec-compliant `Function.prototype.name` shim
ES Object-related atoms: Object, ToObject, RequireObjectCoercible
Get and robustly cache all JS language-level intrinsics at first require time
Test if a value is an empty array.
Return the current working directory.
Oxc Transformer Node API
Return the global object.
Test if a value is null.
Test if a value is an array-like object containing only nonnegative integers.
Detect native Symbol.hasInstance support.
Store information about any JS value in a side channel. Uses WeakMap if available.
If available, the `Object.prototype.__proto__` accessor and mutator, call-bound
Does this JS environment support the `name` property on functions?
Test if a finite double-precision floating-point number is a nonnegative integer.
Test if a value is a number having a nonnegative value.
Test if a value is an array-like object of numbers.