Home
last modified time | relevance | path

Searched defs:funcObj (Results 1 – 9 of 9) 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.cpp1453 void PandaGen::CreateGeneratorObj(const ir::AstNode *node, VReg funcObj) in CreateGeneratorObj()
1458 void PandaGen::CreateAsyncGeneratorObj(const ir::AstNode *node, VReg funcObj) in CreateAsyncGeneratorObj()
/arkcompiler/ets_frontend/ets2panda/compiler/core/
Dpandagen.cpp1179 void PandaGen::CreateGeneratorObj(const ir::AstNode *node, VReg funcObj) in CreateGeneratorObj()
1184 void PandaGen::CreateAsyncGeneratorObj(const ir::AstNode *node, VReg funcObj) in CreateAsyncGeneratorObj()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_ark_tools.cpp741 JSHandle<JSFunction> funcObj = JSHandle<JSFunction>::Cast(obj); in FunctionGetInferredName() local
/arkcompiler/runtime_core/static_core/runtime/entrypoints/
Dentrypoints.cpp1336 extern "C" bool DecrementHotnessCounterDyn(Method *method, TaggedValue funcObj, ManagedThread *thre… in DecrementHotnessCounterDyn()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp2066 JSHandle<JSFunction> funcObj = JSHandle<JSFunction>::Cast(func); in DEF_RUNTIME_STUBS() local
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter-inl.h7365 JSTaggedValue funcObj = GetFunction(sp); in RunInternal() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dinterpreter_stub.cpp4953 GateRef funcObj = GetFunctionFromFrame(GetFrame(sp)); in DECLARE_ASM_HANDLER() local