Home
last modified time | relevance | path

Searched full:l5 (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_frontend/arkguard/test/grammar/export_obfuscation/
Dxcommonjs-require_2_expected.txt16 const l5 = require('./xcommonjs-exports_2');
17 assert.strictEqual(l5.w4, 20);
18 assert.strictEqual(l5.g5(), 'Hello, world2!');
19 assert.strictEqual(l5.h5.p2, 22);
/arkcompiler/ets_frontend/ets2panda/linter/test/
Dfunc_return_type.sts98 return l5();
100 let l5 = () => {
Dfunc_return_type.ts.autofix.json200 "replacementText": "(): (x: number) => string => {\n return l5();\n}"
Dsendable_no_structural_typing.sts117 const l5: SCT1<string>[] = [sct1]; // OK
/arkcompiler/ets_frontend/ets2panda/test/ast/parser/ets/
Dlabeled.sts21 L4: L5: L6: this.a += 1;
/arkcompiler/runtime_core/static_core/tests/cts-generator/cts-template/
Djmp.yaml82 l4: jmp l5
85 l5:
/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Djmp.yaml87 l4: jmp l5
90 l5:
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
Dcocos_worker_test.js72324 const l5 = a5.DragonBones;
72832 this._dragonBones = new l5(t);
72915 const L5 = 1 / 60;
72988 e.advanceTime(L5);
72991 this.totalTime += L5;
73273 Q5.FrameTime = L5;