HomeSort by relevance Sort by last modified time
    Searched refs:toStringFunction (Results 1 - 2 of 2) sorted by null

  /external/webkit/WebCore/bindings/v8/
V8LazyEventListener.cpp 136 v8::Local<v8::Function> toStringFunction;
138 toStringFunction = toStringTemplate->GetFunction();
139 if (!toStringFunction.IsEmpty()) {
148 wrappedFunction->Set(v8::String::New("toString"), toStringFunction);
  /external/guava/src/com/google/common/base/
Functions.java 48 public static Function<Object, String> toStringFunction() {
49 return ToStringFunction.INSTANCE;
53 private enum ToStringFunction implements Function<Object, String> {

Completed in 146 milliseconds