I forgot the last one: we can now implicitly construct a Handle<T*> from the 
new NullPtr type:

  HandleObject h = NullPtr();
  void foo(HandleObject g);
  foo(NullPtr());
_______________________________________________
dev-tech-js-engine-internals mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-tech-js-engine-internals

Reply via email to