JSCFunctionType_ class final

Inheritance
Implemented types
Available extensions

Constructors

JSCFunctionType_()

Properties

address → Pointer<T>

Available on T, provided by the UnionAddress extension

The memory address of the underlying data.
no setter
constructor ↔ Pointer<NativeFunction<JSCFunction_>>
getter/setter pair
constructor_magic ↔ Pointer<NativeFunction<JSValue_ Function(Pointer<JSContext_> ctx, JSValue_ new_target, Int argc, Pointer<JSValue_> argv, Int magic)>>
getter/setter pair
constructor_or_func ↔ Pointer<NativeFunction<JSCFunction_>>
getter/setter pair
f_f ↔ Pointer<NativeFunction<Double Function(Double)>>
getter/setter pair
f_f_f ↔ Pointer<NativeFunction<Double Function(Double, Double)>>
getter/setter pair
generic ↔ Pointer<NativeFunction<JSCFunction_>>
getter/setter pair
generic_magic ↔ Pointer<NativeFunction<JSValue_ Function(Pointer<JSContext_> ctx, JSValue_ new_target, Int argc, Pointer<JSValue_> argv, Int magic)>>
getter/setter pair
getter ↔ Pointer<NativeFunction<JSValue_ Function(Pointer<JSContext_> ctx, JSValue_ this_val)>>
getter/setter pair
getter_magic ↔ Pointer<NativeFunction<JSValue_ Function(Pointer<JSContext_> ctx, JSValue_ this_val, Int magic)>>
getter/setter pair
hashCode → int
The hash code for this object.
no setterinherited
iterator_next ↔ Pointer<NativeFunction<JSValue_ Function(Pointer<JSContext_> ctx, JSValue_ this_val, Int argc, Pointer<JSValue_> argv, Pointer<Int> pdone, Int magic)>>
getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
setter ↔ Pointer<NativeFunction<JSValue_ Function(Pointer<JSContext_> ctx, JSValue_ this_val, JSValue_ val)>>
getter/setter pair
setter_magic ↔ Pointer<NativeFunction<JSValue_ Function(Pointer<JSContext_> ctx, JSValue_ this_val, JSValue_ val, Int magic)>>
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