Searched refs:prototypeString (Results 1 – 2 of 2) sorted by relevance
165 String prototypeString = methodPrototype.getPrototypeString(); in getMethodString() local167 …uilder sb = new StringBuilder(classType.length() + methodName.length() + prototypeString.length() + in getMethodString()172 sb.append(prototypeString); in getMethodString()185 String prototypeString = methodPrototype.getPrototypeString(); in getShortMethodString() local187 StringBuilder sb = new StringBuilder(methodName.length() + prototypeString.length()); in getShortMethodString()189 sb.append(prototypeString); in getShortMethodString()
72 v8::Handle<v8::Value> prototypeValue = object->Get(prototypeString); \83 v8::Handle<v8::String> prototypeString = v8AtomicString(m_isolate, "prototype"); in init() local84 if (prototypeString.IsEmpty()) in init()