Closed Bug 921084 Opened 11 years ago Closed 11 years ago

Templatize the NonGenericMethod helpers

Categories

(Core :: JavaScript Engine, defect)

defect
Not set
normal

Tracking

()

RESOLVED INVALID

People

(Reporter: sfink, Assigned: sfink)

Details

We have a lot of

  static bool
  dosomething(JSContext *cx, unsigned argc, Value *vp)
  {
      CallArgs args = CallArgsFromVp(argc, vp);
      return CallNonGenericMethod<IsRegExp, dosomething_impl>(cx, args);
  }

boilerplate.
Sorry, please ignore; bzexport bug.
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → INVALID
You need to log in before you can comment on or make changes to this bug.