mirror of https://github.com/svaarala/duktape.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
562 B
15 lines
562 B
<a name="propertyvirtualization"></a> <!-- for old links -->
|
|
<a name="virtualization-accessors"></a> <!-- for old links -->
|
|
<a name="virtualization-proxy-object"></a> <!-- for old links -->
|
|
<h1 id="virtualproperties">Virtual properties</h1>
|
|
|
|
<p>Duktape provides two mechanisms for interacting with property accesses
|
|
programmatically:</p>
|
|
|
|
<ul>
|
|
<li>Accessor properties (setters and getters)</li>
|
|
<li>The <code>Proxy</code> object</li>
|
|
</ul>
|
|
|
|
<p>See <a href="http://wiki.duktape.org/HowtoVirtualProperties.html">How to use virtual properties</a>
|
|
for examples.</p>
|
|
|