Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/clips/pattern
/ m
Function
m
test/test_canvas.js:15–15 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
13
this.test_closure =
function
() {
14
var
o = {
"k"
:
"v"
};
15
var
m =
function
() {
return
this.k };
16
assert(Function.closure(o, m)() ==
"v"
);
17
console.log(
"Function.closure()"
);
18
};
Callers
1
load
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected