summaryrefslogtreecommitdiff
path: root/fxjs/README
diff options
context:
space:
mode:
Diffstat (limited to 'fxjs/README')
-rw-r--r--fxjs/README8
1 files changed, 5 insertions, 3 deletions
diff --git a/fxjs/README b/fxjs/README
index adc5827dbe..a38e746d4e 100644
--- a/fxjs/README
+++ b/fxjs/README
@@ -28,6 +28,8 @@ tag and contains either:
formcalc_fm2js_descriptor
Slot 1's contents are determined by these tags:
- kPerObjectDataTag means to expect a CFXJS_PerObjectData.
- g_FXJSETagString means to expect a CFXJSE_HostObject.
- A FXJSE_CLASS_DESCRIPTOR pointer means to expect a v8 function.
+ kPerObjectDataTag means an aligned pointer to CFXJS_PerObjectData.
+ g_FXJSETagString means an aligned pointer to CFXJSE_HostObject.
+ A FXJSE_CLASS_DESCRIPTOR pointer means to expect an actual v8 function
+ object, and not an aligned pointer.
+