Uses of Class
elemental2.core.JsObject
-
Uses of JsObject in elemental2.core
Fields in elemental2.core declared as JsObjectMethods in elemental2.core that return JsObjectModifier and TypeMethodDescriptionstatic JsObject
static final JsObject
static JsObject
static JsObject
JsObject.create
(JsObject proto, jsinterop.base.JsPropertyMap<ObjectPropertyDescriptor<Object>> properties) static final JsObject
static final JsObject
JsObject.create
(Object proto, jsinterop.base.JsPropertyMap<ObjectPropertyDescriptor<Object>> properties) static JsObject
JsObject.fromEntries
(JsIterable<Object> iter) static JsObject
JsObject.getPrototypeOf
(JsObject obj) static final JsObject
JsObject.getPrototypeOf
(Object obj) static JsObject
Reflect.getPrototypeOf
(JsObject target) static final JsObject
Reflect.getPrototypeOf
(Object target) default JsObject
static JsObject
JsObject.setPrototypeOf
(JsObject obj, Object proto) static final JsObject
JsObject.setPrototypeOf
(Object obj, Object proto) Methods in elemental2.core with parameters of type JsObjectModifier and TypeMethodDescriptionstatic JsObject
static void
JsError.captureStackTrace
(JsObject error) static void
JsError.captureStackTrace
(JsObject error, Function constructor) static JsObject
static JsObject
JsObject.create
(JsObject proto, jsinterop.base.JsPropertyMap<ObjectPropertyDescriptor<Object>> properties) static boolean
Reflect.defineProperty
(JsObject target, String propertyKey, ObjectPropertyDescriptor attributes) static boolean
Reflect.deleteProperty
(JsObject target, String propertyKey) static Object
static Object
static ObjectPropertyDescriptor
Reflect.getOwnPropertyDescriptor
(JsObject target, String propertyKey) static jsinterop.base.JsPropertyMap
<ObjectPropertyDescriptor> JsObject.getOwnPropertyDescriptors
(JsObject obj) JsObject.getOwnPropertyNames
(JsObject obj) JsObject.getOwnPropertySymbols
(JsObject obj) static JsObject
JsObject.getPrototypeOf
(JsObject obj) static JsObject
Reflect.getPrototypeOf
(JsObject target) static boolean
static boolean
JsObject.hasOwn
(JsObject obj, JsObject.HasOwnPropertyNameUnionType propertyName) static final boolean
static final boolean
static boolean
JsObject.isExtensible
(JsObject obj) static boolean
Reflect.isExtensible
(JsObject target) static boolean
boolean
JsObject.isPrototypeOf
(JsObject other) static boolean
final int
JsString.localeCompare
(String compareString, JsArray<String> locales, JsObject options) int
JsString.localeCompare
(String compareString, JsString.LocaleCompareLocalesUnionType locales, JsObject options) final int
JsString.localeCompare
(String compareString, String[] locales, JsObject options) final int
JsString.localeCompare
(String compareString, String locales, JsObject options) ProxyHandler.GetFn.onInvoke
(TARGET p0, ProxyHandler.GetFn.P1UnionType p1, JsObject p2) default Object
default Object
boolean
ProxyHandler.SetFn.onInvoke
(TARGET p0, ProxyHandler.SetFn.P1UnionType p1, Object p2, JsObject p3) default boolean
default boolean
boolean
static JsArray
<Reflect.OwnKeysArrayUnionType> static boolean
Reflect.preventExtensions
(JsObject target) static boolean
static boolean
static JsObject
JsObject.setPrototypeOf
(JsObject obj, Object proto) static boolean
Reflect.setPrototypeOf
(JsObject target, JsObject proto) final String
JsDate.toLocaleDateString
(JsArray<String> locales, JsObject options) JsDate.toLocaleDateString
(JsDate.ToLocaleDateStringLocalesUnionType locales, JsObject options) final String
JsDate.toLocaleDateString
(String[] locales, JsObject options) final String
JsDate.toLocaleDateString
(String locales, JsObject options) BigInt.toLocaleString
(BigInt.ToLocaleStringLocalesUnionType locales, JsObject options) final String
BigInt.toLocaleString
(JsArray<String> locales, JsObject options) final String
BigInt.toLocaleString
(String[] locales, JsObject options) final String
BigInt.toLocaleString
(String locales, JsObject options) final String
JsDate.toLocaleString
(JsArray<String> locales, JsObject options) JsDate.toLocaleString
(JsDate.ToLocaleStringLocalesUnionType locales, JsObject options) final String
JsDate.toLocaleString
(String[] locales, JsObject options) final String
JsDate.toLocaleString
(String locales, JsObject options) final String
JsNumber.toLocaleString
(JsArray<String> locales, JsObject options) JsNumber.toLocaleString
(JsNumber.ToLocaleStringLocalesUnionType locales, JsObject options) final String
JsNumber.toLocaleString
(String[] locales, JsObject options) final String
JsNumber.toLocaleString
(String locales, JsObject options) final String
JsDate.toLocaleTimeString
(JsArray<String> locales, JsObject options) JsDate.toLocaleTimeString
(JsDate.ToLocaleTimeStringLocalesUnionType locales, JsObject options) final String
JsDate.toLocaleTimeString
(String[] locales, JsObject options) final String
JsDate.toLocaleTimeString
(String locales, JsObject options)