JSDescriptor(JSCode<T> code,
JSCode<T> constructor,
JSDescriptor<?> parent,
String[] paramAndVarNames,
boolean[] paramIsConst,
boolean isStrict,
boolean isScript,
boolean isTopLevel,
boolean isES6Generator,
boolean isShorthand,
boolean hasPrototype,
boolean hasLexicalThis,
boolean isEvalFunction,
boolean hasRestArg,
String sourceFile,
String rawSource,
int rawSourceStart,
int rawSourceEnd,
String name,
int languageVersion,
int paramAndVarCount,
int paramCount,
int arity,
boolean hasDefaultParameters,
boolean requiresActivationFrame,
boolean requiresArgumentObject,
boolean declaredAsFunctionExpression,
SecurityController securityController,
Object securityDomain,
int functionType) |
JSDescriptor(JSCode<T> code,
JSCode<T> constructor,
JSDescriptor<?> parent,
String[] paramAndVarNames,
boolean[] paramIsConst,
boolean isStrict,
boolean isScript,
boolean isTopLevel,
boolean isES6Generator,
boolean isShorthand,
boolean hasPrototype,
boolean hasLexicalThis,
boolean isEvalFunction,
boolean hasRestArg,
String sourceFile,
String rawSource,
int rawSourceStart,
int rawSourceEnd,
String name,
int languageVersion,
int paramAndVarCount,
int paramCount,
int arity,
boolean hasDefaultParameters,
boolean requiresActivationFrame,
boolean requiresArgumentObject,
boolean declaredAsFunctionExpression,
SecurityController securityController,
Object securityDomain,
int functionType) |