Метод | Описание | |
---|---|---|
GetModuleScript ( |
Метод | Описание | |
---|---|---|
CachingModuleScriptProviderBase ( ModuleSourceProvider moduleSourceProvider ) : System |
Creates a new module script provider with the specified source. Creates a new module script provider with the specified source. |
|
GetConcurrencyLevel ( ) : int |
Returns the internal concurrency level utilized by caches in this JVM. Returns the internal concurrency level utilized by caches in this JVM. |
|
GetLoadedModule ( string moduleId ) : |
Retrieves an already loaded moduleScript stored using
|
|
PutLoadedModule ( string moduleId, |
Store a loaded module script for later retrieval using
|
Метод | Описание | |
---|---|---|
CachingModuleScriptProviderBase ( ) : System | ||
Equal ( object o1, object o2 ) : bool | ||
GetValidator ( |
protected CachingModuleScriptProviderBase ( ModuleSourceProvider moduleSourceProvider ) : System | ||
moduleSourceProvider | ModuleSourceProvider | provider for modules' source code |
Результат | System |
protected static GetConcurrencyLevel ( ) : int | ||
Результат | int |
protected abstract GetLoadedModule ( string moduleId ) : |
||
moduleId | string | the ID of the module |
Результат |
public GetModuleScript ( |
||
cx | ||
moduleId | string | |
moduleUri | ||
baseUri | ||
paths | Scriptable | |
Результат |
protected abstract PutLoadedModule ( string moduleId, |
||
moduleId | string | the ID of the module |
moduleScript | the module script | |
validator | object | the validator for the module's source text entity |
Результат | void |