Searched defs:funcObj (Results 1 – 9 of 9) sorted by relevance
| /arkcompiler/ets_frontend/ts2panda/tests/ |
| D | lexenv.test.ts | 243 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/ |
| D | functionBuilder.ts | 35 protected funcObj: VReg | undefined = undefined; property in FunctionBuilder
|
| /arkcompiler/ets_frontend/es2panda/compiler/core/ |
| D | pandagen.cpp | 1453 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/ |
| D | pandagen.cpp | 1179 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/ |
| D | builtins_ark_tools.cpp | 741 JSHandle<JSFunction> funcObj = JSHandle<JSFunction>::Cast(obj); in FunctionGetInferredName() local
|
| /arkcompiler/runtime_core/static_core/runtime/entrypoints/ |
| D | entrypoints.cpp | 1336 extern "C" bool DecrementHotnessCounterDyn(Method *method, TaggedValue funcObj, ManagedThread *thre… in DecrementHotnessCounterDyn()
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs.cpp | 2066 JSHandle<JSFunction> funcObj = JSHandle<JSFunction>::Cast(func); in DEF_RUNTIME_STUBS() local
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | interpreter-inl.h | 7365 JSTaggedValue funcObj = GetFunction(sp); in RunInternal() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | interpreter_stub.cpp | 4953 GateRef funcObj = GetFunctionFromFrame(GetFrame(sp)); in DECLARE_ASM_HANDLER() local
|