Type Alias IntrinsicFunctionNaming
IntrinsicFunctionNaming: {
aran.createObject: "createObject";
aran.declareGlobalVariable: "declareGlobalVariable";
aran.discardGlobalVariable: "discardGlobalVariable";
aran.getValueProperty: "getValueProperty";
aran.isConstructor: "isConstructor";
aran.listForInKey: "listForInKey";
aran.listIteratorRest: "listIteratorRest";
aran.performBinaryOperation: "performBinaryOperation";
aran.performUnaryOperation: "performUnaryOperation";
aran.readGlobalVariable: "readGlobalVariable";
aran.retropileEvalCode: "retropileEvalCode";
aran.sliceObject: "sliceObject";
aran.throwException: "throwException";
aran.toArgumentList: "toArgumentList";
aran.toPropertyKey: "toPropertyKey";
aran.transpileEvalCode: "transpileEvalCode";
aran.typeofGlobalVariable: "typeofGlobalVariable";
aran.writeGlobalVariableSloppy: "writeGlobalVariableSloppy";
aran.writeGlobalVariableStrict: "writeGlobalVariableStrict";
}