OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:globalfunctions
(Results
1 - 2
of
2
) sorted by null
/external/jsilver/src/com/google/clearsilver/jsilver/
JSilver.java
98
private final FunctionRegistry
globalFunctions
= new ClearSilverCompatibleFunctions();
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);
/external/v8/test/mjsunit/
function-names.js
126
var
globalFunctions
= [
133
TestFunctionNames(this,
globalFunctions
);
Completed in 295 milliseconds