123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214 |
- 'use strict';
- goog.provide('Blockly.JavaScript');
- goog.require('Blockly.Generator');
- Blockly.JavaScript = new Blockly.Generator('JavaScript');
- Blockly.JavaScript.addReservedWords(
- 'Blockly,' +
-
- 'break,case,catch,continue,debugger,default,delete,do,else,finally,for,function,if,in,instanceof,new,return,switch,this,throw,try,typeof,var,void,while,with,' +
- 'class,enum,export,extends,import,super,implements,interface,let,package,private,protected,public,static,yield,' +
- 'const,null,true,false,' +
-
- 'Array,ArrayBuffer,Boolean,Date,decodeURI,decodeURIComponent,encodeURI,encodeURIComponent,Error,eval,EvalError,Float32Array,Float64Array,Function,Infinity,Int16Array,Int32Array,Int8Array,isFinite,isNaN,Iterator,JSON,Math,NaN,Number,Object,parseFloat,parseInt,RangeError,ReferenceError,RegExp,StopIteration,String,SyntaxError,TypeError,Uint16Array,Uint32Array,Uint8Array,Uint8ClampedArray,undefined,uneval,URIError,' +
-
- 'applicationCache,closed,Components,content,_content,controllers,crypto,defaultStatus,dialogArguments,directories,document,frameElement,frames,fullScreen,globalStorage,history,innerHeight,innerWidth,length,location,locationbar,localStorage,menubar,messageManager,mozAnimationStartTime,mozInnerScreenX,mozInnerScreenY,mozPaintCount,name,navigator,opener,outerHeight,outerWidth,pageXOffset,pageYOffset,parent,performance,personalbar,pkcs11,returnValue,screen,screenX,screenY,scrollbars,scrollMaxX,scrollMaxY,scrollX,scrollY,self,sessionStorage,sidebar,status,statusbar,toolbar,top,URL,window,' +
- 'addEventListener,alert,atob,back,blur,btoa,captureEvents,clearImmediate,clearInterval,clearTimeout,close,confirm,disableExternalCapture,dispatchEvent,dump,enableExternalCapture,escape,find,focus,forward,GeckoActiveXObject,getAttention,getAttentionWithCycleCount,getComputedStyle,getSelection,home,matchMedia,maximize,minimize,moveBy,moveTo,mozRequestAnimationFrame,open,openDialog,postMessage,print,prompt,QueryInterface,releaseEvents,removeEventListener,resizeBy,resizeTo,restore,routeEvent,scroll,scrollBy,scrollByLines,scrollByPages,scrollTo,setCursor,setImmediate,setInterval,setResizable,setTimeout,showModalDialog,sizeToContent,stop,unescape,updateCommands,XPCNativeWrapper,XPCSafeJSObjectWrapper,' +
- 'onabort,onbeforeunload,onblur,onchange,onclick,onclose,oncontextmenu,ondevicemotion,ondeviceorientation,ondragdrop,onerror,onfocus,onhashchange,onkeydown,onkeypress,onkeyup,onload,onmousedown,onmousemove,onmouseout,onmouseover,onmouseup,onmozbeforepaint,onpaint,onpopstate,onreset,onresize,onscroll,onselect,onsubmit,onunload,onpageshow,onpagehide,' +
- 'Image,Option,Worker,' +
-
- 'Event,Range,File,FileReader,Blob,BlobBuilder,' +
- 'Attr,CDATASection,CharacterData,Comment,console,DocumentFragment,DocumentType,DomConfiguration,DOMError,DOMErrorHandler,DOMException,DOMImplementation,DOMImplementationList,DOMImplementationRegistry,DOMImplementationSource,DOMLocator,DOMObject,DOMString,DOMStringList,DOMTimeStamp,DOMUserData,Entity,EntityReference,MediaQueryList,MediaQueryListListener,NameList,NamedNodeMap,Node,NodeFilter,NodeIterator,NodeList,Notation,Plugin,PluginArray,ProcessingInstruction,SharedWorker,Text,TimeRanges,Treewalker,TypeInfo,UserDataHandler,Worker,WorkerGlobalScope,' +
- 'HTMLDocument,HTMLElement,HTMLAnchorElement,HTMLAppletElement,HTMLAudioElement,HTMLAreaElement,HTMLBaseElement,HTMLBaseFontElement,HTMLBodyElement,HTMLBRElement,HTMLButtonElement,HTMLCanvasElement,HTMLDirectoryElement,HTMLDivElement,HTMLDListElement,HTMLEmbedElement,HTMLFieldSetElement,HTMLFontElement,HTMLFormElement,HTMLFrameElement,HTMLFrameSetElement,HTMLHeadElement,HTMLHeadingElement,HTMLHtmlElement,HTMLHRElement,HTMLIFrameElement,HTMLImageElement,HTMLInputElement,HTMLKeygenElement,HTMLLabelElement,HTMLLIElement,HTMLLinkElement,HTMLMapElement,HTMLMenuElement,HTMLMetaElement,HTMLModElement,HTMLObjectElement,HTMLOListElement,HTMLOptGroupElement,HTMLOptionElement,HTMLOutputElement,HTMLParagraphElement,HTMLParamElement,HTMLPreElement,HTMLQuoteElement,HTMLScriptElement,HTMLSelectElement,HTMLSourceElement,HTMLSpanElement,HTMLStyleElement,HTMLTableElement,HTMLTableCaptionElement,HTMLTableCellElement,HTMLTableDataCellElement,HTMLTableHeaderCellElement,HTMLTableColElement,HTMLTableRowElement,HTMLTableSectionElement,HTMLTextAreaElement,HTMLTimeElement,HTMLTitleElement,HTMLTrackElement,HTMLUListElement,HTMLUnknownElement,HTMLVideoElement,' +
- 'HTMLCanvasElement,CanvasRenderingContext2D,CanvasGradient,CanvasPattern,TextMetrics,ImageData,CanvasPixelArray,HTMLAudioElement,HTMLVideoElement,NotifyAudioAvailableEvent,HTMLCollection,HTMLAllCollection,HTMLFormControlsCollection,HTMLOptionsCollection,HTMLPropertiesCollection,DOMTokenList,DOMSettableTokenList,DOMStringMap,RadioNodeList,' +
- 'SVGDocument,SVGElement,SVGAElement,SVGAltGlyphElement,SVGAltGlyphDefElement,SVGAltGlyphItemElement,SVGAnimationElement,SVGAnimateElement,SVGAnimateColorElement,SVGAnimateMotionElement,SVGAnimateTransformElement,SVGSetElement,SVGCircleElement,SVGClipPathElement,SVGColorProfileElement,SVGCursorElement,SVGDefsElement,SVGDescElement,SVGEllipseElement,SVGFilterElement,SVGFilterPrimitiveStandardAttributes,SVGFEBlendElement,SVGFEColorMatrixElement,SVGFEComponentTransferElement,SVGFECompositeElement,SVGFEConvolveMatrixElement,SVGFEDiffuseLightingElement,SVGFEDisplacementMapElement,SVGFEDistantLightElement,SVGFEFloodElement,SVGFEGaussianBlurElement,SVGFEImageElement,SVGFEMergeElement,SVGFEMergeNodeElement,SVGFEMorphologyElement,SVGFEOffsetElement,SVGFEPointLightElement,SVGFESpecularLightingElement,SVGFESpotLightElement,SVGFETileElement,SVGFETurbulenceElement,SVGComponentTransferFunctionElement,SVGFEFuncRElement,SVGFEFuncGElement,SVGFEFuncBElement,SVGFEFuncAElement,SVGFontElement,SVGFontFaceElement,SVGFontFaceFormatElement,SVGFontFaceNameElement,SVGFontFaceSrcElement,SVGFontFaceUriElement,SVGForeignObjectElement,SVGGElement,SVGGlyphElement,SVGGlyphRefElement,SVGGradientElement,SVGLinearGradientElement,SVGRadialGradientElement,SVGHKernElement,SVGImageElement,SVGLineElement,SVGMarkerElement,SVGMaskElement,SVGMetadataElement,SVGMissingGlyphElement,SVGMPathElement,SVGPathElement,SVGPatternElement,SVGPolylineElement,SVGPolygonElement,SVGRectElement,SVGScriptElement,SVGStopElement,SVGStyleElement,SVGSVGElement,SVGSwitchElement,SVGSymbolElement,SVGTextElement,SVGTextPathElement,SVGTitleElement,SVGTRefElement,SVGTSpanElement,SVGUseElement,SVGViewElement,SVGVKernElement,' +
- 'SVGAngle,SVGColor,SVGICCColor,SVGElementInstance,SVGElementInstanceList,SVGLength,SVGLengthList,SVGMatrix,SVGNumber,SVGNumberList,SVGPaint,SVGPoint,SVGPointList,SVGPreserveAspectRatio,SVGRect,SVGStringList,SVGTransform,SVGTransformList,' +
- 'SVGAnimatedAngle,SVGAnimatedBoolean,SVGAnimatedEnumeration,SVGAnimatedInteger,SVGAnimatedLength,SVGAnimatedLengthList,SVGAnimatedNumber,SVGAnimatedNumberList,SVGAnimatedPreserveAspectRatio,SVGAnimatedRect,SVGAnimatedString,SVGAnimatedTransformList,' +
- 'SVGPathSegList,SVGPathSeg,SVGPathSegArcAbs,SVGPathSegArcRel,SVGPathSegClosePath,SVGPathSegCurvetoCubicAbs,SVGPathSegCurvetoCubicRel,SVGPathSegCurvetoCubicSmoothAbs,SVGPathSegCurvetoCubicSmoothRel,SVGPathSegCurvetoQuadraticAbs,SVGPathSegCurvetoQuadraticRel,SVGPathSegCurvetoQuadraticSmoothAbs,SVGPathSegCurvetoQuadraticSmoothRel,SVGPathSegLinetoAbs,SVGPathSegLinetoHorizontalAbs,SVGPathSegLinetoHorizontalRel,SVGPathSegLinetoRel,SVGPathSegLinetoVerticalAbs,SVGPathSegLinetoVerticalRel,SVGPathSegMovetoAbs,SVGPathSegMovetoRel,ElementTimeControl,TimeEvent,SVGAnimatedPathData,' +
- 'SVGAnimatedPoints,SVGColorProfileRule,SVGCSSRule,SVGExternalResourcesRequired,SVGFitToViewBox,SVGLangSpace,SVGLocatable,SVGRenderingIntent,SVGStylable,SVGTests,SVGTextContentElement,SVGTextPositioningElement,SVGTransformable,SVGUnitTypes,SVGURIReference,SVGViewSpec,SVGZoomAndPan');
- Blockly.JavaScript.ORDER_ATOMIC = 0;
- Blockly.JavaScript.ORDER_MEMBER = 1;
- Blockly.JavaScript.ORDER_NEW = 1;
- Blockly.JavaScript.ORDER_FUNCTION_CALL = 2;
- Blockly.JavaScript.ORDER_INCREMENT = 3;
- Blockly.JavaScript.ORDER_DECREMENT = 3;
- Blockly.JavaScript.ORDER_LOGICAL_NOT = 4;
- Blockly.JavaScript.ORDER_BITWISE_NOT = 4;
- Blockly.JavaScript.ORDER_UNARY_PLUS = 4;
- Blockly.JavaScript.ORDER_UNARY_NEGATION = 4;
- Blockly.JavaScript.ORDER_TYPEOF = 4;
- Blockly.JavaScript.ORDER_VOID = 4;
- Blockly.JavaScript.ORDER_DELETE = 4;
- Blockly.JavaScript.ORDER_MULTIPLICATION = 5;
- Blockly.JavaScript.ORDER_DIVISION = 5;
- Blockly.JavaScript.ORDER_MODULUS = 5;
- Blockly.JavaScript.ORDER_ADDITION = 6;
- Blockly.JavaScript.ORDER_SUBTRACTION = 6;
- Blockly.JavaScript.ORDER_BITWISE_SHIFT = 7;
- Blockly.JavaScript.ORDER_RELATIONAL = 8;
- Blockly.JavaScript.ORDER_IN = 8;
- Blockly.JavaScript.ORDER_INSTANCEOF = 8;
- Blockly.JavaScript.ORDER_EQUALITY = 9;
- Blockly.JavaScript.ORDER_BITWISE_AND = 10;
- Blockly.JavaScript.ORDER_BITWISE_XOR = 11;
- Blockly.JavaScript.ORDER_BITWISE_OR = 12;
- Blockly.JavaScript.ORDER_LOGICAL_AND = 13;
- Blockly.JavaScript.ORDER_LOGICAL_OR = 14;
- Blockly.JavaScript.ORDER_CONDITIONAL = 15;
- Blockly.JavaScript.ORDER_ASSIGNMENT = 16;
- Blockly.JavaScript.ORDER_COMMA = 17;
- Blockly.JavaScript.ORDER_NONE = 99;
- Blockly.JavaScript.init = function(workspace) {
-
- Blockly.JavaScript.definitions_ = Object.create(null);
-
-
- Blockly.JavaScript.functionNames_ = Object.create(null);
- if (!Blockly.JavaScript.variableDB_) {
- Blockly.JavaScript.variableDB_ =
- new Blockly.Names(Blockly.JavaScript.RESERVED_WORDS_);
- } else {
- Blockly.JavaScript.variableDB_.reset();
- }
- var defvars = [];
- var variables = Blockly.Variables.allVariables(workspace);
- if (variables.length) {
- for (var i = 0; i < variables.length; i++) {
- defvars[i] = Blockly.JavaScript.variableDB_.getName(variables[i],
- Blockly.Variables.NAME_TYPE);
- }
- Blockly.JavaScript.definitions_['variables'] =
- 'var ' + defvars.join(', ') + ';';
- }
- };
- Blockly.JavaScript.finish = function(code) {
-
- var definitions = [];
- for (var name in Blockly.JavaScript.definitions_) {
- definitions.push(Blockly.JavaScript.definitions_[name]);
- }
-
- delete Blockly.JavaScript.definitions_;
- delete Blockly.JavaScript.functionNames_;
- Blockly.JavaScript.variableDB_.reset();
- return definitions.join('\n\n') + '\n\n\n' + code;
- };
- Blockly.JavaScript.scrubNakedValue = function(line) {
- return line + ';\n';
- };
- Blockly.JavaScript.quote_ = function(string) {
-
- string = string.replace(/\\/g, '\\\\')
- .replace(/\n/g, '\\\n')
- .replace(/'/g, '\\\'');
- return '\'' + string + '\'';
- };
- Blockly.JavaScript.scrub_ = function(block, code) {
- var commentCode = '';
-
- if (!block.outputConnection || !block.outputConnection.targetConnection) {
-
- var comment = block.getCommentText();
- if (comment) {
- commentCode += Blockly.JavaScript.prefixLines(comment, '// ') + '\n';
- }
-
-
- for (var x = 0; x < block.inputList.length; x++) {
- if (block.inputList[x].type == Blockly.INPUT_VALUE) {
- var childBlock = block.inputList[x].connection.targetBlock();
- if (childBlock) {
- var comment = Blockly.JavaScript.allNestedComments(childBlock);
- if (comment) {
- commentCode += Blockly.JavaScript.prefixLines(comment, '// ');
- }
- }
- }
- }
- }
- var nextBlock = block.nextConnection && block.nextConnection.targetBlock();
- var nextCode = Blockly.JavaScript.blockToCode(nextBlock);
- return commentCode + code + nextCode;
- };
|