-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TsTestResolver extended implementation #250
Conversation
usvm-ts-dataflow/src/test/kotlin/org/usvm/dataflow/ts/test/EtsProjectAnalysisTest.kt
Fixed
Show fixed
Hide fixed
usvm-ts-dataflow/src/test/kotlin/org/usvm/dataflow/ts/test/EtsProjectAnalysisTest.kt
Fixed
Show fixed
Hide fixed
|
||
private fun resolveFakeObject(expr: UConcreteHeapRef): TsObject { | ||
val type = finalStateMemory.types.getTypeStream(expr.asExpr(ctx.addressSort)).single() as FakeType | ||
return when { |
Check warning
Code scanning / detekt
Braces do not comply with the specified policy Warning test
private fun resolvePrimitive( | ||
expr: UExpr<out USort>, | ||
type: EtsPrimitiveType, | ||
): TsObject = when (type) { |
Check warning
Code scanning / detekt
Braces do not comply with the specified policy Warning test
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Solid work!
No description provided.