mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-16 06:54:00 +00:00
no bug - JS Shell: Fix help message of isAsmJSModuleLoadedFromCache. r=me
DONTBUILD
This commit is contained in:
parent
7f2d44938c
commit
2d675e5399
@ -1552,7 +1552,7 @@ static const JSFunctionSpecWithHelp TestingFunctions[] = {
|
||||
" validated according to the asm.js spec."),
|
||||
|
||||
JS_FN_HELP("isAsmJSModuleLoadedFromCache", IsAsmJSModuleLoadedFromCache, 1, 0,
|
||||
"isAsmJSModule(fn)",
|
||||
"isAsmJSModuleLoadedFromCache(fn)",
|
||||
" Return whether the given asm.js module function has been loaded directly\n"
|
||||
" from the cache. This function throws an error if fn is not a validated asm.js\n"
|
||||
" module."),
|
||||
|
Loading…
x
Reference in New Issue
Block a user