/arkcompiler/ets_frontend/es2panda/parser/ |
D | parserFlags.h | 69 GLOBAL = 1 << 1, enumerator 74 STMT_GLOBAL_LEXICAL = GLOBAL | ALLOW_LEXICAL,
|
D | statementParser.cpp | 887 …(flags & StatementParsingFlags::GLOBAL) ? lexer::TokenType::EOS : lexer::TokenType::PUNCTUATOR_RIG… in ParseStatementList() 2669 if (!(flags & StatementParsingFlags::GLOBAL)) { in ParseExportDeclaration() 2725 !(flags & StatementParsingFlags::GLOBAL) && exportDecl->Parent() && in ParseExportDeclaration() 2966 if (!(flags & StatementParsingFlags::GLOBAL)) { in ParseImportDeclaration()
|
/arkcompiler/runtime_core/cmake/ |
D | PandaCCache.cmake | 16 set_property(GLOBAL PROPERTY RULE_LAUNCH_COMPILE ccache) 17 set_property(GLOBAL PROPERTY RULE_LAUNCH_LINK ccache)
|
/arkcompiler/ets_frontend/ts2panda/src/base/ |
D | vregisterCache.ts | 44 GLOBAL, enumerator 57 [CacheList.GLOBAL, expandGlobal],
|
D | builtIn.ts | 58 let vreg = getVregisterCache(pandaGen, CacheList.GLOBAL);
|
/arkcompiler/ets_frontend/es2panda/binder/ |
D | variableFlags.h | 58 _(GLOBAL, GlobalScope) \ 88 _(GLOBAL, GlobalVariable) \
|
D | variable.h | 175 return VariableType::GLOBAL; in Type()
|
D | scope.h | 691 return ScopeType::GLOBAL; in Type()
|
/arkcompiler/ets_frontend/es2panda/lexer/regexp/ |
D | regexp.h | 28 GLOBAL = 1 << 0, enumerator
|
/arkcompiler/ets_frontend/arkguard/src/utils/ |
D | ScopeAnalyzer.ts | 69 GLOBAL, enumerator 83 return scope.kind === ScopeKind.GLOBAL; 557 root = createScope(scopeName, node, ScopeKind.GLOBAL, true);
|
/arkcompiler/ets_frontend/ts2panda/src/ |
D | compiler.ts | 931 pandaGen.loadAccumulator(id, getVregisterCache(this.pandaGen, CacheList.GLOBAL)); 942 … pandaGen.loadObjProperty(id, getVregisterCache(pandaGen, CacheList.GLOBAL), name); 972 … this.pandaGen.loadAccumulator(expr, getVregisterCache(this.pandaGen, CacheList.GLOBAL)); 1024 objReg = getVregisterCache(pandaGen, CacheList.GLOBAL); 1492 … this.pandaGen.loadObjProperty(node, getVregisterCache(this.pandaGen, CacheList.GLOBAL),
|
D | pandagen.ts | 742 this.loadObjProperty(node, getVregisterCache(this, CacheList.GLOBAL), "debuggerGetValue"); 763 this.loadObjProperty(node, getVregisterCache(this, CacheList.GLOBAL), "debuggerSetValue");
|
/arkcompiler/ets_frontend/es2panda/lexer/ |
D | lexer.cpp | 1079 flag = RegExpFlags::GLOBAL; in ScanRegExpFlags()
|
/arkcompiler/toolchain/tooling/base/ |
D | pt_types.h | 1405 GLOBAL, enumerator
|
/arkcompiler/ets_frontend/es2panda/test/compiler/js/ |
D | cocos_worker_test.js | 27012 t[t.GLOBAL = 0] = "GLOBAL"; 27030 …Im.LAYOUT = new Mn(wm.GLOBAL, Im.BINDING, Im.NAME, [ new In("cc_time", As.FLOAT4, 1), new In("cc_s… 27058 …Mm.LAYOUT = new Mn(wm.GLOBAL, Mm.BINDING, Mm.NAME, [ new In("cc_matView", As.MAT4, 1), new In("cc_… 27077 …Bm.LAYOUT = new Mn(wm.GLOBAL, Bm.BINDING, Bm.NAME, [ new In("cc_matLightView", As.MAT4, 1), new In… 27095 …Dm.LAYOUT = new Mn(wm.GLOBAL, Dm.BINDING, Dm.NAME, [ new In("cc_csmViewDir0", As.FLOAT4, Dm.CSM_LE… 27101 const Lm = new Bn(wm.GLOBAL, Om, Pm, As.SAMPLER2D, 1); 27107 const Um = new Bn(wm.GLOBAL, Vm, Fm, As.SAMPLER_CUBE, 1); 27113 const jm = new Bn(wm.GLOBAL, zm, Gm, As.SAMPLER_CUBE, 1); 27119 const qm = new Bn(wm.GLOBAL, Wm, Xm, As.SAMPLER2D, 1); 33658 t[t.GLOBAL = 0] = "GLOBAL"; [all …]
|