Home
last modified time | relevance | path

Searched refs:GLOBAL (Results 1 – 15 of 15) sorted by relevance

/arkcompiler/ets_frontend/es2panda/parser/
DparserFlags.h69 GLOBAL = 1 << 1, enumerator
74 STMT_GLOBAL_LEXICAL = GLOBAL | ALLOW_LEXICAL,
DstatementParser.cpp887 …(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/
DPandaCCache.cmake16 set_property(GLOBAL PROPERTY RULE_LAUNCH_COMPILE ccache)
17 set_property(GLOBAL PROPERTY RULE_LAUNCH_LINK ccache)
/arkcompiler/ets_frontend/ts2panda/src/base/
DvregisterCache.ts44 GLOBAL, enumerator
57 [CacheList.GLOBAL, expandGlobal],
DbuiltIn.ts58 let vreg = getVregisterCache(pandaGen, CacheList.GLOBAL);
/arkcompiler/ets_frontend/es2panda/binder/
DvariableFlags.h58 _(GLOBAL, GlobalScope) \
88 _(GLOBAL, GlobalVariable) \
Dvariable.h175 return VariableType::GLOBAL; in Type()
Dscope.h691 return ScopeType::GLOBAL; in Type()
/arkcompiler/ets_frontend/es2panda/lexer/regexp/
Dregexp.h28 GLOBAL = 1 << 0, enumerator
/arkcompiler/ets_frontend/arkguard/src/utils/
DScopeAnalyzer.ts69 GLOBAL, enumerator
83 return scope.kind === ScopeKind.GLOBAL;
557 root = createScope(scopeName, node, ScopeKind.GLOBAL, true);
/arkcompiler/ets_frontend/ts2panda/src/
Dcompiler.ts931 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),
Dpandagen.ts742 this.loadObjProperty(node, getVregisterCache(this, CacheList.GLOBAL), "debuggerGetValue");
763 this.loadObjProperty(node, getVregisterCache(this, CacheList.GLOBAL), "debuggerSetValue");
/arkcompiler/ets_frontend/es2panda/lexer/
Dlexer.cpp1079 flag = RegExpFlags::GLOBAL; in ScanRegExpFlags()
/arkcompiler/toolchain/tooling/base/
Dpt_types.h1405 GLOBAL, enumerator
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
Dcocos_worker_test.js27012 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 …]