Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NativeScript/android
/ Horse
Function
Horse
test-app/app/src/main/assets/app/tests/testsForTypescript.js:148–150 ·
view source on GitHub ↗
(name)
Source
from the content-addressed store, hash-verified
146
var
Horse = (
function
(_super) {
147
__extends(Horse, _super);
148
function
Horse(name) {
149
_super.call(this, name);
150
}
151
Horse.prototype.move =
function
() {
152
__log(
"Galloping..."
);
153
_super.prototype.move.call(this, 45);
Callers
nothing calls this directly
Calls
1
call
Method · 0.45
Tested by
no test coverage detected