Home
last modified time | relevance | path

Searched defs:thisVar (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/ts2panda/tests/expression/
DthisKeyWord.test.ts47 let thisVar = globalScope!.findLocal("this"); variable
62 let thisVar = functionScope!.findLocal("this"); variable
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dfunction.cpp874 auto *thisVar = func->Scope()->ParamScope()->Params().front(); in ComposeSignatureInfo() local
1586 auto *thisVar = invokeFunc->Scope()->ParamScope()->Params().front(); in ResolveLambdaObjectInvoke() local
1708 auto *thisVar = ctorFunc->Scope()->ParamScope()->Params().front(); in ResolveLambdaObjectCtor() local
1760 auto *thisVar = func->Scope()->ParamScope()->Params().front(); in ResolveProxyMethod() local
2409 auto *thisVar = ctorFunc->Scope()->ParamScope()->Params().front(); in ResolveLambdaObjectCtor() local
2464 auto *thisVar = invokeFunc->Scope()->ParamScope()->Params().front(); in ResolveLambdaObjectInvoke() local
/arkcompiler/ets_frontend/ets2panda/checker/
DETSAnalyzer.cpp462 auto *thisVar = invokeFunc->Scope()->ParamScope()->Params().front(); in Check() local