isConstructor property

bool isConstructor
override

Implementation

bool get isConstructor {
  script._arguments[0].setValue(this);
  return script._action(JS_ACTION_IS_CONSTRUCTOR, 1, block: (results, length) => results[0].get(script));
}