@Override
public void endVisit(JLongLiteral x, Context ctx) {
SourceInfo sourceInfo = x.getSourceInfo();
int[] intArray = LongLib.getAsIntArray(x.getValue());
JsObjectLiteral objectLit = new JsObjectLiteral(sourceInfo);
List<JsPropertyInitializer> inits = objectLit.getPropertyInitializers();
JsExpression label0 = new JsNameRef(sourceInfo, "l");
JsExpression label1 = new JsNameRef(sourceInfo, "m");
JsExpression label2 = new JsNameRef(sourceInfo, "h");
JsExpression value0 = new JsNumberLiteral(sourceInfo, intArray[0]);
JsExpression value1 = new JsNumberLiteral(sourceInfo, intArray[1]);