Home
last modified time | relevance | path

Searched defs:funcObj (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_frontend/ts2panda/tests/
Dlexenv.test.ts243 let funcObj = globalScope.add("4funcObj", VarDeclarationKind.LET); variable
265 let funcObj = globalScope.add("4funcObj", VarDeclarationKind.LET); variable
304 let funcObj = globalScope.add("4funcObj", VarDeclarationKind.LET); variable
328 let funcObj = globalScope.add("4funcObj", VarDeclarationKind.LET); variable
/arkcompiler/ets_frontend/ts2panda/src/function/
DfunctionBuilder.ts35 protected funcObj: VReg | undefined = undefined; property in FunctionBuilder
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.cpp1379 void PandaGen::CreateGeneratorObj(const ir::AstNode *node, VReg funcObj) in CreateGeneratorObj()
1384 void PandaGen::CreateAsyncGeneratorObj(const ir::AstNode *node, VReg funcObj) in CreateAsyncGeneratorObj()
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter-inl.h7214 JSTaggedValue funcObj = GetFunction(sp); in RunInternal() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dinterpreter_stub.cpp4633 GateRef funcObj = GetFunctionFromFrame(GetFrame(sp)); in DECLARE_ASM_HANDLER() local