Home | History | Annotate | Download | only in custom

Lines Matching refs:V8Proxy

33 #include "V8Proxy.h"
42 return throwError("DOM object constructor cannot be called as a function", V8Proxy::SyntaxError);
45 return V8Proxy::throwTypeError();
60 return throwError("Not enough arguments", V8Proxy::SyntaxError);
67 V8Proxy::setDOMException(ec);
77 return throwError("Not enough arguments", V8Proxy::SyntaxError);
84 V8Proxy::setDOMException(ec);
94 return throwError("Not enough arguments", V8Proxy::SyntaxError);
102 V8Proxy::setDOMException(ec);
110 return throwError("Not enough arguments", V8Proxy::SyntaxError);
118 V8Proxy::setDOMException(ec);