Searched refs:JS_GLOBAL (Results 1 - 7 of 7) sorted by relevance
/arkcompiler/ets_frontend/es2panda/ir/expressions/ |
H A D | unaryExpression.cpp | 50 pg->LoadConst(this, compiler::Constant::JS_GLOBAL); in Compile() 87 pg->LoadConst(this, compiler::Constant::JS_GLOBAL); in Compile()
|
H A D | identifier.cpp | 66 pg->LoadConst(this, compiler::Constant::JS_GLOBAL); in Compile()
|
/arkcompiler/ets_frontend/ets2panda/compiler/core/ |
H A D | codeGen.h | 36 JS_GLOBAL, member in ark::es2panda::compiler::Constant
|
H A D | JSCompiler.cpp | 731 pg->LoadConst(expr, compiler::Constant::JS_GLOBAL); in Compile() 1094 pg->LoadConst(expr, compiler::Constant::JS_GLOBAL); in Compile() 1119 pg->LoadConst(expr, compiler::Constant::JS_GLOBAL); in Compile()
|
H A D | pandagen.cpp | 388 case Constant::JS_GLOBAL: { in LoadConst()
|
/arkcompiler/ets_frontend/es2panda/compiler/core/ |
H A D | pandagen.cpp | 511 LoadConst(node, compiler::Constant::JS_GLOBAL); in LoadObjByNameViaDebugger() 545 LoadConst(node, compiler::Constant::JS_GLOBAL); in StoreObjByNameViaDebugger() 746 case Constant::JS_GLOBAL: { in LoadConst() 2196 LoadConst(arg, Constant::JS_GLOBAL); in TryCompileFunctionCallOrNewExpression()
|
H A D | pandagen.h | 65 JS_GLOBAL, member in panda::es2panda::compiler::Constant
|
Completed in 13 milliseconds