JSCFunctionListEntry class
- Implemented types
-
- Mixed-in types
-
Constructors
-
JSCFunctionListEntry.defAlias(JSContext ctx, String name, String from, {bool autoDispose = true})
-
factory
-
JSCFunctionListEntry.defAliasBase(JSContext ctx, String name, String from, int base, {bool autoDispose = true})
-
factory
-
JSCFunctionListEntry.defCFunc(JSContext _ctx, String name, {JSCFunction? func, int argc = 0, bool autoDispose = true})
-
-
JSCFunctionListEntry.defCFuncMagic(JSContext ctx, String name, {JSCFunctionGenericMagicFunction? func, int magic = 0, int argc = 0, bool autoDispose = true})
-
factory
-
JSCFunctionListEntry.defCGetset(JSContext ctx, String name, {JSCFunctionGetterFunction? getFunc, JSCFunctionSetterFunction? setFunc, bool autoDispose = true})
-
factory
-
JSCFunctionListEntry.defCGetsetMagic(JSContext ctx, String name, {JSCFunctionGetterMagicFunction? getFunc, JSCFunctionSetterMagicFunction? setFunc, int magic = 0, bool autoDispose = true})
-
factory
-
JSCFunctionListEntry.defIteratorNext(JSContext ctx, String name, {JSCFunctionIterNextFunction? func, int magic = 0, int argc = 0, bool autoDispose = true})
-
factory
-
JSCFunctionListEntry.defObject(JSContext ctx, String name, JSCFunctionListEntry tab, int len, JSProp propFlags, {bool autoDispose = true})
-
factory
-
JSCFunctionListEntry.defPropDouble(JSContext ctx, String name, double val, JSProp propFlags, {bool autoDispose = true})
-
factory
-
JSCFunctionListEntry.defPropInt32(JSContext ctx, String name, int val, JSProp propFlags, {bool autoDispose = true})
-
factory
-
JSCFunctionListEntry.defPropInt64(JSContext ctx, String name, int val, JSProp propFlags, {bool autoDispose = true})
-
factory
-
JSCFunctionListEntry.defPropString(JSContext ctx, String name, String cstr, JSProp propFlags, {bool autoDispose = true})
-
factory
-
JSCFunctionListEntry.defPropUndefined(JSContext ctx, String name, JSProp propFlags, {bool autoDispose = true})
-
factory