Add rudimentary internal field support
authorSimon Hausmann <simon.hausmann@digia.com>
Fri, 10 May 2013 14:46:01 +0000 (16:46 +0200)
committerLars Knoll <lars.knoll@digia.com>
Fri, 10 May 2013 16:31:32 +0000 (18:31 +0200)
commitfd12b295b144999fece3ad29a6f1e770bf809c81
treefe77a1bec11c9d309e167bc74bb398a3aae32ae1
parent231a71e8b4f0cbc088382ddc8c32a6b179f83b3a
Add rudimentary internal field support

This patch maps the internal field support somewhat hackishly through
the public JS properties by prefixing them with _internalfield_.

Internal fields are used in only a few places in QML, including the context2d
bindings, which I'm trying to port along with passing auto tests.

Change-Id: I5fe6cd7a825f437b9d5cccbee8da67336d82002c
Reviewed-by: Lars Knoll <lars.knoll@digia.com>
src/qml/qml/v4/qv4v8.cpp