Home
last modified time | relevance | path

Searched refs:funcObject (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/ts2panda/src/
Dts2panda.ts467 let funcObject = { variable
471 let jsonFuncUnicode = escapeUnicode(JSON.stringify(funcObject, null, 2));
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dpeepholes.cpp2742 if (auto funcObject = callerInst->GetFunctionObject(); funcObject != 0) { in VisitLoadConstantPool() local
2743 constantPool = graph->GetRuntime()->GetConstantPool(funcObject); in VisitLoadConstantPool()
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter-inl.h270 funcObject = ECMAObject::Cast(funcValue.GetTaggedObject()); \
271 methodHandle.Update(JSTaggedValue(funcObject->GetCallTarget())); \
292 funcObject = ECMAObject::Cast(funcValue.GetTaggedObject()); \
293 methodHandle.Update(JSTaggedValue(funcObject->GetCallTarget())); \
1197 ECMAObject *funcObject; in RunInternal() local
1381 *(--newSp) = ToUintPtr(funcObject); // push func in RunInternal()
1406 if (JSFunction::Cast(funcObject)->IsClassConstructor()) { in RunInternal()
1432 *(--newSp) = ToUintPtr(funcObject); // push func in RunInternal()
1453 JSTaggedValue env = JSFunction::Cast(funcObject)->GetLexicalEnv(); in RunInternal()