OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:copyPropertyTable
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/JavaScriptCore/runtime/
Structure.cpp
401
transition->m_propertyTable = structure->
copyPropertyTable
(globalData, transition);
418
transition->m_propertyTable = structure->
copyPropertyTable
(globalData, transition);
439
transition->m_propertyTable = structure->
copyPropertyTable
(globalData, transition);
453
transition->m_propertyTable = structure->
copyPropertyTable
(globalData, transition);
507
transition->m_propertyTable = structure->
copyPropertyTable
(globalData, transition);
638
PropertyTable* Structure::
copyPropertyTable
(JSGlobalData& globalData, Structure* owner)
Structure.h
188
PropertyTable*
copyPropertyTable
(JSGlobalData&, Structure* owner);
Completed in 25 milliseconds