Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/mozilla/rhino
/ build
Method
build
rhino/src/main/java/org/mozilla/javascript/JSCode.java:19–19 ·
view source on GitHub ↗
Builds and returns the JSCode object.
()
Source
from the content-addressed store, hash-verified
17
18
/** Builds and returns the {@link JSCode} object. */
19
public
abstract JSCode<U> build();
20
}
21
22
/**
Callers
15
build
Method · 0.95
XMLObjectImpl
Class · 0.45
Namespace
Class · 0.45
XMLList
Class · 0.45
XML
Class · 0.45
QName
Class · 0.45
NativeError
Class · 0.45
NativeJSON
Class · 0.45
NativeProxy
Class · 0.45
NativeWeakMap
Class · 0.45
ES6Generator
Class · 0.45
BaseFunction
Class · 0.45
Calls
no outgoing calls
Tested by
3
build
Method · 0.76
scriptCompileFallsBackToInterpreterOnClassSizeException
Method · 0.36
functionCompileFallsBackToInterpreterOnClassSizeException
Method · 0.36