Searched refs:globalFunctions (Results 1 - 2 of 2) sorted by relevance

/external/v8/test/mjsunit/
H A Dfunction-names.js126 var globalFunctions = [ variable
133 TestFunctionNames(this, globalFunctions);
/external/jsilver/src/com/google/clearsilver/jsilver/
H A DJSilver.java98 private final FunctionRegistry globalFunctions = new ClearSilverCompatibleFunctions(); field in class:JSilver
153 new TemplateCompiler(templateFactory, globalFunctions, autoEscapeOptions);
159 new InterpretedTemplateLoader(templateFactory, globalFunctions, autoEscapeOptions);
169 globalFunctions, autoEscapeOptions);
395 globalFunctions.registerFunction(name, function);
402 globalFunctions.registerFunction(name, textFilter);
410 globalFunctions.registerFunction(name + "_escape", escaper, true);
411 globalFunctions.registerEscapeMode(name, escaper);

Completed in 65 milliseconds