Home
last modified time | relevance | path

Searched refs:destructuringContext (Results 1 - 9 of 9) sorted by relevance

/arkcompiler/ets_frontend/es2panda/ir/expressions/
H A DassignmentExpression.cpp22 #include <typescript/core/destructuringContext.h>
172 auto destructuringContext = checker::ArrayDestructuringContext(checker, left_, true, true, nullptr, right_); in Check() local
173 destructuringContext.Start(); in Check()
174 return destructuringContext.InferedType(); in Check()
179 auto destructuringContext = checker::ObjectDestructuringContext(checker, left_, true, true, nullptr, right_); in Check() local
180 destructuringContext.Start(); in Check()
181 return destructuringContext.InferedType(); in Check()
H A DarrayExpression.cpp20 #include <typescript/core/destructuringContext.h>
318 auto destructuringContext = in CheckPattern() local
321 destructuringContext.Start(); in CheckPattern()
322 elementType = destructuringContext.InferedType(); in CheckPattern()
326 auto destructuringContext = in CheckPattern() local
329 destructuringContext.Start(); in CheckPattern()
330 elementType = destructuringContext.InferedType(); in CheckPattern()
H A DobjectExpression.cpp22 #include <typescript/core/destructuringContext.h>
538 auto destructuringContext = in CheckPattern() local
543 destructuringContext.SetInferedType( in CheckPattern()
544 checker->CreateUnionType({foundVar->TsType(), destructuringContext.InferedType()})); in CheckPattern()
547 destructuringContext.Start(); in CheckPattern()
548 patternParamType = destructuringContext.InferedType(); in CheckPattern()
555 auto destructuringContext = in CheckPattern() local
560 destructuringContext.SetInferedType( in CheckPattern()
561 checker->CreateUnionType({foundVar->TsType(), destructuringContext.InferedType()})); in CheckPattern()
564 destructuringContext in CheckPattern()
[all...]
/arkcompiler/ets_frontend/ets2panda/ir/expressions/
H A DobjectExpression.cpp26 #include "checker/ts/destructuringContext.h"
374 auto destructuringContext = checker::ArrayDestructuringContext( in CheckAssignmentPattern() local
378 destructuringContext.SetInferredType( in CheckAssignmentPattern()
379 checker->CreateUnionType({foundVar->TsType(), destructuringContext.InferredType()})); in CheckAssignmentPattern()
382 destructuringContext.Start(); in CheckAssignmentPattern()
383 patternParamType = destructuringContext.InferredType(); in CheckAssignmentPattern()
389 auto destructuringContext = checker::ObjectDestructuringContext( in CheckAssignmentPattern() local
393 destructuringContext.SetInferredType( in CheckAssignmentPattern()
394 checker->CreateUnionType({foundVar->TsType(), destructuringContext.InferredType()})); in CheckAssignmentPattern()
397 destructuringContext in CheckAssignmentPattern()
[all...]
H A DarrayExpression.cpp22 #include "checker/ts/destructuringContext.h"
256 auto destructuringContext = checker::ArrayDestructuringContext( in CheckAssignmentPattern() local
258 destructuringContext.Start(); in CheckAssignmentPattern()
259 elementType = destructuringContext.InferredType(); in CheckAssignmentPattern()
263 auto destructuringContext = checker::ObjectDestructuringContext( in CheckAssignmentPattern() local
265 destructuringContext.Start(); in CheckAssignmentPattern()
266 elementType = destructuringContext.InferredType(); in CheckAssignmentPattern()
/arkcompiler/ets_frontend/es2panda/typescript/core/
H A Dfunction.cpp39 #include <typescript/core/destructuringContext.h>
303 auto destructuringContext = in CheckFunctionRestParameter() local
305 destructuringContext.SetInferedType(restType); in CheckFunctionRestParameter()
306 destructuringContext.SetSignatureInfo(signatureInfo); in CheckFunctionRestParameter()
307 destructuringContext.Start(); in CheckFunctionRestParameter()
312 auto destructuringContext = in CheckFunctionRestParameter() local
314 destructuringContext.SetInferedType(restType); in CheckFunctionRestParameter()
315 destructuringContext.SetSignatureInfo(signatureInfo); in CheckFunctionRestParameter()
316 destructuringContext.Start(); in CheckFunctionRestParameter()
336 auto destructuringContext in CheckFunctionArrayPatternParameter() local
358 auto destructuringContext = CheckFunctionObjectPatternParameter() local
[all...]
/arkcompiler/ets_frontend/ets2panda/checker/ts/
H A Dfunction.cpp37 #include "checker/ts/destructuringContext.h"
282 auto destructuringContext = in CheckFunctionRestParameter() local
284 destructuringContext.SetInferredType(restType); in CheckFunctionRestParameter()
285 destructuringContext.SetSignatureInfo(signatureInfo); in CheckFunctionRestParameter()
286 destructuringContext.Start(); in CheckFunctionRestParameter()
291 auto destructuringContext = in CheckFunctionRestParameter() local
293 destructuringContext.SetInferredType(restType); in CheckFunctionRestParameter()
294 destructuringContext.SetSignatureInfo(signatureInfo); in CheckFunctionRestParameter()
295 destructuringContext.Start(); in CheckFunctionRestParameter()
315 auto destructuringContext in CheckFunctionArrayPatternParameter() local
337 auto destructuringContext = ObjectDestructuringContext( CheckFunctionObjectPatternParameter() local
[all...]
/arkcompiler/ets_frontend/es2panda/ir/statements/
H A DvariableDeclarator.cpp28 #include <typescript/core/destructuringContext.h>
/arkcompiler/ets_frontend/ets2panda/checker/
H A DTSAnalyzer.cpp19 #include "checker/ts/destructuringContext.h"
382 auto destructuringContext = in Check() local
384 destructuringContext.Start(); in Check()
385 return destructuringContext.InferredType(); in Check()
390 auto destructuringContext = in Check() local
392 destructuringContext.Start(); in Check()
393 return destructuringContext.InferredType(); in Check()

Completed in 10 milliseconds