Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenEndedGroup/Field2
/ type
Function
type
lib/web/jshint.js:20074–20079 ·
view source on GitHub ↗
(s, f)
Source
from the content-addressed store, hash-verified
20072
}
20073
20074
function
type
(s, f) {
20075
var
x = delim(s);
20076
x.
type
= s;
20077
x.nud = f;
20078
return
x;
20079
}
20080
20081
function
reserve(name, func) {
20082
var
x =
type
(name, func);
Callers
4
reserve
Function · 0.85
FutureReservedWord
Function · 0.85
jshint.js
File · 0.85
unwrapType
Function · 0.85
Calls
1
delim
Function · 0.85
Tested by
no test coverage detected