Changes between Version 3 and Version 4 of JSRootingGuide


Ignore:
Timestamp:
Jun 21, 2014, 10:30:44 PM (10 years ago)
Author:
Yves
Comment:

Prevent some keyword/link detection by the wiki

Legend:

Unmodified
Added
Removed
Modified
  • JSRootingGuide

    v3 v4  
    55
    66=== Implicit conversion to JS::Value ===
    7 Implicit conversion from JS::RootedValue, JS::HandleValue and JS::MutableHandle to JS::Value allows us using a rooted type at the top of a chain of functions that are not migrated yet.
     7Implicit conversion from JS::!RootedValue, JS::!HandleValue and JS::!MutableHandle to JS::Value allows us using a rooted type at the top of a chain of functions that are not migrated yet.
    88This does not work with JS::Value pointer arguments unfortunately. The following code is valid:
    99{{{