Access context properties through the qml context
authorLars Knoll <lars.knoll@theqtcompany.com>
Mon, 22 Jun 2015 05:46:32 +0000 (07:46 +0200)
committerSimon Hausmann <simon.hausmann@theqtcompany.com>
Mon, 10 Aug 2015 01:22:05 +0000 (01:22 +0000)
commitf21e8c641af6b2d10f0d7e7e0fc6a755dab3673c
treeb3b430f88fc83f57d0413a7723ee35aa715f795c
parentb2889568170b20ca8f870a7f4a1a1c3ac9f698c5
Access context properties through the qml context

And get rid of another temp in the IR.

Change-Id: I039393e020e5141f1986aee276246c30fd8057f3
Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com>
16 files changed:
src/qml/compiler/qqmlirbuilder.cpp
src/qml/compiler/qqmlirbuilder_p.h
src/qml/compiler/qqmltypecompiler.cpp
src/qml/compiler/qv4instr_moth_p.h
src/qml/compiler/qv4isel_moth.cpp
src/qml/compiler/qv4isel_moth_p.h
src/qml/compiler/qv4isel_p.cpp
src/qml/compiler/qv4isel_p.h
src/qml/compiler/qv4jsir.cpp
src/qml/compiler/qv4jsir_p.h
src/qml/jit/qv4isel_masm.cpp
src/qml/jit/qv4isel_masm_p.h
src/qml/jit/qv4regalloc.cpp
src/qml/jsruntime/qv4runtime.cpp
src/qml/jsruntime/qv4runtime_p.h
src/qml/jsruntime/qv4vme_moth.cpp