ref: 84752905b9d5a721121f049d05724fa2899525bd
parent: fe63f4cb3c48346d818af264cf4773d27e1c3b5d
author: Tor Andersson <tor.andersson@artifex.com>
date: Tue Mar 17 09:10:36 EDT 2020
Document the expected behavior of js_Put correctly.
--- a/docs/reference.html
+++ b/docs/reference.html
@@ -652,7 +652,7 @@
Any property accesses that are not overridden will be handled as usual in the runtime.
The "HasProperty" callback should push a value and return true if it wants to
handle the property, otherwise it should do nothing and return false. "Put"
-should pop a value and return true if it wants to handle the property.
+should read the top value and return true if it wants to handle the property.
Likewise, "Delete" should return true if it wants to handle the property.
<pre>