Searched defs:lambda (Results 1 – 12 of 12) sorted by relevance
| /arkcompiler/runtime_core/static_core/runtime/coroutines/ |
| D | stackful_coroutine.h | 92 bool ExecuteOnThisContext(L *lambda, StackfulCoroutineContext *requester) in ExecuteOnThisContext() 125 …bool Execute(L *lambda, fibers::FiberContext *requesterContextPtr, fibers::FiberContext *hostConte… in Execute()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/ |
| D | lambda_utils.cpp | 21 void LambdaUtils::InvokeVoid(EtsCoroutine *coro, EtsObject *lambda) in InvokeVoid()
|
| /arkcompiler/ets_frontend/ets2panda/ir/expressions/ |
| D | arrowFunctionExpression.h | 76 void SetResolvedLambda(ClassDefinition *const lambda) noexcept in SetResolvedLambda()
|
| /arkcompiler/ets_frontend/ets2panda/linter-4.2/test/ |
| D | symbol_api.ts | 35 let lambda = () => Symbol(); variable
|
| /arkcompiler/ets_frontend/ets2panda/linter/test/ |
| D | symbol_api.ts | 35 let lambda = () => Symbol(); variable
|
| /arkcompiler/ets_frontend/ets2panda/checker/ |
| D | ETSchecker.cpp | 115 for (auto lambda : etsBinder->LambdaObjects()) { in StartChecker() local
|
| /arkcompiler/ets_frontend/ets2panda/checker/ets/ |
| D | helpers.cpp | 1105 ir::ScriptFunction *const lambda = arrowFuncExpr->Function(); in CheckVariableDeclaration() local 2433 bool ETSChecker::NeedTypeInference(const ir::ScriptFunction *lambda) in NeedTypeInference() 2453 ir::ScriptFunction *const lambda = arg->AsArrowFunctionExpression()->Function(); in FindTypeInferenceArguments() local 2480 bool ETSChecker::CheckLambdaAssignable(ir::Expression *param, ir::ScriptFunction *lambda) in CheckLambdaAssignable() 2494 void ETSChecker::InferTypesForLambda(ir::ScriptFunction *lambda, ir::ETSFunctionType *calleeType) in InferTypesForLambda() 2527 ir::ScriptFunction *const lambda = arrowFuncExpr->Function(); in TypeInference() local
|
| D | function.cpp | 240 ir::ScriptFunction *const lambda = arrowFuncExpr->Function(); in ValidateSignature() local 1449 void ETSChecker::CreateLambdaObjectForLambdaReference(ir::ArrowFunctionExpression *lambda, in CreateLambdaObjectForLambdaReference() 1545 … ir::ArrowFunctionExpression *lambda, ir::MethodDefinition *proxyMethod, in ResolveLambdaObject() 1578 …::ResolveLambdaObjectInvoke(ir::ClassDefinition *lambdaObject, ir::ArrowFunctionExpression *lambda, in ResolveLambdaObjectInvoke() 1748 …Checker::ResolveProxyMethod(ir::MethodDefinition *proxyMethod, ir::ArrowFunctionExpression *lambda) in ResolveProxyMethod() 1817 ir::ScriptFunction *ETSChecker::CreateProxyFunc(ir::ArrowFunctionExpression *lambda, in CreateProxyFunc() 1862 ir::ArrowFunctionExpression *lambda, in CreateProxyMethodForLambda() 1972 …inder::FunctionParamScope *ETSChecker::CreateProxyMethodParams(ir::ArrowFunctionExpression *lambda, in CreateProxyMethodParams()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/ |
| D | std_core_TypeCreator.cpp | 389 LambdaTypeCreator lambda {ctx}; in PrepareLambdaTypeCreator() local 434 auto lambda = PrepareLambdaTypeCreator(m->Ctx()); in TypeAPITypeCreatorCtxMethodAddBodyFromErasedLambda() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/intrinsics/ |
| D | std_js_jsruntime.cpp | 235 JSValue *JSRuntimeCreateLambdaProxyIntrinsic(EtsObject *lambda) in JSRuntimeCreateLambdaProxyIntrinsic()
|
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| D | ETSCompiler.cpp | 911 auto lambda = etsg->VarBinder()->LambdaObjects().find(expr); in Compile() local 971 auto lambda = etsg->VarBinder()->LambdaObjects().find(expr); in Compile() local
|
| /arkcompiler/ets_frontend/legacy_bin/api8/src/ |
| D | index.js | 2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument
|