HomeSort by relevance Sort by last modified time
    Searched refs:changePrototypeTransition (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/JavaScriptCore/runtime/
Structure.h 72 static Structure* changePrototypeTransition(JSGlobalData&, Structure*, JSValue prototype);
JSObject.h 444 setStructure(globalData, Structure::changePrototypeTransition(globalData, m_structure.get(), prototype));
    [all...]
Structure.cpp 392 Structure* Structure::changePrototypeTransition(JSGlobalData& globalData, Structure* structure, JSValue prototype)

Completed in 36 milliseconds