summaryrefslogtreecommitdiff
path: root/xfa/fxjse/value.h
AgeCommit message (Expand)Author
2016-06-09Move xfa/fxjse/ to fxjse/dsinclair
2016-06-09Convert CFXJSE_Value::ToString to return.dsinclair
2016-06-07Remove various FXJSE Value methods.dsinclair
2016-06-02Remove FXJSE_Value_ToObject and call methods directlydsinclair
2016-05-31Replace void* with CFXJSE_HostObect and make wrapped objects inherit from ittsepez
2016-05-31Replace CFXJSE_Value create/destroy with new and delete.dsinclair
2016-05-26Remove FXJSE_HOBJECT and FXJSE_HVALUE for CFXJSE_Value*dsinclair
2016-05-26Replace FXJSE_HCONTEXT with CFXJSE_Context*dsinclair
2016-05-26Revert of Remove parameters which are always null (patchset #1 id:1 of https:...dsinclair
2016-05-25Remove parameters which are always nulldsinclair
2016-04-05Rename GetCStr and GetPtr to match CFX_ByteString.dsinclair
2016-03-30Replace FXJSE_DOUBLE with doubledsinclair
2016-03-14Move xfa/src up to xfa/.Dan Sinclair