Home
last modified time | relevance | path

Searched refs:JSObjectShortPrint (Results 1 – 2 of 2) sorted by relevance

/external/webkit/V8Binding/v8/src/
Dobjects.h1625 void JSObjectShortPrint(StringStream* accumulator);
Dobjects.cc887 void JSObject::JSObjectShortPrint(StringStream* accumulator) { in JSObjectShortPrint() function in v8::internal::JSObject
978 JSObject::cast(this)->JSObjectShortPrint(accumulator); in HeapObjectShortPrint()