Interface

JavaScriptCore-6.0JavaScriptCoreClassConstructorProps

interface ConstructorProps {
    context: JavaScriptCore.Context;
    name: string;
    parent: JavaScriptCore.Class;
}

Hierarchy (View Summary)

Index
name: string