no bug - JS Shell: Fix help message of isAsmJSModuleLoadedFromCache. r=me

DONTBUILD
This commit is contained in:
Nicolas B. Pierron 2013-12-20 09:17:39 -08:00
parent 5c2af655c0
commit cdd66aa7ad

View File

@ -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."),