Enumeration OBJECT_STRING_TAG

Enumeration Members

ARGUMENTS: "Arguments"
ARRAY: "Array"
ARRAY_BUFFER: "ArrayBuffer"
ASYNC_FUNCTION: "AsyncFunction"
BIG_INT: "BigInt"
BIG_INT_64_ARRAY: "BigInt64Array"
BIG_UINT_64_ARRAY: "BigUint64Array"
BOOLEAN: "Boolean"
DATE: "Date"
ERROR: "Error"
FLOAT_32_ARRAY: "Float32Array"
FLOAT_64_ARRAY: "Float64Array"
FUNCTION: "Function"
GENERATOR_FUNCTION: "GeneratorFunction"
INT_16_ARRAY: "Int16Array"
INT_32_ARRAY: "Int32Array"
INT_8_ARRAY: "Int8Array"
MAP: "Map"
NULL: "Null"
NUMBER: "Number"
OBJECT: "Object"
PROMISE: "Promise"
REGEXP: "RegExp"
SET: "Set"
STRING: "String"
SYMBOL: "Symbol"
UINT_16_ARRAY: "Uint16Array"
UINT_32_ARRAY: "Uint32Array"
UINT_8_ARRAY: "Uint8Array"
UINT_8_CLAMPED_ARRAY: "Uint8ClampedArray"
UNDEFINED: "Undefined"
WEAK_MAP: "WeakMap"
WEAK_SET: "WeakSet"