Home | History | Annotate | Download | only in custom

Lines Matching refs:V8Proxy

38 #include "V8Proxy.h"
46 Frame* frame = V8Proxy::retrieveFrameForCurrentContext();
48 return throwError("AudioContext constructor associated frame is unavailable", V8Proxy::ReferenceError);
52 return throwError("AudioContext constructor associated document is unavailable", V8Proxy::ReferenceError);
63 return throwError("Not enough arguments", V8Proxy::SyntaxError);
69 return throwError("Invalid number of channels", V8Proxy::SyntaxError);
73 return throwError("Invalid number of frames", V8Proxy::SyntaxError);
81 return throwError("Error creating AudioContext", V8Proxy::SyntaxError);
93 return throwError("Not enough arguments", V8Proxy::SyntaxError);
111 return throwError("Error decoding audio file data", V8Proxy::SyntaxError);
121 return throwError("Not enough arguments", V8Proxy::SyntaxError);
127 return throwError("Invalid number of channels", V8Proxy::SyntaxError);
131 return throwError("Invalid number of frames", V8Proxy::SyntaxError);
137 return throwError("Error creating AudioBuffer", V8Proxy::SyntaxError);