mirror of
https://github.com/github/codeql.git
synced 2026-05-03 12:45:27 +02:00
committed by
GitHub
parent
6488714758
commit
9e0d57c610
@@ -444,7 +444,7 @@ class BoundMethodValue extends CallableValue {
|
||||
BoundMethodValue() { this instanceof BoundMethodObjectInternal }
|
||||
|
||||
/**
|
||||
* Gets the callable that will be used when `this` called.
|
||||
* Gets the callable that will be used when `this` is called.
|
||||
* The actual callable for `func` in `o.func`.
|
||||
*/
|
||||
CallableValue getFunction() { result = this.(BoundMethodObjectInternal).getFunction() }
|
||||
|
||||
Reference in New Issue
Block a user