Skip to content
Commit 75df4af3 authored by Alex Richardson's avatar Alex Richardson
Browse files

structures: allow custom string representations of values + unit test

Also install a script that allows creating UUID/GUID structures with
such a custom to string function. It can be used by writing this:

var x = importScript('uuid.js')
var myUUID = x.UUID()
var myGUID = x.GUID()

BUG: 263491
CCBUG: 263496
parent 93f9bc24
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment