Two small notes: - we can now write "h.isInt32()" for a HandleValue h, instead of "h.get().isInt32()" (via a Handle<Value> specialization). - cx->global() now returns a non-null Handle<GlobalObject*>
Happy Handling, Luke _______________________________________________ dev-tech-js-engine-internals mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-js-engine-internals

