JSClassExoticMethods_ class final
- Inheritance
- Implemented types
- Available extensions
Constructors
Properties
-
address
→ Pointer<
T> -
Available on T, provided by the StructAddress extension
The memory address of the underlying data.no setter -
define_own_property
↔ Pointer<
NativeFunction< Int Function(Pointer< >JSContext_> ctx, JSValue_ this_obj, JSAtom prop, JSValue_ val, JSValue_ getter, JSValue_ setter, Int flags)> -
getter/setter pair
-
delete_property
↔ Pointer<
NativeFunction< Int Function(Pointer< >JSContext_> ctx, JSValue_ obj, JSAtom prop)> -
getter/setter pair
-
get_own_property
↔ Pointer<
NativeFunction< Int Function(Pointer< >JSContext_> ctx, Pointer<JSPropertyDescriptor_> desc, JSValue_ obj, JSAtom prop)> -
getter/setter pair
-
get_own_property_names
↔ Pointer<
NativeFunction< Int Function(Pointer< >JSContext_> ctx, Pointer<Pointer< ptab, Pointer<JSPropertyEnum_> >Uint32> plen, JSValue_ obj)> -
getter/setter pair
-
get_property
↔ Pointer<
NativeFunction< JSValue_ Function(Pointer< >JSContext_> ctx, JSValue_ obj, JSAtom atom, JSValue_ receiver)> -
getter/setter pair
-
has_property
↔ Pointer<
NativeFunction< Int Function(Pointer< >JSContext_> ctx, JSValue_ obj, JSAtom atom)> -
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
set_property
↔ Pointer<
NativeFunction< Int Function(Pointer< >JSContext_> ctx, JSValue_ obj, JSAtom atom, JSValue_ value, JSValue_ receiver, Int flags)> -
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited