| /third_party/node/test/parallel/ |
| H A D | test-http-content-length.js | |
| H A D | test-http-proxy.js | |
| H A D | test-net-options-lookup.js | |
| H A D | test-tls-client-mindhsize.js | |
| H A D | test-util-format.js | [all...] |
| H A D | test-webcrypto-webidl.js | [all...] |
| H A D | test-whatwg-url-custom-searchparams-constructor.js | |
| /third_party/node/test/sequential/ |
| H A D | test-tls-session-timeout.js | [all...] |
| /third_party/node/benchmark/assert/ |
| H A D | deepequal-prims-and-objs-big-array-set.js | [all...] |
| /third_party/node/benchmark/buffers/ |
| H A D | buffer-iterate.js | |
| /third_party/node/deps/npm/test/lib/utils/ |
| H A D | update-notifier.js | [all...] |
| /third_party/rust/crates/clap/clap_complete_fig/tests/snapshots/ |
| H A D | aliases.fig.js | |
| H A D | special_commands.fig.js | |
| H A D | sub_subcommands.fig.js | |
| H A D | quoting.fig.js | |
| H A D | value_hint.fig.js | |
| H A D | feature_sample.fig.js | |
| H A D | basic.fig.js | |
| /third_party/typescript/tests/baselines/reference/ |
| H A D | tsxSpreadAttributesResolution8.js | |
| /developtools/ace_js2bundle/ace-loader/src/lite/ |
| H A D | lite-transform-template.js | [all...] |
| /foundation/arkui/ace_engine_lite/frameworks/packages/runtime-core/src/observer/ |
| H A D | subject.js | [all...] |
| /developtools/ace_js2bundle/ace-loader/plugin/codegen/ |
| H A D | index.js | 1 (()=>{"use strict";var e={904:(e,t)=>{var n;let o;Object.defineProperty(t,"__esModule",{value:!0}),t.setDomain=t.getDomain=t.Domain=void 0,function(e){e[e.FA=0]="FA",e[e.FORM=1]="FORM",e[e.ETS=2]="ETS"}(n||(n={})),t.Domain=n,t.setDomain=e=>{o=e},t.getDomain=()=>null!=o?o:n.FA},784:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.errorMap=void 0,t.errorMap=new Map([["fileError","Visual file is damaged"],["versionError","Version number of visual file does not match"],["modelError","Visual model in visual file is damaged"],["codegenError","Codegen hml and css failed"]])},117:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.ASTNode=void 0,t.ASTNode=class{accept(e){return e.visit(this)}}},862:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.Cache=void 0,t.Cache=class{constructor(e,t=0){this.value="",this.indent=t,this.flag=!0,this.INDENT=e}indentOn(){this.flag=!0}indentOff(){this.flag=!1}incIndent(){this.indent++}decIndent(){this.indent--}checkIndent(){return this.indent<0}getIndents(){if(this.flag){let e="";for(let t=0;t<this.indent;t++)e+=this.INDENT;return e}return""}concat(...e){return this.value+=this.getIndents(),this.value=this.value.concat(...e),String(this.value)}toString(){return this.value}}},243:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.Style=t.Tag=void 0;const o=n(117);class r extends o.ASTNode{constructor(e,t,n){super(),this.tagName=e,this.attributes=t,this.content=n}}t.Tag=r;class i extends o.ASTNode{constructor(e,t,n,o){super(),this.mediaQuery=void 0,this.kind=e,this.name=t,this.content=n,this.mediaQuery=o}}t.Style=i},573:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.ASTNodeGenerator=void 0;const o=n(243),r=n(334);class i{constructor(e){this.cache=e}visit(e){e instanceof o.Tag?this.genTag(e):e instanceof o.Style&&this.genStyle(e)}static getMethodGen(e){return void 0===i.instance?i.instance=new i(e):i.instance.setCache(e),i.instance}setCache(e){this.cache=e}genTag(e){if(this.cache.concat(r.TokenClass.TAG_START,e.tagName),this.cache.indentOff(),e.attributes.forEach(((e,t)=>{let n="";for(const t of e)n+='"'===t?""":"\n"===t?" ":t;this.cache.concat(r.TokenClass.SPACE,t,r.TokenClass.ASSIGN,r.TokenClass.LQUOTE,n,r.TokenClass.RQUOTE)})),null===e.content)this.cache.concat(r.TokenClass.EMPTY_TAG_END);else{if(this.cache.concat(r.TokenClass.TAG_END),"string"==typeof e.content){let t="";for(const n of e.content)t+="<"===n?"<":n;this.cache.concat(t)}else 0!==e.content.length&&(this.cache.concat(r.TokenClass.NEW_LINE),this.cache.indentOn(),this.cache.incIndent(),e.content.forEach((e=>{e.accept(this),this.cache.indentOff(),this.cache.concat(r.TokenClass.NEW_LINE),this.cache.indentOn()})),this.cache.decIndent(),this.cache.indentOn());this.cache.concat(r.TokenClass.END_TAG_START,e.tagName,r.TokenClass.TAG_END)}}genStyle(e){void 0!==e.mediaQuery&&(this.cache.concat("@media"),this.cache.indentOff(),this.cache.concat(r.TokenClass.SPACE,e.mediaQuery,r.TokenClass.SPACE,r.TokenClass.LBRA,r.TokenClass.NEW_LINE),this.cache.indentOn(),this.cache.incIndent()),"IDStyle"===e.kind&&(this.cache.concat(r.TokenClass.ID_STYLE_START),this.cache.indentOff()),this.cache.concat(e.name,r.TokenClass.SPACE,r.TokenClass.LBRA,r.TokenClass.NEW_LINE),this.cache.indentOn(),this.cache.incIndent(),e.content.forEach(((e,t)=>{this.cache.concat(t,r.TokenClass.COLON,r.TokenClass.SPACE,e,r.TokenClass.SEMICOLON,r.TokenClass.NEW_LINE)})),this.cache.decIndent(),this.cache.concat(r.TokenClass.RBRA,r.TokenClass.NEW_LINE),void 0!==e.mediaQuery&&(this.cache.decIndent(),this.cache.concat(r.TokenClass.RBRA,r.TokenClass.NEW_LINE)),this.cache.concat(r.TokenClass.NEW_LINE)}}t.ASTNodeGenerator=i,i.instance=void 0},844:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.CSSBridge=t.HMLBridge=void 0;const o=n(243),r=n(571);t.HMLBridge=class{constructor(){this.errors=0}error(e){console.error("Code generating error: "+e),this.errors+=1}getErrorCount(){return this.errors}visit(e){const t=new Map([["id",e.id]]);let n="";for(let[o,i]of e.property)(0,r.isAttribute)(o,e.type)?("string"!=typeof i&&(i=JSON.stringify(i)),t.set(o,i)):(0,r.isContent)(o)&&(n=i);if(e.children.length>0){n=[];for(const t of e.children)n.push(t.accept(this))}const i=new o.Tag(e.type,t,n);return"wrapper"===t.get("id")?new o.Tag("div",new Map,[i]):i}},t.CSSBridge=class{constructor(){this.errors=0,this.styles=[]}error(e){console.error("Code generating error: "+e),this.errors+=1}getErrorCount(){return this.errors}genIDStyle(e){var t;const n=t=>{const function [all...] |
| /third_party/node/test/pummel/ |
| H A D | test-policy-integrity-worker-commonjs.js | [all...] |
| H A D | test-policy-integrity-worker-module.js | [all...] |
| H A D | test-policy-integrity-dep.js | [all...] |