Home
last modified time | relevance | path

Searched defs:toStringFunction (Results 1 – 2 of 2) sorted by relevance

/external/guava/guava/src/com/google/common/base/
DFunctions.java55 public static Function<Object, String> toStringFunction() { in toStringFunction() method in Functions
/external/v8/src/inspector/
Dv8-console.cc181 v8::Local<v8::Function> toStringFunction; in createBoundFunctionProperty() local