Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenEndedGroup/Field2
/ assertNotRegExp
Function
assertNotRegExp
lib/web/polyfill.js:959–961 ·
view source on GitHub ↗
(it)
Source
from the content-addressed store, hash-verified
957
958
!
function
(fromCharCode){
959
function
assertNotRegExp(it){
960
if
(cof(it) == REGEXP)throw TypeError();
961
}
962
963
$define(STATIC, STRING, {
964
// 21.1.2.2 String.fromCodePoint(...codePoints)
Callers
1
polyfill.js
File · 0.85
Calls
1
cof
Function · 0.85
Tested by
no test coverage detected