Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • F flatpak-qt-creator
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Marco Bubke
  • flatpak-qt-creator
  • Repository
Switch branch/tag
  • flatpak-qt-creator
  • src
  • libs
  • qmljs
  • qmljsinterpreter.cpp
Find file BlameHistoryPermalink
  • Christian Kamm's avatar
    QmlJS: Share Context. · 9dc9674c
    Christian Kamm authored Jul 13, 2011
    Previously Context was not entirely thread safe and had to be
    copied locally. Now it is thread safe and its lifetime
    managed by QSharedPointer.
    
    The non-safe parts were moved into ScopeChain in a previous commit.
    
    Change-Id: I851a93de85cbd6391dbea0fe33b011e2e093addb
    Reviewed-on: http://codereview.qt.nokia.com/1695
    
    
    Reviewed-by: default avatarFawzi Mohamed <fawzi.mohamed@nokia.com>
    9dc9674c