Searched refs:isDOMWrapper (Results 1 – 4 of 4) sorted by relevance
57 static bool isDOMWrapper(v8::Handle<v8::Value>);
112 bool V8DOMWrapper::isDOMWrapper(v8::Handle<v8::Value> value) in isDOMWrapper() function in WebCore::V8DOMWrapper
112 if (V8DOMWrapper::isDOMWrapper(data)) { in messageHandlerInMainThread()
548 if (V8DOMWrapper::isDOMWrapper(v8Value)) { in get()