Home
last modified time | relevance | path

Searched defs:scriptFunction (Results 1 – 12 of 12) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DcapturedVariables.cpp68 static void FindModifiedCaptured(ir::ScriptFunction const *const scriptFunction, in FindModifiedCaptured()
104 static void HandleScriptFunction(ir::ScriptFunction const *const scriptFunction) noexcept in HandleScriptFunction()
/arkcompiler/ets_frontend/ets2panda/evaluate/
DevaluateContext.cpp50 auto *scriptFunction = method->Value()->AsFunctionExpression()->Function(); in FindEvaluationMethod() local
DscopedDebugInfoPlugin.cpp160 auto *scriptFunction = evalMethodStatements->Parent()->AsScriptFunction(); in InsertReturnStatement() local
/arkcompiler/ets_frontend/ets2panda/compiler/base/
Dhoisting.cpp41 const ir::ScriptFunction *scriptFunction = decl->Node()->AsScriptFunction(); in HoistFunction() local
/arkcompiler/ets_frontend/ets2panda/test/unit/plugin/
De2p_test_plugin_ets_benchmark_test.cpp47 es2panda_AstNode *scriptFunction = impl->CreateScriptFunction( in CreateNewFunction() local
Dplugin_proceed_to_state_create_interface_declaration.cpp42 es2panda_AstNode *scriptFunction = impl->CreateScriptFunction( in CreateMethodNode() local
/arkcompiler/ets_frontend/es2panda/compiler/base/
Dhoisting.cpp63 const ir::ScriptFunction *scriptFunction = decl->Node()->AsScriptFunction(); in HoistFunction() local
/arkcompiler/ets_frontend/ets2panda/lsp/src/
Dquick_info.cpp848 auto scriptFunction = functionExpression->Function(); in CreateDisplayForMethodDefinitionOfConstructor() local
892 auto scriptFunction = functionExpression->Function(); in CreateDisplayForMethodDefinitionOfGetterOrSetter() local
921 auto scriptFunction = functionExpression->Function(); in CreateDisplayForMethodDefinitionOfInterfaceBody() local
970 auto scriptFunction = node->AsMethodDefinition()->Value()->AsFunctionExpression()->Function(); in CreateDisplayForMethodDefinition() local
/arkcompiler/ets_frontend/ets2panda/checker/
DIsolatedDeclgenChecker.cpp325 auto *scriptFunction = ast->AsScriptFunction(); in CheckAfterChecker() local
/arkcompiler/ets_frontend/es2panda/binder/
Dscope.cpp667 auto scriptFunction = node_->AsScriptFunction(); in GetSelfScopeName() local
/arkcompiler/ets_frontend/es2panda/compiler/core/emitter/
Demitter.cpp453 auto *scriptFunction = pg_->RootNode()->AsScriptFunction(); in GenAnnotations() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/
DscopesInitPhase.cpp56 void ScopesInitPhase::VisitScriptFunction(ir::ScriptFunction *scriptFunction) in VisitScriptFunction()