Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dynjs/dynjs
/ contains
Method
contains
src/main/java/org/dynjs/runtime/DynObject.java:613–616 ·
view source on GitHub ↗
(Object o)
Source
from the content-addressed store, hash-verified
611
}
612
613
@Override
614
public
boolean contains(Object o) {
615
return
hasProperty(null, o.toString());
616
}
617
618
@Override
619
public
Iterator<String> iterator() {
Callers
15
coffee-script.js
File · 0.80
testBasicConstructedError
Method · 0.80
testBasicConstructedTypeError
Method · 0.80
testBasicThrownError
Method · 0.80
testComplexStack
Method · 0.80
simpleFunctionsAssignedToVariable
Method · 0.80
testComplexStackWithMessage
Method · 0.80
filenameAppearsInStackTrace
Method · 0.80
testMapLikeness
Method · 0.80
testAddAndRemoveLoadPath
Method · 0.80
testFunctionPrototypeFunctionPrototypes_MetaMetaMeta
Method · 0.80
testGetOwnPropertyNames
Method · 0.80
Calls
2
hasProperty
Method · 0.65
toString
Method · 0.45
Tested by
14
testBasicConstructedError
Method · 0.64
testBasicConstructedTypeError
Method · 0.64
testBasicThrownError
Method · 0.64
testComplexStack
Method · 0.64
simpleFunctionsAssignedToVariable
Method · 0.64
testComplexStackWithMessage
Method · 0.64
filenameAppearsInStackTrace
Method · 0.64
testMapLikeness
Method · 0.64
testAddAndRemoveLoadPath
Method · 0.64
testFunctionPrototypeFunctionPrototypes_MetaMetaMeta
Method · 0.64
testGetOwnPropertyNames
Method · 0.64
testKeys
Method · 0.64